Record Case Stage 5 owned repo proof

This commit is contained in:
Svrnty
2026-06-01 06:04:38 -04:00
parent 51546ccbf5
commit 0116ed2ec3
5 changed files with 58 additions and 21 deletions
+2 -2
View File
@@ -1081,7 +1081,7 @@ def main() -> int:
if action not in forbidden_actions:
errors.append(f"stage5_target_admission_missing_forbidden_action:{action}")
allowed_paths = payload.get("allowed_paths")
if not isinstance(allowed_paths, list) or allowed_paths != ["src/", "tests/", "README.md"]:
if not isinstance(allowed_paths, list) or allowed_paths != ["strings.py", "test_strings.py", "src/", "tests/", "README.md"]:
errors.append(f"stage5_target_admission_allowed_paths_mismatch:actual_{allowed_paths}")
forbidden_paths = payload.get("forbidden_paths")
if not isinstance(forbidden_paths, list) or ".git/" not in forbidden_paths or "secrets/" not in forbidden_paths or "deploy/" not in forbidden_paths:
@@ -1350,7 +1350,7 @@ def main() -> int:
"CTO-WORK-035": "validated",
"CTO-WORK-036": "validated",
"CTO-WORK-037": "validated",
"CTO-WORK-038": "blocked",
"CTO-WORK-038": "validated",
"CTO-WORK-039": "validated",
"CTO-WORK-040": "validated",
"CTO-WORK-041": "validated",