Clear ten of the #78 grandfathering entries: the doc splits, the development.md move, and every small comment block #82
Labels
No labels
burndown-2026-06
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/galaxy-gen#82
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First tranche of #78, scoped to the entries that are unambiguous debt. The remaining entries split into "still real work" and "not debt at all" - recorded on #78 rather than here.
Documentation layout
Caps measured against the live config: 80 lines and 4000 chars per Markdown file.
docs/galaxy-rust.mdwas 89 lines / 16059 chars. Split into an index plussim-constants.md,scenarios.md,gas-forces.md,stellar-model.md,black-hole.md. Prose moves verbatim; the index keeps layout, hot path, and buffers, and links the rest.docs/processes-events.mdwas 64 lines / 8461 chars, with the causal-loop section alone at 5052. Split into the registry/queue/RNG/determinism core pluscausal-loop.mdandlifecycle-chains.md.development.mdmoved todocs/development.md- it failed the root-Markdown-filename rule, not a size cap - and every reference updated (AGENTS.md,docs/FEATURES.md,docs/ward-config.md, both config files).docs/FEATURES.mdsat at 3998 chars and the new link pushed it to 4011, so its intro lost four words.Code comments
Seventeen over-long blocks across seven files, compressed to the two-line cap with the detail relocated rather than deleted.
docs/tick-worker.mdgains a "Flat layouts" section carrying the star, render-packing, and event field orders that were living in doc comments - which also corrects that doc, whose snapshot description listed four star render fields against the real seven.Cleared:
src/js/lib/application.tsx,src/js/lib/galaxy.ts,src/js/lib/tick-worker.ts,src/rust/events.rs,src/rust/stars.rs,src/rust/process.rs,playwright.config.ts.Method note
#78's warning held. The four YAML entries in
pyproject.tomllook like duplicates of the same paths in.agentic-os.toml, but removing them turns the suite red - 13 violations incategories.yaml, 4 inaction.yml, 3 in.pre-commit-config.yaml, 1 intrufflehog.yml. The two config files do not merge the way the duplication suggests. Left in place.Done when
pyproject.toml(three documentation-layout, seven code-comments), plusdevelopment.mdfrom.agentic-os.toml.ward exec precommitgreen, 91 Rust tests green,ward exec check-jsgreen.