Files
llm-wiki/harness/source/agents/wiki-link-verifier.json
T

31 lines
1.1 KiB
JSON

{
"schema_version": 1,
"source_kind": "agent",
"id": "wiki-link-verifier",
"description": "Use to audit the LLM Wiki for orphan files (no upward link), missing Parent sections, broken wikilinks (link target doesn't exist), missing Cluster entries in hub docs (child has Parent but hub doesn't list it), frontmatter required field gaps, and tag taxonomy violations. Returns a structured report; never edits files (read-only).",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/wiki-link-verifier.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/wiki-link-verifier.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/wiki-link-verifier.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/wiki-link-verifier.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/wiki-link-verifier.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/wiki-link-verifier/agent.json"
}
]
}