ktg-plugin-marketplace/plugins/ultraplan-local/package.json
Kjell Tore Guttormsen 561ad5a33b chore(ultraplan-local): bump v3.4.1 + plugin.json description drift fix
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>
2026-05-04 17:53:56 +02:00

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"
}
}