From 8decac062659813180bc56c0eb3461486c642c04 Mon Sep 17 00:00:00 2001 From: type-two Date: Fri, 17 Jul 2026 18:09:41 +1000 Subject: [PATCH] README: point at SPRINT12, document per-clone launch.json ports --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c2f41bb..676706d 100644 --- a/README.md +++ b/README.md @@ -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`