Bump pre-commit pin to land pointer SKILL.md move #10

Closed
opened 2026-05-27 08:59:12 +00:00 by coilysiren · 0 comments
Owner

Problem

Per agentic-os-kai#319, the galaxy-gen pointer SKILL.md should be moved from agentic-os-kai/.agents/skills/galaxy-gen/ to galaxy-gen/.agents/skills/galaxy-gen/ as source of truth.

The move was attempted but blocked: galaxy-gen pins coilysiren/agentic-os pre-commit hooks at v0.2.8, which scans untracked files for the code-comments hook. pkg/galaxy_gen_backend_bg.js (a gitignored wasm-bindgen build artifact) trips 100+ violations on every commit.

Proposal

Either:

  1. Bump galaxy-gen's coilysiren/agentic-os pin to a rev that filters by git ls-files (head includes this filter), then land the pointer move.
  2. Skip code-comments via excludes/SKIP for pkg/ specifically.

Then land the pointer SKILL.md per the parent issue.

See also

## Problem Per agentic-os-kai#319, the galaxy-gen pointer SKILL.md should be moved from `agentic-os-kai/.agents/skills/galaxy-gen/` to `galaxy-gen/.agents/skills/galaxy-gen/` as source of truth. The move was attempted but blocked: galaxy-gen pins `coilysiren/agentic-os` pre-commit hooks at v0.2.8, which scans untracked files for the code-comments hook. `pkg/galaxy_gen_backend_bg.js` (a gitignored wasm-bindgen build artifact) trips 100+ violations on every commit. ## Proposal Either: 1. Bump galaxy-gen's `coilysiren/agentic-os` pin to a rev that filters by `git ls-files` (head includes this filter), then land the pointer move. 2. Skip code-comments via excludes/SKIP for pkg/ specifically. Then land the pointer SKILL.md per the parent issue. ## See also - agentic-os-kai#319 - parent. - The 3-of-4 sibling moves landed in coilysiren/agentic-os@841fa2b, coilysiren/coily@8ceed01, coilysiren/repo-recall@0f5966d.
Sign in to join this conversation.
No labels
P0
P1
P2
P3
P4
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
coilyco-flight-deck/galaxy-gen#10
No description provided.