v0.2.14 - GitHub handoff skill
Adds the audit-only github-handoff skill and CLI command for local release handoff evidence.
Install:
npm install -g coding-agent-skills
Supported commands now include:
coding-agent-skills validate-pack
coding-agent-skills validate-project /path/to/project
coding-agent-skills repo-map /path/to/project
coding-agent-skills validate-adapters /path/to/adapter-root
coding-agent-skills github-handoff /path/to/project
Highlights:
- Local Git handoff evidence: branch state, HEAD, tags at HEAD, remote names, and changed-file summary
- Adapter-aware behavior: reports partial status when a project adapter does not enable github-handoff
- Remote URLs are not printed
- Read-only command surface
- Node.js 20+
- No runtime dependencies
Safety boundaries:
- No commits
- No pushes
- No tags
- No branch changes
- No pull request creation
- No GitHub API mutations
- No token reads
- No secret-file reads
- No project writes
npm package:
coding-agent-skills@0.2.14