Merge pull request #173 from AutoMaker-Org/pull-request

pull-request
This commit is contained in:
Web Dev Cody
2025-12-19 21:28:43 -05:00
committed by GitHub
20 changed files with 1838 additions and 105 deletions

View File

@@ -305,6 +305,7 @@ export interface Feature {
planningMode?: PlanningMode; // Planning mode for this feature
planSpec?: PlanSpec; // Generated spec/plan data
requirePlanApproval?: boolean; // Whether to pause and require manual approval before implementation
prUrl?: string; // Pull request URL when a PR has been created for this feature
}
// Parsed task from spec (for spec and full planning modes)