mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
8e0b1a2ab2
- install.js: split into 'I' (prompts + loop) and new 'A' (everything including bot + metrics); update prompt to (I, A, U, C, Q). - CHANGELOG: document complexity check (1.11.1) and expand 1.11.0 notes for the LLM-as-judge evaluation system. - version.json: 1.10.0 -> 1.11.1.
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"name": "Plan2Code",
|
|
"version": "1.11.1",
|
|
"description": "A structured 4-step workflow methodology for AI-assisted software development",
|
|
"keywords": [
|
|
"ai",
|
|
"workflow",
|
|
"development",
|
|
"planning",
|
|
"implementation",
|
|
"plan"
|
|
],
|
|
"author": "Justin Parker",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jparkerweb/plan2code"
|
|
},
|
|
"homepage": "https://plan2code.jparkerweb.com",
|
|
"releaseDate": "2026-02-20",
|
|
"mode": "utility"
|
|
}
|
|
|