P2-3: Complete Super-Admin scope for gh-workflow/ and ci.yml
Parent Epic: #62
Problem
Super-Admin safe_edit scope in opencode.json lacks gh-workflow/** and route_rules lack ci.yml override. SA cannot write to these files.
Fix
- Add
gh-workflow/** to Super-Admin's safe_mkdir in opencode.json
- Add
ci.yml to Super-Admin route_rules override in project.config.json
Files
opencode.json
.opencode/project.config.json
Verification
Super-Admin can edit all workflow files without ROUTE-MISMATCH.
P2-3: Complete Super-Admin scope for gh-workflow/ and ci.yml
Parent Epic: #62
Problem
Super-Admin safe_edit scope in opencode.json lacks
gh-workflow/**and route_rules lackci.ymloverride. SA cannot write to these files.Fix
gh-workflow/**to Super-Admin's safe_mkdir in opencode.jsonci.ymlto Super-Admin route_rules override in project.config.jsonFiles
opencode.json.opencode/project.config.jsonVerification
Super-Admin can edit all workflow files without ROUTE-MISMATCH.