The #46 grandfathering is still in place: all 25 excludes are load-bearing #78
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#78
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?
Context
#46 closed on 2026-08-06 with this done-condition:
That condition is not met.
pyproject.tomlstill carries 25 exclude entries, and none of them is dead.Measured, 2026-08-12
Each entry was removed individually against the real config and the suite re-run. Every single removal turns the suite red, so nothing here is leftover.
[tool.agentic-os.code-comments]- 9 entries, in rough size order:src/rust/galaxy.rs- several hundred over-long comment blocks, by far the bulksrc/js/lib/dataviz.tsx- roughly 150src/js/lib/application.tsx,src/js/lib/tick-worker.ts,src/js/lib/galaxy.tssrc/rust/events.rs,src/rust/process.rs,src/rust/stars.rsplaywright.config.ts.github/workflows/action.yml,.github/workflows/trufflehog.yml,.pre-commit-config.yaml,.agents/skills/categories.yaml- each 1 violation[tool.agentic-os.documentation-layout]- the load-bearing ones:docs/galaxy-rust.md,docs/processes-events.md- both still over the caps, and both named in #46 as the split workdevelopment.md- fails the root-Markdown-filename rule, not a size cap. Clearing it means moving the file underdocs/and updating every reference, includingAGENTS.mdandREADME.md.agents/skills/*docs - 87 to 129 lines each, all well over the char cappkg/**- generated wasm-pack output. This one should stay, and #46 agreed[tool.agentic-os.dead-cross-links]-pkg/**, same reason, stays.A method warning
An earlier pass concluded 13 of these were dead. That was wrong, and the mistake is worth recording: deleting an entire
[tool.agentic-os.*]table makes the validator fall back to different defaults than removing individual entries from a live table. Test one entry at a time against the real config, or the result is an artifact of the method.Suggested order
docs/galaxy-rust.mdanddocs/processes-events.mdsplits - cheap, and the original #46 scope.agents/skills/*docs - mechanicaldevelopment.mdmove underdocs/- small diff, wide reference updatesrc/js/lib/dataviz.tsx, thensrc/rust/galaxy.rs- the real project, a large diff through the simulation core, and worth its own change rather than being bundledKeep
pkg/**excluded in both hooks.Done when
Every entry except
pkg/**is gone frompyproject.tomlandward exec precommitis green.Note
The suite is currently green with the excludes in place, so this is not blocking anyone. It was surfaced while bumping the hook pin to
aos-precommit-v0.18.0and clearing the violations that were blocking every commit in this repo.Ten cleared in #82; the remaining fifteen are two different things, and only one of them is debt
Measured against the live config, one entry at a time, per the method warning above.
Cleared (#82, commit
42ad68f)development.md(both config files),docs/galaxy-rust.md,docs/processes-events.md, and seven of the nine code-comments entries:application.tsx,galaxy.ts,tick-worker.ts,events.rs,stars.rs,process.rs,playwright.config.ts.Still real work: two files, 184 blocks
Recounted against the current hook - it is fewer than the issue estimates, because each over-long block emits one FAIL per excess line:
src/rust/galaxy.rssrc/js/lib/dataviz.tsxThe 76 three-line blocks are a line each. The remaining 108 are 4-22 lines of physics and optimization rationale, and the rule's own remedy - move the explanation to
docs/- is the right one but is authorship, not reflowing. Agreed with the issue that this is its own change.Not debt: seven skill docs
tooling-skill-authoring/SKILL.mdline 71, this repo's own authority on the question:So two validators disagree about
.agents/skills/**.skill-conventionssays 500 lines / 10 KB forSKILL.mdand no cap on references;documentation-layoutsays 80 lines / 4000 chars for every Markdown file. Under the second, every skill in the ecosystem is illegal, and the four reference files here (4.4-13.3 KB) are illegal by a rule their own spec says does not apply to them.Splitting them to satisfy that cap would be an artifact of the method in exactly the way this issue warns about. The fix is upstream -
documentation-layoutshould not walk.agents/skills/**- and these seven entries are the correct local resolution until it does. Recommend keeping them with that rationale recorded inpyproject.toml.Not debt: the four YAML entries
They look like duplicates of the same paths in
.agentic-os.toml, which carries a written rationale (galaxy-gen#24: operational YAML whose inline comments explain the key they sit beside). Removing them anyway turns the suite red - 13 violations incategories.yaml, 4 inaction.yml, 3 in.pre-commit-config.yaml, 1 intrufflehog.yml. The two files do not merge the way the duplication suggests, so these are load-bearing copies of a justified exclusion, not leftovers.Judgment call:
docs/perf-rewrite.mdNot enumerated in the issue body but present in the excludes, and now ~1800 lines across four parts. No split satisfies a 4000-char cap without shredding a chronological engineering journal into roughly 25 fragments - splitting by part still leaves four files of 10-15 KB each. Worth an explicit decision rather than inheriting it.
Suggested revision to "done when"
Every entry except
pkg/**, the seven skill docs, the four YAML entries, anddocs/perf-rewrite.mdis gone, and each survivor carries its rationale inline. That leavesgalaxy.rsanddataviz.tsxas the whole of the remaining work here.dataviz.tsx cleared in #83. galaxy.rs is a different kind of file, and I stopped rather than do it blind.
dataviz.tsxwent fine, because its 45 blocks are descriptive - they say what a pass does, and the reasoning behind them relocated cleanly into three rendering docs.galaxy.rsis not that. Its 139 blocks are 730 comment lines, and I read all twenty of the 8+ line ones and sampled the 59 three-line ones before deciding.What is actually in them
They are overwhelmingly guardrails sitting on the exact line where the mistake would be made, and measurement provenance for a result that was already retracted once:
And the pattern holds all the way down to the three-line blocks - each is a claim plus the failure mode it prevents:
Why relocating these is worse than leaving them
The entire value of these particular comments is locality. "Do not fix this in isolation" works because it is attached to the constant someone is about to fix. Replaced with
// see docs/x.md, it becomes a link that the person mid-edit does not follow, and the mistake it exists to prevent gets easier to make - which is the opposite of what a comment-discipline rule is for.CONFINE_STIFFNESSalone carries a reverted experiment, four broken tests, and the reason the cheap fix was chosen; that is not prose that wants a doc, it is a fence around a specific line.It is also all-or-nothing: the exclude only lifts when every block in the file conforms, so there is no partial version of this that removes the entry.
Recommendation
Keep
src/rust/galaxy.rsexcluded, with that rationale recorded inline inpyproject.tomlthe way.agentic-os.tomlrecords the YAML one. That makes it a documented exception rather than inherited debt, which is what this issue is really asking for.The alternative, if you want it anyway
It is roughly an hour: ~450 lines of rationale into five or six new docs (
gravity-kernel.md,integrator.md,star-metrics.md,seeding-internals.md,test-calibration.md), and 139 comments compressed to two lines plus a pointer. Mechanically safe - comments only, no behavior change, the golden tests would prove it. Say the word and I will do it. I did not want to reshape the character of the file thecoding-rustskill holds up as the model without you choosing that deliberately.Where #78 stands
development.md,galaxy-rust.md,processes-events.mddataviz.tsxsrc/rust/galaxy.rs.agents/skills/*docsdocs/perf-rewrite.mdpkg/**Eleven of twenty-five cleared, and every survivor has a measured reason rather than an inherited one.