ktg-plugin-marketplace/plugins/ultraplan-local/package.json

26 lines
627 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'",
"verify": "bash verify.sh"
},
"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"
}
}