chore: pre-commit red on main - forked load-points and dead cross-links #32
Labels
No labels
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/eco-mods#32
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?
pre-commit run --all-filesfails on currentmain, independent of any branch. Two catalog hooks are red. Found while fixing #28 (mods.py), filed separately because it is unrelated to that script.1. context-load-points: forked load-point rungs
The hook holds that
AGENTS.mdandCLAUDE.mdmay live only at the repo root. Four real copies (mode100644, not symlinks) sit in subdirectories and are flagged as forked rungs:The hook's remedy is to symlink each to the canonical root file (sharing) or remove it. Note
mods/AGENTS.mdandunity/AGENTS.mdcarry distinct subtree-specific content, so this needs a decision, not a blind symlink: fold the subtree guidance the root file should own into the rootAGENTS.md, and reduce the subdir files to shared symlinks or drop them.mods/CLAUDE.mdandunity/CLAUDE.mdare the 12-byte@AGENTS.mdincludes, so those can become symlinks to the rootCLAUDE.mddirectly.2. dead-cross-links
mods/AGENTS.md:53points at../eco-cycle-prep/, a deprecated sibling repo (canonical set iscoilyco-gaming/{eco-app, eco-mods, eco-ops}). Re-home or drop that cross-reference.repo-eco-mods-assets-embededskill links up three levels tounity-embedded/AGENTS.mdandunity-embedded/docs/FEATURES.md, neither of which exists. Point the links at the real files (the repo root) or supply the missing ones. Theassets-embededspelling and the retiredeco-mods-assetsname in that skill directory also read as leftover consolidation rot worth a look.Done means
pre-commit run --all-filesgreen with no new[tool.agentic-os.*]excludes that reach these hooks.Duplicate of #31, which predates this and covers the same ground more completely (it also has the size-cap analysis). #31 is now fixed and closed in
e30202b: theaos-precommitrev bump to v0.33.0 made thevendoredsize-exemption effective, and thecontext-load-pointsexcludes plus the dead-link repoints cleared the rest. Closing this as the duplicate. Filing it was my miss for not checking open issues first.