mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 10:23:23 -07:00
68542fd778
- Make plan2code-handoff an installed workflow prompt: move to src/, register in install.js SOURCE_PROMPTS, remove repo-local-only copy - Add repo-local maintainer /plan2code-publish skill (cuts GitHub Releases; excluded from install.js) - Review workflow next-step suggestion made context-aware (upstream v1.15.4) - Doc updates: list handoff in README, QUICK-REFERENCE, architecture table; add "Adding a New Workflow Prompt / Skill" checklist to dev-commands - Fix broken AGENTS.md index links: rename .agents-docs loop/metrics files to plan2code-* to match references - Bump version.json to 1.16.0 to align with package.json and CHANGELOG
24 lines
509 B
JSON
24 lines
509 B
JSON
{
|
|
"name": "Plan2Code",
|
|
"version": "1.16.0",
|
|
"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-06-28",
|
|
"mode": "utility"
|
|
}
|
|
|