fix(pre-commit): pin the catalog to its own release train #22
No reviewers
Labels
No labels
burndown-2026-08
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/steam-ops!22
Loading…
Reference in a new issue
No description provided.
Delete branch "ops/393-pin-catalog"
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 of the two wrong-train pins from
coilysiren/inbox#393.steam-ops pinned
v0.193.0. That is the aos CLI train (275 tags), not the pre-commit train (43 tags). The tag resolves, so nothing ever errored, and the drift was invisible: the hooks this repo ran were whatever.pre-commit-hooks.yamllooked like at an unrelated commit.Now on
aos-precommit-v0.43.0, the current head of the correct train.catalog-block-presentdropped.agentic-os#1142retired it with no successor, so referencing it fails resolution at any recent rev.docs/ops-helpers.mdwas 41 lines against the newer catalog's 40-line cap. Reflowed one paragraph to land at 40 with no content lost, which also retired two semicolons and two italics that house style disallows.pre-commit run --all-filesexits 0.deploy, the other wrong-train pin, is not following in this shape. Moving it to the same rev surfaces 21 documentation-size violations, including a 1015-line
services/sirens-echo/README.md. That is a content project rather than a pin correction, and it needs a call on splitting the docs versus setting a per-repo cap override inpyproject.toml. Tracked on the inventory issue.