From 043fc5f1fbd5808d3890b7621ac4a936c28f276c Mon Sep 17 00:00:00 2001 From: Jeroen Schweitzer Date: Sun, 29 Mar 2026 13:58:15 +0200 Subject: [PATCH] docs(sprints): update copy briefing + atlas skill reference with new tooling Co-Authored-By: Claude Opus 4.6 (1M context) --- .../skills/atlas/references/author-system.md | 18 ++++++++++++++---- docs/sprints/sprint-29/copy.md | 2 +- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.claude/skills/atlas/references/author-system.md b/.claude/skills/atlas/references/author-system.md index 10f731909..29af36f87 100644 --- a/.claude/skills/atlas/references/author-system.md +++ b/.claude/skills/atlas/references/author-system.md @@ -91,11 +91,21 @@ failures before proceeding. ## Step 7: Commit +Use the combined commit-and-sync script: + ```bash -tooling/atlas commit-system docs/atlas/proposals/{id}.json -tooling/atlas sync-wiki "{system_id}" -git add docs/atlas/proposals/{id}.json wiki/star-systems/{slug}/index.md -git commit -m "data(atlas): author {system_name} ({system_id}) — {named bodies summary}" +tooling/atlas-commit-and-sync "{system_id}" {corridor_tag} +``` + +This runs: verify → wipe-if-exists → commit-system → sync-wiki → git +add + git commit in one command. The corridor_tag (e.g. `east_reach`) +is used in the commit message. + +If system-level DB fields need correction before committing (e.g. +`star_type`, `settlement_wave`), use: + +```bash +tooling/atlas-update-field "{system_id}" {field} {value} ``` Post-commit: verify topology section survived sync-wiki. If missing, diff --git a/docs/sprints/sprint-29/copy.md b/docs/sprints/sprint-29/copy.md index 46f254218..67327b0e4 100644 --- a/docs/sprints/sprint-29/copy.md +++ b/docs/sprints/sprint-29/copy.md @@ -27,7 +27,7 @@ All tracks run in series on the `copy` branch (parallel worktree approach supers |-------|-------|----------|---------|-----------|--------| | A | #739 | North Reach | 43 | 4-12 | done | | B | #740 | South Reach | 47 | 4-10 | done | -| C | #741 | East Reach | 47 | 4-10 | | +| C | #741 | East Reach | 47 | 4-10 | hop 4 done (6/47) | | D | #742 | West Reach | 48 | 4-11 | | | E | #743 | Deep Frontier | 73 | 5-12 | |