init: llm-wiki-haness 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 14:21:35 +09:00
parent 42bf3db4fd
commit 6c53ded9cb
2436 changed files with 194486 additions and 1 deletions
@@ -0,0 +1,30 @@
{
"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"
}
]
}