{"id":"agent-release-readiness-gate","card_id":"card_agent_release_readiness_gate","name":"Agent release readiness gate","description":"Aggregates supplied release checks into PASS/WATCH/BLOCK so agents know whether a card or wrapper is safe to publish.","stage":1,"safety_level":"data_only_read_only","auth":{"type":"hmac-sha256","required_headers":["x-apex-tool-timestamp","x-apex-tool-nonce","x-apex-tool-content-sha256","x-apex-tool-signature"],"canonical_payload":"APEX-TOOL-V1\\n{tool_id}\\n{timestamp}\\n{nonce}\\n{sha256(canonical_json(body))}"},"input_schema":{"type":"object","properties":{"checks":{"type":"object"}}},"output_schema":{"type":"object","properties":{"decision":{"type":"string"},"missing_required":{"type":"array"}}},"sample_input":{"checks":{"typecheck":true,"tests":true,"build":true,"secret_scan":true,"license_review":true,"no_raw_source":true,"signed_wrappers":true,"monitoring":false}}}