diff --git a/docs/sprints/sprint-29/copy.md b/docs/sprints/sprint-29/copy.md index 3b0f36119..46f254218 100644 --- a/docs/sprints/sprint-29/copy.md +++ b/docs/sprints/sprint-29/copy.md @@ -21,33 +21,22 @@ See `.claude/skills/atlas/references/author-system.md` for full details. ## Work Order Process by corridor, hop-order within each corridor (closest to Gateway first). -5 parallel tracks can run simultaneously on separate worktree branches. +All tracks run in series on the `copy` branch (parallel worktree approach superseded). -| Track | Story | Corridor | Systems | Hop Range | -|-------|-------|----------|---------|-----------| -| A | #739 | North Reach | 43 | 4-12 | -| B | #740 | South Reach | 47 | 4-10 | -| C | #741 | East Reach | 47 | 4-10 | -| D | #742 | West Reach | 48 | 4-11 | -| E | #743 | Deep Frontier | 73 | 5-12 | +| Track | Story | Corridor | Systems | Hop Range | Status | +|-------|-------|----------|---------|-----------|--------| +| A | #739 | North Reach | 43 | 4-12 | done | +| B | #740 | South Reach | 47 | 4-10 | done | +| C | #741 | East Reach | 47 | 4-10 | | +| D | #742 | West Reach | 48 | 4-11 | | +| E | #743 | Deep Frontier | 73 | 5-12 | | Use `tooling/atlas next {hop}` to get the system list per hop. Use `tooling/atlas unfinished` to see all remaining systems. ## PR Strategy -One PR per corridor track. Each track runs on its own worktree branch. -~50 systems per PR is reviewable; 258 in one PR is not. - -| Branch | PR scope | -|--------|----------| -| copy-north | Track A: 43 north_reach systems | -| copy-south | Track B: 47 south_reach systems | -| copy-east | Track C: 47 east_reach systems | -| copy-west | Track D: 48 west_reach systems | -| copy-frontier | Track E: 73 deep_frontier systems | - -Merge order: any order, but run name collision check before each merge. +One PR per corridor track, all from `copy` branch. ## Quality Standards (from hops 0-3)