Files
llm-wiki/harness/source/agents/wiki-doc-author.json
T

31 lines
1.3 KiB
JSON

{
"schema_version": 1,
"source_kind": "agent",
"id": "wiki-doc-author",
"description": "Use to create a new raw document in LLM Wiki (mode=create) OR migrate an existing non-template raw document into the canonical template structure (mode=migrate). Supported categories — branch-note, error-note, interview-prep, job-posting, blog-topic, lecture-note, project-note, daily-note. Validates frontmatter, applies the correct template, enforces Parent upward link, applies tag taxonomy, and uses naming-conventions for file slug. Produces a candidate plus proof request and commits the target with generated Parent reverse views only through the atomic document gateway.",
"heading_locale": "mixed",
"body_path": "harness/source/agents/bodies/wiki-doc-author.md",
"targets": [
{
"kind": "plugin-agent-md",
"path": ".agents/plugins/wiki-superpowers/agents/wiki-doc-author.md"
},
{
"kind": "claude-agent-md",
"path": ".claude/agents/wiki-doc-author.md"
},
{
"kind": "codex-agent-md",
"path": ".codex/agents/wiki-doc-author.md"
},
{
"kind": "codex-agent-toml",
"path": ".codex/agents/wiki-doc-author.toml"
},
{
"kind": "antigravity-agent-json",
"path": ".agents/agents/wiki-doc-author/agent.json"
}
]
}