feat(FN-3803): add universal web fetch to reviewer, merger, and triage agen

The merge introduces the universal web fetch tool across reviewer/merger/triage agents (FN-3803, 4 commits) with docs and regression test, extracts the roadmap as a plugin scaffold in `plugins/fusion-plugin-reports` (FN-3166, FN-3165) while removing dashboard roadmap backend and associated tests, ad

Fusion-Task-Id: FN-3803
This commit is contained in:
Fusion
2026-05-08 23:53:08 -07:00
committed by gsxdsm
parent fbb1f5e36e
commit 1d0c090b7f
8 changed files with 52 additions and 6 deletions

View File

@@ -52,6 +52,7 @@ import {
createListAgentsTool,
createMemoryTools,
createResearchTools,
createWebFetchTool,
createTaskDocumentReadTool,
createTaskDocumentWriteTool,
} from "./agent-tools.js";
@@ -966,6 +967,7 @@ export class TriageProcessor {
},
}
: undefined),
createWebFetchTool(),
// Agent delegation tools — discover and delegate work to other agents.
...(this.options.agentStore ? [
createListAgentsTool(this.options.agentStore),