Plugin manifest + package.json + README badge bumped 3.1.0 → 3.2.0. Description updated from "Four-command" → "Five-command (brief, research, plan, execute, review)" to reflect /ultrareview-local addition. CHANGELOG entry summarises the ultrareview-local v1.0 work: new command, 4 new agents, Handover 6 contract, ~43 new tests, 5 lib modules, and the 3 v1.1 open questions (5-tier severity migration, real-LLM determinism measurement, SC2 end-to-end test). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
12 lines
816 B
JSON
12 lines
816 B
JSON
{
|
|
"name": "ultraplan-local",
|
|
"description": "Five-command context-engineering pipeline (brief → research → plan → execute → review) with project folders, specialized agent swarms, external research triangulation, adversarial review, post-hoc independent review with Handover 6 feedback loop, session decomposition, and headless execution. CC-feature matching extracted to the separate ultra-cc-architect plugin in v3.0.0.",
|
|
"version": "3.2.0",
|
|
"author": {
|
|
"name": "Kjell Tore Guttormsen"
|
|
},
|
|
"homepage": "https://git.fromaitochitta.com/open/ultraplan-local",
|
|
"repository": "https://git.fromaitochitta.com/open/ultraplan-local.git",
|
|
"license": "MIT",
|
|
"keywords": ["planning", "implementation", "research", "context-engineering", "agents", "adversarial-review", "headless", "execution"]
|
|
}
|