adameddahmouni/Agent-Ready

Validate, inspect, generate, check, analyze, schema, doctor, explain, init, upgrade, and verify a repository's agent-ready.yaml contract, using this repository's own CLI built from source. See docs/specification/ci-integration.md.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commandThe agent-ready subcommand to run: validate, inspect, generate, check, analyze, schema, doctor, explain, init, upgrade, or verify.yes
configExplicit path to the contract file (agent-ready.yaml).no
code(explain) Diagnostic code to explain.no
jsonPrint machine-readable JSON output instead of human-readable text.nofalse
write(generate/init/upgrade) Write planned files to disk.nofalse
check(generate) Exit non-zero if generated output would differ from what's on disk. Never writes.nofalse
force(generate --write) Overwrite existing files that lack the managed-file marker.nofalse
staged(check) Check staged changes instead of the full working tree.nofalse
against(check) Check changes relative to this explicit Git ref instead of HEAD.no
execute(verify) Actually run the contract's verification.required commands. Without this, verify only prints the plan.nofalse
timeout(verify --execute) Per-command timeout in seconds (default: 900).no
record(verify --execute) Write a JSON evidence file (agent-ready-verify-result.json) to the repository root.nofalse
node-versionNode.js version to build and run Agent-Ready with.no22

no outputs