web bundles and build script updated
This commit is contained in:
@@ -65,7 +65,7 @@ dependencies:
|
||||
- index-docs
|
||||
- shard-doc
|
||||
templates:
|
||||
- agent-tmpl
|
||||
- agent-tmplv2
|
||||
- architecture-tmpl
|
||||
- brownfield-architecture-tmpl
|
||||
- brownfield-prd-tmpl
|
||||
|
||||
@@ -66,7 +66,6 @@ workflow:
|
||||
|
||||
dependencies:
|
||||
tasks:
|
||||
- create-agent
|
||||
- create-ide-agent
|
||||
- create-team
|
||||
- create-expansion-pack
|
||||
|
||||
@@ -45,19 +45,23 @@ commands:
|
||||
- "*exit" - Leave developer mode
|
||||
|
||||
task-execution:
|
||||
flow: Read task→Implement→Write tests→Pass tests→Update [x]→Next task
|
||||
flow: "Read task→Implement→Write tests→Pass tests→Update [x]→Next task"
|
||||
|
||||
updates-ONLY:
|
||||
- Checkboxes: [ ] not started | [-] in progress | [x] complete
|
||||
- Debug Log: | Task | File | Change | Reverted? |
|
||||
- Completion Notes: Deviations only, <50 words
|
||||
- Change Log: Requirement changes only
|
||||
- "Checkboxes: [ ] not started | [-] in progress | [x] complete"
|
||||
- "Debug Log: | Task | File | Change | Reverted? |"
|
||||
- "Completion Notes: Deviations only, <50 words"
|
||||
- "Change Log: Requirement changes only"
|
||||
|
||||
blocking: Unapproved deps | Ambiguous after story check | 3 failures | Missing config
|
||||
blocking: "Unapproved deps | Ambiguous after story check | 3 failures | Missing config"
|
||||
|
||||
done: Code matches reqs + Tests pass + Follows standards + No lint errors
|
||||
done: "Code matches reqs + Tests pass + Follows standards + No lint errors"
|
||||
|
||||
completion: All [x]→Lint→Tests(100%)→Integration(if noted)→Coverage(80%+)→E2E(if noted)→DoD→Summary→HALT
|
||||
completion: "All [x]→Lint→Tests(100%)→Integration(if noted)→Coverage(80%+)→E2E(if noted)→DoD→Summary→HALT"
|
||||
|
||||
deps: execute-checklist, story-dod-checklist
|
||||
dependencies:
|
||||
tasks:
|
||||
- execute-checklist
|
||||
checklists:
|
||||
- story-dod-checklist
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user