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>
26 lines
640 B
JSON
26 lines
640 B
JSON
{
|
|
"name": "ultraplan-local",
|
|
"version": "3.2.0",
|
|
"description": "Five-command context-engineering pipeline (brief → research → plan → execute → review) for Claude Code.",
|
|
"type": "module",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"scripts": {
|
|
"test": "node --test 'tests/**/*.test.mjs'",
|
|
"simulate": "node tests/simulator/run-pipeline.mjs"
|
|
},
|
|
"keywords": [
|
|
"claude-code",
|
|
"planning",
|
|
"research",
|
|
"agents",
|
|
"plugin"
|
|
],
|
|
"author": "Kjell Tore Guttormsen",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.fromaitochitta.com/open/ktg-plugin-marketplace"
|
|
}
|
|
}
|