Files
llm-wiki/harness/source/agents/wiki-research-lane.json
T

31 lines
1.1 KiB
JSON

{
"schema_version": 1,
"source_kind": "agent",
"id": "wiki-research-lane",
"description": "Use to read a slice of raw documents in LLM Wiki and produce an evidence-based synthesis report, typically as preparation for extracting a wiki/concepts or wiki/projects canonical document. Reads only. Returns an evidence matrix + extracted facts + synthesis recommendation. Dispatch multiple instances in parallel for independent slices when the corpus is large (>10 files).",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/wiki-research-lane.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/wiki-research-lane.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/wiki-research-lane.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/wiki-research-lane.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/wiki-research-lane.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/wiki-research-lane/agent.json"
}
]
}