Files
claude-archeflow-plugin/.claude-plugin/plugin.json
Christian Nennemann 9e22ff5822 docs: rewrite README, add CHANGELOG, update skill index and roadmap
- README: complete rewrite with all 24 skills, 8 scripts, architecture overview
- CHANGELOG: v0.1.0 → v0.2.0 → v0.3.0 with full feature history
- using-archeflow: updated skill reference to all 24 skills in 6 categories
- plugin.json: version bump to 0.3.0
- roadmap: updated with v0.3.0 features
2026-04-03 12:05:53 +02:00

17 lines
612 B
JSON

{
"name": "archeflow",
"description": "Multi-agent orchestration with Jungian archetypes. PDCA quality cycles, shadow detection, git worktree isolation. Zero dependencies — works with any Claude Code session.",
"version": "0.3.0",
"author": {
"name": "Chris Nennemann"
},
"homepage": "https://git.xorwell.de/c/claude-archeflow-plugin",
"repository": "https://git.xorwell.de/c/claude-archeflow-plugin",
"license": "MIT",
"keywords": [
"orchestration", "multi-agent", "archetypes", "pdca",
"code-review", "quality", "worktrees", "jungian",
"shadow-detection", "workflows"
]
}