You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Allowed Modifications**: May edit source code (`src/**`), tests (`tests/**`), docs (`docs/**`), skills (`.agent/skills/**`, `.agents/skills/**`), prompts (`prompts/**`), and configurations (`Cargo.toml`, `comptext.example.toml`).
31
31
-**Allowed Commands**: May run local compilation, lint checks, tests, and formatting validation.
32
32
-**Error Remediation**: May automatically modify code to fix local build, format, test, or clippy failures.
33
-
-**Phase Transition**: May commit and push changes after all validation passes for a green phase, and await Review-Gate feedback before transitioning to any new phase.
33
+
-**Phase Transition**: May update project status and phase reports after local validation passes. A local commit requires explicit phase-level authorization. Any remote publication, branch publication, PR creation, or merge requires separate explicit user authorization. If remote interaction is needed without that authorization, halt as `BLOCKED`.
34
34
35
35
### Forbidden Rules
36
-
-**No Credential Material Access**: Forbidden to read or parse credential-bearing local files or authentication material.
36
+
-**No Secret Material Access**: Forbidden to read or parse secret-bearing local files or private auth material.
37
37
-**No Sensitive Output Leakage**: Forbidden to print sensitive values in stdout/stderr or write them to logs/reports/artifacts.
38
38
-**No Untrusted Provider Action**: Forbidden to execute real cloud API provider calls during coding/validation phases unless explicitly approved for live integration runs.
39
39
-**No Destructive/Out-of-Scope Commands**: Forbidden to run shell operations outside the repo root.
0 commit comments