Code Rooms
{
"id": "proof.local.builder.001",
"claim": "The builder can validate a blueprint fixture and produce a handoff envelope without external side effects.",
"proof_type": "local_validation",
"commands": ["npm run validate"],
"artifacts": ["proofs/validation/latest.json"],
"positive_assertions": [
"Required repo files exist.",
"Examples contain required fields.",
"Secret scan passes."
],
"negative_proofs": [
"Live .env files are rejected by gitignore and secret scan.",
"External provider apply mode is not exercised."
"non_claims": [
"This proof does not validate production deployment.",
"This proof does not call real external services."
]
}