feat(FN-4603): complete Step 4 — reconcile network_api tool examples

Fusion-Task-Id: FN-4603
Fusion-Task-Lineage: c74085e2-d91c-468f-883b-5c33818e53fd
This commit is contained in:
Fusion
2026-05-15 07:35:54 -07:00
committed by gsxdsm
parent 73b5e70a40
commit db8c49f0cd
2 changed files with 2 additions and 1 deletions

View File

@@ -83,6 +83,7 @@ describe("agent-permission-policy", () => {
it("includes key discoverability examples", () => {
expect(AGENT_PERMISSION_POLICY_CATEGORY_TOOL_EXAMPLES.network_api).toContain("fn_research_run (web/research)");
expect(AGENT_PERMISSION_POLICY_CATEGORY_TOOL_EXAMPLES.network_api).toContain("fn_web_fetch");
expect(AGENT_PERMISSION_POLICY_CATEGORY_TOOL_EXAMPLES.task_agent_mutation).toContain("fn_task_create");
expect(AGENT_PERMISSION_POLICY_EXEMPT_TOOL_EXAMPLES).toContain("fn_send_message");
});

View File

@@ -4622,7 +4622,7 @@ export const AGENT_PERMISSION_POLICY_CATEGORY_TOOL_EXAMPLES: Record<
git_write: ["git commit", "git push", "git merge", "git branch -d", "git worktree add", "write", "edit"],
file_write_delete: ["write", "edit", "fn_task_attach"],
command_execution: ["bash (non-git)", "read", "find", "grep", "ls"],
network_api: ["fn_research_run (web/research)"],
network_api: ["fn_research_run (web/research)", "fn_web_fetch"],
task_agent_mutation: [
"fn_task_create",
"fn_delegate_task",