Step 13 of v3.4.1 plan. - plugin.json description: Five-command -> Six-command (drift fix); also drops the trailing ultra-cc-architect sentence (SC-6 collateral). Mentions multi-session resumption as part of the Six-command pipeline. - plugin.json + package.json version: 3.4.0 -> 3.4.1. 361 tests still green. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
26 lines
652 B
JSON
26 lines
652 B
JSON
{
|
|
"name": "ultraplan-local",
|
|
"version": "3.4.1",
|
|
"description": "Six-command context-engineering pipeline (brief → research → plan → execute → review → continue) 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"
|
|
}
|
|
}
|