feat(FN-3976): reclassify github import action gating
Completes FN-3976 by reclassifying GitHub import action gating in the engine's `gating-classifications.ts`, updating documentation in `docs/agents.md` accordingly, and adding test coverage across four gating test suites. Fusion-Task-Id: FN-3976
This commit is contained in:
@@ -38,6 +38,8 @@ describe("permanent-agent-gating", () => {
|
||||
expect(classifyPermanentAgentToolCall("fn_task_create").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_delegate_task").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_update_agent_config").category).toBe("task_agent_mutation");
|
||||
expect(classifyPermanentAgentToolCall("fn_task_import_github").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_task_import_github_issue").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_update_identity").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_task_document_write").category).toBe("none");
|
||||
expect(classifyPermanentAgentToolCall("fn_memory_append").category).toBe("none");
|
||||
|
||||
Reference in New Issue
Block a user