Files
llm-wiki/harness/source/agents/wiki-source-summarizer.json
T

31 lines
1.2 KiB
JSON

{
"schema_version": 1,
"source_kind": "agent",
"id": "wiki-source-summarizer",
"description": "Use to fetch an external URL (official documentation or company tech blog) and create a raw note under raw/official-docs/ or raw/company-tech-blogs/. Extracts 3-5 verbatim quotes (byte-for-byte), verifies them through proof_runner, produces a candidate, and commits the target with generated Parent reverse views only through the atomic document gateway. Use whenever the user provides a URL to archive as evidence for a branch decision.",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/wiki-source-summarizer.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/wiki-source-summarizer.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/wiki-source-summarizer.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/wiki-source-summarizer.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/wiki-source-summarizer.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/wiki-source-summarizer/agent.json"
}
]
}