cto/.sot/03-PROTOCOLS/CTO-CASE-STAGE5-TARGET-REPOSITORY-ADMISSION.json
2026-06-01 05:52:55 -04:00

45 lines
1.4 KiB
JSON

{
"admission_status": "admitted",
"allowed_paths": [
"src/",
"tests/",
"README.md"
],
"approval_source": "JP chat approval on 2026-06-01",
"approval_timestamp": "2026-06-01",
"forbidden_actions": [
"push",
"merge",
"deploy",
"close",
"pr_open",
"issue_close",
"public_publication",
"credential_change",
"vendor_source_mutation",
"cortex_core_mutation"
],
"forbidden_paths": [
".env",
".env.*",
"secrets/",
"credentials/",
"deploy/",
"infra/",
".github/workflows/",
"package-lock.json",
"pnpm-lock.yaml",
"yarn.lock",
"node_modules/",
"vendor/",
".git/"
],
"noncritical_rationale": "Dedicated owned Stage 5 sandbox repo, not production, no customer data, no secrets, no deploy path, no external users, safe to delete after validation.",
"operator_outcome_required": true,
"ownership_evidence": "JP chat approval on 2026-06-01 to create this dedicated Stage 5 target sandbox under /home/svrnty/workspaces/cortex-os.",
"repository_owner": "jp",
"review_trigger": "before Stage 5 execution against any different repository, before target repository path change, before allowed path change, before forbidden action change, before risk classification change",
"risk_classification": "low_risk_noncritical",
"target_repository_path": "/home/svrnty/workspaces/cortex-os/cto-stage5-target-sandbox"
}