Problem
DevOps engineers (ICP 3) need machine-readable output for CI/CD gates:
# Current: human-readable only
attestix compliance <id>
# Compliance Status for attestix:abc
# Risk category : high
# Compliant : NO
# Needed: JSON output for parsing
attestix compliance <id> --json
# {"agent_id": "attestix:abc", "compliant": false, "completion": 12.5, ...}
Also needed:
- Non-zero exit code when agent is not compliant (for CI/CD gates)
attestix credential --verify-cred <id> --json for automated verification
Source
ICP 3 (DevOps Engineer) persona test
Problem
DevOps engineers (ICP 3) need machine-readable output for CI/CD gates:
Also needed:
attestix credential --verify-cred <id> --jsonfor automated verificationSource
ICP 3 (DevOps Engineer) persona test