(chore) add associate tasks

This commit is contained in:
Story Crater Bot
2026-08-18 20:41:34 -07:00
parent 3a03a6afb6
commit c42040319f
75 changed files with 909 additions and 236 deletions
+15
View File
@@ -0,0 +1,15 @@
# 3.9 — simplify skill pass (REFACTOR)
Phase: 3 — Delivery Tree (Surface E)
Stage: REFACTOR
Depends on: [3.6](3.6-frontend-wave-columns.md), [3.7](3.7-live-sync-animation.md)
- [ ] `simplify` pass on wave-grouping + virtualized tree code
## Verify
```bash
argocd app sync homelab-root # wave-ordered animation
pnpm test:e2e delivery.e2e.ts # required, must pass before merge
```