Teknium
d431dfc448
fix(learn): honor requirements mixed with sources in /learn requests ( #55956 )
...
A /learn request can mix the source(s) to gather (paths, URLs, "what we
just did") with requirements that shape the skill (focus, scope, what to
omit). When a request led with a path or link, the agent fetched it and
treated the trailing prose as incidental, dropping the user's stated
focus — the symptom @GrenFX reported.
The input layer was never the cause: both CLI (split(None, 1)) and
gateway (get_command_args()) capture the full free-text argument. The
gap was in build_learn_prompt, which dumped the request as one
undifferentiated source blob.
build_learn_prompt now tells the agent the request may mix sources and
requirements in any order, that prose after a path/link is authoring
guidance to honor (not noise), and to never fetch the first source and
ignore the rest. Adds step 1b: apply every requirement to what the
SKILL.md covers, not just which sources get read. Both surfaces inherit
it; no parser change, zero tool footprint.
2026-06-30 16:56:01 -07:00
..
2026-06-30 16:22:18 -07:00
2026-06-30 15:41:44 -05:00
2026-06-08 22:46:57 -07:00
2026-06-30 03:27:12 -07:00
2026-05-28 00:20:11 -07:00
2026-06-12 08:51:10 +00:00
2026-06-30 03:27:41 -07:00
2026-06-30 15:57:46 -07:00
2026-06-27 19:23:15 -07:00
2026-05-15 14:00:01 -07:00
2026-06-30 12:07:01 -07:00
2026-05-18 10:14:38 -07:00
2026-06-30 15:49:36 -07:00
2026-06-15 05:25:17 -07:00
2026-06-19 01:53:32 +05:30
2026-05-17 04:04:15 -07:00
2026-05-29 04:22:27 -07:00
2026-06-30 16:41:09 -07:00
2026-06-17 17:33:32 -07:00
2026-06-21 16:39:02 -07:00
2026-06-30 00:59:59 -05:00
2026-06-29 09:18:10 -04:00
2026-06-30 15:57:59 -07:00
2026-05-29 19:05:03 -07:00
2026-06-30 00:19:49 -07:00
2026-06-30 13:36:29 +05:30
2026-06-30 12:07:01 -07:00
2026-06-28 22:52:51 -07:00
2026-05-25 00:32:08 -07:00
2026-06-30 03:45:12 -07:00
2026-05-26 15:41:11 -07:00
2026-06-12 08:51:10 +00:00
2026-06-17 05:40:05 -07:00
2026-06-28 15:10:21 -07:00
2026-06-29 20:31:17 -07:00
2026-06-30 03:57:14 -07:00
2026-06-13 21:14:32 -07:00
2026-06-27 04:01:12 +05:30
2026-06-30 11:51:22 -07:00
2026-06-03 12:00:27 -07:00
2026-06-18 22:13:07 -07:00
2026-05-13 22:31:28 -07:00
2026-06-28 22:52:59 -07:00
2026-06-07 18:33:20 -07:00
2026-05-16 17:59:32 -07:00
2026-05-28 00:20:11 -07:00
2026-06-30 16:56:01 -07:00
2026-06-30 11:54:16 -05:00
2026-06-30 03:44:41 -05:00
2026-06-30 15:16:21 -05:00
2026-05-11 16:49:13 -07:00
2026-06-25 02:17:29 +05:30
2026-06-21 12:03:46 -07:00
2026-06-19 15:23:41 +08:00
2026-06-25 12:24:34 -05:00
2026-06-30 12:07:01 -07:00
2026-06-30 03:27:41 -07:00
2026-05-27 00:43:32 -07:00
2026-06-13 05:51:41 -07:00
2026-05-08 14:27:40 -07:00
2026-06-07 08:36:48 -07:00
2026-06-23 08:01:50 +00:00
2026-05-10 07:09:28 -07:00
2026-05-12 20:49:20 -07:00
2026-06-27 21:22:49 -07:00
2026-06-28 20:46:32 -07:00
2026-05-12 20:46:04 -07:00
2026-06-25 19:00:48 -07:00
2026-06-30 03:41:55 -07:00
2026-06-27 20:56:49 -07:00
2026-06-25 00:17:17 -07:00
2026-06-02 20:23:09 +00:00
2026-06-19 07:34:15 -07:00
2026-06-30 00:59:29 -05:00
2026-05-18 21:38:05 -07:00
2026-06-16 10:37:37 -07:00
2026-06-28 05:28:45 -07:00
2026-06-25 22:03:02 -07:00
2026-06-13 21:14:32 -07:00
2026-05-28 04:53:27 -07:00
2026-05-25 23:17:33 -07:00
2026-06-22 06:42:30 -07:00
2026-06-25 19:00:48 -07:00
2026-06-19 17:15:52 -07:00
2026-06-24 23:02:48 -05:00
2026-06-29 20:31:17 -07:00
2026-05-19 00:12:12 -07:00
2026-05-13 06:46:23 -07:00
2026-05-25 01:41:19 -07:00
2026-05-25 01:41:19 -07:00
2026-05-24 18:04:54 -07:00
2026-05-24 18:04:54 -07:00
2026-06-30 20:01:16 +05:30
2026-06-27 22:03:14 -07:00
2026-06-28 01:15:21 -07:00
2026-06-21 11:48:43 -07:00
2026-06-24 23:03:45 -05:00
2026-06-30 01:43:08 -05:00
2026-06-30 00:59:29 -05:00
2026-05-13 16:39:41 -07:00
2026-05-13 16:39:41 -07:00
2026-05-28 04:52:42 -07:00
2026-05-28 04:52:42 -07:00