v0.2.16 — OpenClaw-compatible JSON output contract
v0.2.16 adds machine-readable JSON output and exit-code semantics for orchestrator-safe use.
Install:
npm install -g coding-agent-skills
Highlights:
- Optional --json output for public read-only CLI commands
- Stable documented exit-code contract
- Consistent safety summaries
- Recommended next action fields for orchestrators
- Better fit for OpenClaw-style routing, cron-triggered checks, and agent workflows
- Default human-readable output remains unchanged
Supported commands:
coding-agent-skills validate-pack
coding-agent-skills validate-project /path/to/project
coding-agent-skills repo-map /path/to/project
coding-agent-skills route-trace /path/to/project
coding-agent-skills env-audit /path/to/project
coding-agent-skills secret-audit /path/to/project
coding-agent-skills api-contract-audit /path/to/project
coding-agent-skills migration-review /path/to/project
coding-agent-skills github-handoff /path/to/project
coding-agent-skills deployment-preflight /path/to/project
coding-agent-skills validate-adapters /path/to/adapter-root
Safety:
- Read-only command surface
- No deployments
- No database migrations or mutations
- No target-project builds or tests through repo-map
- No runtime or service mutation
- No secret or .env reads
- Project adapters narrow context and do not grant additional authority
Requires Node.js 20+.