Mirror the S-00 split into the backlog: replace the single S-00 slice
with sub-slices S-00-a (BFF + health), S-00-b (Docker + compose + smoke),
S-00-c (Gitea Actions CI), S-00-d (contributor workflow), and S-00-e
(docs scaffold). Source of truth remains Gitea; #1 is closed by
tools/split-s00.sh with a comment pointing at the replacements.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
One-off, idempotent script that splits issue S-00 (#1) into sub-slices
S-00-a..e per CLAUDE.md §13: creates the five sub-slice issues under the
Iteration 0 milestone, then closes#1 with a comment listing the
replacements. Driven by curl/jq; reads GITEA_TOKEN from the environment.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Add tools/seed-gitea.sh, which bootstraps the Gitea repo from BACKLOG.md:
the label taxonomy, the seven iteration milestones, and all 26 slice
issues (S-00..S-25). Driven by curl/jq against the Gitea API; reads
GITEA_TOKEN from the environment. Idempotent — every item is matched
before creation, so a partial or failed run can be re-run safely.
Document it in tools/README.md (prerequisites, usage, what it creates,
verification). Overlaps part of S-00's "labels/milestones exist in
Gitea" acceptance; the authoritative runbook moves to docs/ under S-00.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>