Files
plan2code/version.json
T

23 lines
507 B
JSON
Raw Normal View History

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