mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 10:23:23 -07:00
5e48e98293
- Add /plan2code-3b-review: 5-step post-implementation review with adaptive scope, 11 dimensions, reference-file architecture, and Plan/Apply/Verify fixes - Unify workflow/skill file naming to single-dash (drop -- and --- conventions) - Add Devin platform support and CLAUDE.md MANDATORY FIRST STEP template - Guide agents to use semantic anchors over line numbers in workflow prompts - Bump version to 1.14.0
16 lines
260 B
JSON
16 lines
260 B
JSON
{
|
|
"name": "plan2code",
|
|
"version": "1.14.0",
|
|
"private": true,
|
|
"bin": {
|
|
"plan2code": "./install.js"
|
|
},
|
|
"scripts": {
|
|
"prepare": "husky",
|
|
"test": "node scripts/validate-char-count.js"
|
|
},
|
|
"devDependencies": {
|
|
"husky": "^9.0.0"
|
|
}
|
|
}
|