gsxdsm
70cce18c31
FN-6712: add managed agent instructions tool
Add a scoped extension tool for managers to update report instructions through AgentStore.
- Register fn_agent_set_instructions with validation, hierarchy authorization, and config-revision persistence.
- Cover direct, indirect, privileged, denied, missing-target, and field-clearing behaviors with CLI extension tests.
- Document the new agent-management tool in agent docs, Fusion skill references, and a published package changeset.
Files changed:
.changeset/fn-6712-agent-set-instructions-tool.md | 5 +
docs/agents.md | 12 ++
packages/cli/skill/fusion/SKILL.md | 2 +-
.../cli/skill/fusion/references/extension-tools.md | 10 +
.../skill/fusion/references/fusion-capabilities.md | 1 +
.../extension-agent-set-instructions.test.ts | 235 +++++++++++++++++++++
packages/cli/src/extension.ts | 94 +++++++++
7 files changed, 358 insertions(+), 1 deletion(-)
Fusion-Task-Id: FN-6712
Fusion-Task-Lineage: 1fac1ff0-283d-4911-8fbf-f15c5de6b902
2026-06-19 07:41:44 -07:00
..
2026-06-05 22:28:50 -07:00
2026-06-02 21:54:14 -07:00
2026-06-13 06:12:09 -07:00
2026-05-30 08:39:38 -07:00
2026-05-27 21:31:13 -07:00
2026-05-10 06:14:19 -07:00
2026-05-10 06:14:19 -07:00
2026-06-03 09:25:56 -07:00
2026-06-07 23:57:02 -07:00
2026-06-18 13:41:37 -07:00
2026-05-04 22:17:10 -07:00
2026-06-16 22:52:00 -07:00
2026-06-17 03:42:03 -07:00
2026-06-13 09:14:02 -07:00
2026-05-10 23:36:10 -07:00
2026-06-19 07:41:44 -07:00
2026-06-13 09:14:02 -07:00
2026-05-17 18:46:42 -07:00
2026-05-19 06:51:26 -07:00
2026-05-18 23:50:00 -07:00
2026-06-07 18:51:46 -07:00
2026-06-07 18:51:46 -07:00
2026-05-07 00:05:34 -07:00
2026-06-14 15:29:35 -07:00
2026-06-03 22:31:23 -07:00
2026-06-18 02:39:10 -07:00
2026-05-15 21:08:05 -07:00
2026-06-18 04:53:50 -07:00
2026-06-16 15:08:24 -07:00
2026-06-07 18:51:46 -07:00
2026-05-29 08:25:38 -07:00
2026-05-28 19:44:15 -07:00
2026-06-13 17:17:25 -07:00
2026-06-13 09:14:02 -07:00
2026-06-01 19:40:28 -07:00
2026-06-14 15:29:35 -07:00
2026-06-13 18:27:39 -07:00
2026-06-13 06:12:09 -07:00
2026-06-06 00:09:53 -07:00
2026-05-01 23:35:44 -07:00
2026-06-13 09:14:02 -07:00
2026-05-09 19:41:09 -07:00
2026-06-05 13:58:34 -07:00
2026-05-06 09:43:51 -07:00
2026-06-18 00:26:48 -07:00
2026-05-23 17:07:14 -07:00
2026-06-13 09:14:02 -07:00
2026-06-10 01:07:48 -07:00
2026-06-13 09:14:02 -07:00
2026-06-13 09:14:02 -07:00
2026-04-29 08:15:38 -07:00
2026-05-16 18:40:04 -07:00