Files
llm-wiki/harness/source/generation-manifest.json
T

178 lines
5.5 KiB
JSON

{
"schema_version": 1,
"expected_target_count": 113,
"source_inventory": {
"include": [
"harness/source/skills/*.md",
"harness/source/workflows/*.json",
"harness/source/agents/*.json",
"harness/source/agents/bodies/*.md"
]
},
"target_inventory": {
"include": [
".agents/skills/*/SKILL.md",
".agents/workflows/*.md",
".claude/commands/*.md",
".agents/plugins/wiki-superpowers/agents/*.md",
".claude/agents/*.md",
".codex/agents/*.md",
".codex/agents/*.toml",
".agents/agents/*/agent.json"
],
"exclude": [
".codex/agents/README.md"
]
},
"sources": [
{
"metadata": "harness/source/workflows/blogify.json",
"body": "harness/source/skills/blogify.md"
},
{
"metadata": "harness/source/workflows/branch-from-project.json",
"body": "harness/source/skills/branch-from-project.md"
},
{
"metadata": "harness/source/workflows/branch-spec.json",
"body": "harness/source/skills/branch-spec.md"
},
{
"metadata": "harness/source/workflows/branch.json",
"body": "harness/source/skills/branch.md"
},
{
"metadata": "harness/source/workflows/coverage.json",
"body": "harness/source/skills/coverage.md"
},
{
"metadata": "harness/source/workflows/daily.json",
"body": "harness/source/skills/daily.md"
},
{
"metadata": "harness/source/workflows/depth.json",
"body": "harness/source/skills/depth.md"
},
{
"metadata": "harness/source/workflows/explain.json",
"body": "harness/source/skills/explain.md"
},
{
"metadata": "harness/source/workflows/ingest.json",
"body": "harness/source/skills/ingest.md"
},
{
"metadata": "harness/source/workflows/interviewize.json",
"body": "harness/source/skills/interviewize.md"
},
{
"metadata": "harness/source/workflows/invest-daily.json",
"body": "harness/source/skills/invest-daily.md"
},
{
"metadata": "harness/source/workflows/invest-decide.json",
"body": "harness/source/skills/invest-decide.md"
},
{
"metadata": "harness/source/workflows/invest-ingest.json",
"body": "harness/source/skills/invest-ingest.md"
},
{
"metadata": "harness/source/workflows/invest-plan.json",
"body": "harness/source/skills/invest-plan.md"
},
{
"metadata": "harness/source/workflows/invest-research.json",
"body": "harness/source/skills/invest-research.md"
},
{
"metadata": "harness/source/workflows/invest-review.json",
"body": "harness/source/skills/invest-review.md"
},
{
"metadata": "harness/source/workflows/lint.json",
"body": "harness/source/skills/lint.md"
},
{
"metadata": "harness/source/workflows/migrate-claims.json",
"body": "harness/source/skills/migrate-claims.md"
},
{
"metadata": "harness/source/workflows/project-spec.json",
"body": "harness/source/skills/project-spec.md"
},
{
"metadata": "harness/source/workflows/project.json",
"body": "harness/source/skills/project.md"
},
{
"metadata": "harness/source/workflows/projectize.json",
"body": "harness/source/skills/projectize.md"
},
{
"metadata": "harness/source/workflows/query.json",
"body": "harness/source/skills/query.md"
},
{
"metadata": "harness/source/workflows/sync.json",
"body": "harness/source/skills/sync.md"
},
{
"metadata": "harness/source/workflows/tag.json",
"body": "harness/source/skills/tag.md"
},
{
"metadata": "harness/source/agents/branch-depth-auditor.json",
"body": "harness/source/agents/bodies/branch-depth-auditor.md"
},
{
"metadata": "harness/source/agents/coverage-auditor.json",
"body": "harness/source/agents/bodies/coverage-auditor.md"
},
{
"metadata": "harness/source/agents/extraction-broker.json",
"body": "harness/source/agents/bodies/extraction-broker.md"
},
{
"metadata": "harness/source/agents/project-readiness-auditor.json",
"body": "harness/source/agents/bodies/project-readiness-auditor.md"
},
{
"metadata": "harness/source/agents/wiki-adversarial-reviewer.json",
"body": "harness/source/agents/bodies/wiki-adversarial-reviewer.md"
},
{
"metadata": "harness/source/agents/wiki-consistency-auditor.json",
"body": "harness/source/agents/bodies/wiki-consistency-auditor.md"
},
{
"metadata": "harness/source/agents/wiki-semantic-coherence-auditor.json",
"body": "harness/source/agents/bodies/wiki-semantic-coherence-auditor.md"
},
{
"metadata": "harness/source/agents/wiki-decision-researcher.json",
"body": "harness/source/agents/bodies/wiki-decision-researcher.md"
},
{
"metadata": "harness/source/agents/wiki-diagram-reviewer.json",
"body": "harness/source/agents/bodies/wiki-diagram-reviewer.md"
},
{
"metadata": "harness/source/agents/wiki-doc-author.json",
"body": "harness/source/agents/bodies/wiki-doc-author.md"
},
{
"metadata": "harness/source/agents/wiki-link-verifier.json",
"body": "harness/source/agents/bodies/wiki-link-verifier.md"
},
{
"metadata": "harness/source/agents/wiki-research-lane.json",
"body": "harness/source/agents/bodies/wiki-research-lane.md"
},
{
"metadata": "harness/source/agents/wiki-source-summarizer.json",
"body": "harness/source/agents/bodies/wiki-source-summarizer.md"
}
]
}