Add setup-tracked-hooks workspace tool #67
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/setup-tracked-hooks"
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?
New workspace tool that reads the repository registry and, for each repo with a
hookspathfield whose checkout exists under~/work, writes.hookspathin the repo root and adds.hookspathto.git/info/exclude. Idempotent and safe when the registry or repo is missing.Includes 7 tests covering creation, exclude entry, idempotency, staleness update, and skip scenarios.
Part of vnprc/profiles#57.
Validation