feat(governance): enforce adaptive orchestration defaults - #1025
feat(governance): enforce adaptive orchestration defaults#1025seonghobae wants to merge 4 commits into
Conversation
|
Important Review available on request
Reviews should be triggered manually for repositories with fewer than 10 stars. Select Trigger review above or comment ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| - .github/workflows/apply-contextual-orchestrator-policy.yml | ||
|
|
||
| permissions: | ||
| contents: write |
|
Current-head triage: the original branch 111de3f is behind an older base and its workflow self-mutates the repository with contents: write, persistent checkout credentials, and a runtime commit/push. It is not safe to repair in place. A current-main replacement is available as PR #1145 at d7375b1. It keeps the requested adaptive policy but makes the workflow read-only and exact-ref, places the scanner in the repository before execution, and adds 100% statement/branch coverage. No merge or bypass is claimed for this predecessor. |
|
Superseded by #1145. |
Summary
route;The branch workflow stages the tests before the scanner exists, proves the red/green transition, runs all organization Python tests, compiles scripts, self-scans the repository, verifies the patch, removes itself, and publishes only the verified source commit.