Bump pre-commit pin to land pointer SKILL.md move #10
Loading…
Add table
Add a link
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?
Problem
Per agentic-os-kai#319, the galaxy-gen pointer SKILL.md should be moved from
agentic-os-kai/.agents/skills/galaxy-gen/togalaxy-gen/.agents/skills/galaxy-gen/as source of truth.The move was attempted but blocked: galaxy-gen pins
coilysiren/agentic-ospre-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:
coilysiren/agentic-ospin to a rev that filters bygit ls-files(head includes this filter), then land the pointer move.Then land the pointer SKILL.md per the parent issue.
See also