README: point at SPRINT12, document per-clone launch.json ports
This commit is contained in:
parent
e99f029206
commit
8decac0626
@ -21,7 +21,7 @@ No pip, no npm, no build. Python 3.8+ and a browser.
|
||||
2. `PLAN3D.md` — the build canon (stack, contracts, lane model)
|
||||
3. `THREADS.md` — the append-only lane log. **The project's memory.** Read the
|
||||
last few `[I]` integrator entries to know the current state.
|
||||
4. `SPRINT11.md` — the current sprint (highest-numbered SPRINTn.md wins)
|
||||
4. `SPRINT12.md` — the current sprint (highest-numbered SPRINTn.md wins)
|
||||
5. `LANE_PROMPTS.md` — copy-paste prompts per lane, per sprint (bottom = newest)
|
||||
|
||||
## The lane model (how this repo is built)
|
||||
@ -71,6 +71,10 @@ done
|
||||
`~/Documents/shades` is the integration checkout (main; where merges and
|
||||
sprint docs happen). The five `shades-lane*` clones are where lane agents run.
|
||||
|
||||
Per clone, once: `cp .claude/launch.example.json .claude/launch.json` and pick
|
||||
a port of your own (integration 8823, lanes A–E 8824–8828). The real
|
||||
launch.json is untracked — six checkouts on one laptop can't share one port.
|
||||
|
||||
## Sprint cycle
|
||||
|
||||
1. Fire lanes with the newest prompts at the bottom of `LANE_PROMPTS.md`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user