28 lines
850 B
JSON
28 lines
850 B
JSON
{
|
|
"id": "phase2-core-features-14",
|
|
"seq": "14",
|
|
"title": "Implement AI code generation",
|
|
"status": "pending",
|
|
"depends_on": ["12", "13"],
|
|
"parallel": false,
|
|
"context_files": [
|
|
"/Users/kunthawatgreethong/Gitea/moreminimore-vibe/Websitebuilder/.tmp/sessions/phase1-foundation/context.md"
|
|
],
|
|
"acceptance_criteria": [
|
|
"Code generation prompts defined",
|
|
"Generated code parsed correctly",
|
|
"File operations handled (create/update)",
|
|
"Code validation runs before applying",
|
|
"Syntax errors caught and reported",
|
|
"Code formatting applied",
|
|
"Generation history tracked"
|
|
],
|
|
"deliverables": [
|
|
"src/lib/ai/prompts/code-generation.ts",
|
|
"src/lib/ai/code-parser.ts",
|
|
"src/lib/ai/code-validator.ts",
|
|
"src/services/code-generation.service.ts",
|
|
"src/components/ai/CodeGenerationPanel.tsx"
|
|
]
|
|
}
|