mirror of
https://github.com/kuhyx/testsAndMisc.git
synced 2026-07-04 17:03:05 +02:00
10 lines
302 B
JSON
10 lines
302 B
JSON
{
|
|
"subject": "Critical invariants for agentic changes",
|
|
"invariants": [
|
|
"No commit touching code ships without evidence artifact",
|
|
"Multi-file code changes require explicit contract",
|
|
"Session logs are append-only",
|
|
"Do not remove or rewrite historical verification evidence"
|
|
]
|
|
}
|