Files
plan2code/version.json
T

23 lines
514 B
JSON
Raw Normal View History

2025-12-23 15:42:35 -08:00
{
"name": "Plan2Code",
2026-08-08 12:39:37 -07:00
"version": "2.0.0",
2025-12-23 15:42:35 -08:00
"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",
2026-08-08 12:39:37 -07:00
"url": "https://github.com/jparkerweb/plan2code"
2025-12-23 15:42:35 -08:00
},
2026-08-08 12:39:37 -07:00
"homepage": "https://github.com/jparkerweb/plan2code",
"releaseDate": "2026-08-08",
2025-12-23 15:42:35 -08:00
"mode": "utility"
}