Cut first release tag (vX.Y.Z) once PR #85 merges to main #87

Closed
opened 2026-08-09 10:16:27 +00:00 by Claude · 1 comment
Collaborator

PR #85 adds .pre-commit-hooks.yaml, exposing kyberforge-vale-audit-skill, kyberforge-vale-audit-agent, and kyberforge-skill-size-check for external repos to consume via repo: <this-repo-url>, rev: <tag> in their own .pre-commit-config.yaml (see ADR-0014).

This repo has no tags yet. External consumers need a rev: to pin. The tag was deliberately not cut on the feature branch — tagging pre-merge risks pinning a commit that doesn't survive a squash-merge onto main.

Action: once PR #85 merges, cut the first tag (e.g. v1.0.0) on main and push it.

Going forward: scripts/check-release-needed.sh (wired at pre-push, main-only) hard-fails if files exposed via .pre-commit-hooks.yaml change without a covering tag, so future releases shouldn't need a manually-tracked reminder like this one — this is the last one-off.

PR #85 adds `.pre-commit-hooks.yaml`, exposing `kyberforge-vale-audit-skill`, `kyberforge-vale-audit-agent`, and `kyberforge-skill-size-check` for external repos to consume via `repo: <this-repo-url>, rev: <tag>` in their own `.pre-commit-config.yaml` (see ADR-0014). This repo has no tags yet. External consumers need a `rev:` to pin. The tag was deliberately **not** cut on the feature branch — tagging pre-merge risks pinning a commit that doesn't survive a squash-merge onto `main`. **Action:** once PR #85 merges, cut the first tag (e.g. `v1.0.0`) on `main` and push it. **Going forward:** `scripts/check-release-needed.sh` (wired at `pre-push`, main-only) hard-fails if files exposed via `.pre-commit-hooks.yaml` change without a covering tag, so future releases shouldn't need a manually-tracked reminder like this one — this is the last one-off.
Author
Collaborator

PR #85 merged to main at 8f523da. Tagged and released v1.0.0 from that commit: https://git.dev.rkdr.net/Defame1297/holocron/releases/tag/v1.0.0

External consumers can now pin .pre-commit-hooks.yaml's exposed hooks (kyberforge-vale-audit-skill, kyberforge-vale-audit-agent, kyberforge-skill-size-check) via rev: v1.0.0.

PR #85 merged to `main` at `8f523da`. Tagged and released `v1.0.0` from that commit: https://git.dev.rkdr.net/Defame1297/holocron/releases/tag/v1.0.0 External consumers can now pin `.pre-commit-hooks.yaml`'s exposed hooks (`kyberforge-vale-audit-skill`, `kyberforge-vale-audit-agent`, `kyberforge-skill-size-check`) via `rev: v1.0.0`.
Sign in to join this conversation.