chore: stale agentic-os pre-commit pin (v0.16.0) still ships 2 retired commit-msg hook(s) #64

Closed
opened 2026-06-18 02:42:29 +00:00 by coilysiren · 0 comments
Owner

The managed agentic-os block in this repo's .pre-commit-config.yaml is pinned at v0.16.0; current suite is v0.65.0.

Actively blocking commits. The block still lists retired commit-msg-stage hook(s) (conventional-commit and/or closes-issue) that were deleted from the suite. They fire a phantom check on every commit.

Fix

From the agentic-os checkout:

python3 scripts/apply-agentic-os-hooks.py --repo website --rev v0.65.0

That regenerates the managed block (dropping retired hooks, picking up renames) and re-runs pre-commit install. Commit the resulting .pre-commit-config.yaml change.

Context

Found during a fleet sweep kicked off when conventional-commit blocked a commit in cli-guard (since fixed to v0.65.0). Every repo except cli-guard is behind on the pin.

The managed `agentic-os` block in this repo's `.pre-commit-config.yaml` is pinned at `v0.16.0`; current suite is `v0.65.0`. **Actively blocking commits.** The block still lists retired `commit-msg`-stage hook(s) (`conventional-commit` and/or `closes-issue`) that were deleted from the suite. They fire a phantom check on every commit. ### Fix From the `agentic-os` checkout: ``` python3 scripts/apply-agentic-os-hooks.py --repo website --rev v0.65.0 ``` That regenerates the managed block (dropping retired hooks, picking up renames) and re-runs `pre-commit install`. Commit the resulting `.pre-commit-config.yaml` change. ### Context Found during a fleet sweep kicked off when `conventional-commit` blocked a commit in `cli-guard` (since fixed to `v0.65.0`). Every repo except `cli-guard` is behind on the pin.
Sign in to join this conversation.
No description provided.