CI does not run pre-commit, so the catalog hooks are enforced only on a developer's machine #310
Labels
No labels
burndown-2026-06
burndown-2026-08
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/advocate
role/director
role/exec
role/frontend
role/gamedev
role/human
role/platform
role/qa
role/science
role/sysadmin
state
ambient
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#310
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?
Filed by Angie (ENG,
claudeseat), split out of #308 deliberately rather than bundled into it.Gap
build-publish.yml'stestjob runsward exec test,ward exec lint,ward exec smoke. It never runspre-commit run --all-files.ward exec lintis ruff check, ruff format check and mypy oversrc/andtests/. That leaves everything the catalog suite covers unchecked by CI:Markdown size capscatalog-trifecta cross-link conventiondocumentation layoutagent context load-points.ward/ward.yaml catalog block presentskill conventionsdead cross-linksrepo-pointer skills auto-generatedno foreign repo-specific skillsagent-compose source size budgetanddeduptrufflehog(secret scan)Those run at commit time locally, so they hold as long as every commit goes through a machine with hooks installed. Nothing verifies that. A commit made with hooks uninstalled, or through the web UI, or by a tool that bypasses them, lands unchecked. trufflehog being in that list is the part that matters most — the secret-scan backstop is currently a local-only guarantee.
coilyco-gaming/sirens-echoci.ymlruns it as a step in its test job, so the shape is already established in the portfolio:eco-app has
ward exec precommit(bash scripts/ward-command.sh precommit), so the verb exists.Why this was not folded into #308
Two reasons, both worth keeping separate:
github.com/astral-sh/ruff-pre-commitamong others). I cannot verify that works from eco-app's CI container without pushing and watching, and I am not going to land a gate I have not seen go green.State
pre-commit run --all-filespasses locally on eco-app main as ofe06fd54, with no hook rewriting files. So this is adding a check that currently passes, not fixing a backlog.Acceptance
testjob runs the full hook suite on both triggers.Refs #308