{ "projectName": "feature-name", "branchName": "ralph/feature-name", "description": "Descriere scurtă a feature-ului", "techStack": { "type": "python", "commands": { "start": "python main.py", "build": "", "lint": "ruff check .", "typecheck": "mypy .", "test": "pytest" }, "port": 8000 }, "userStories": [ { "id": "US-001", "title": "Titlu story", "description": "As a [user type], I want [feature] so that [benefit]", "priority": 1, "acceptanceCriteria": [ "Criteriu specific și verificabil", "npm run typecheck passes" ], "tags": [], "dependsOn": [], "requiresBrowserCheck": false, "requiresDesignReview": false, "passes": false, "failed": false, "blocked": false, "retries": 0, "failureReason": "", "notes": "" } ] }