refactor: restrict meta workflow to src/workflows/ scope #12

Merged
xiaoju merged 1 commits from refactor/restrict-meta-workflow-scope into main 2026-04-18 14:40:18 +00:00

1 Commits

Author SHA1 Message Date
tuanzi 300eede226 refactor: restrict meta workflow to src/workflows/ scope
CI / test (pull_request) Has been cancelled
What: Tighten file scope for meta workflow coder and checker roles.
Why: Meta workflow should only modify workflow code under
$HOME/.upulse/engine/src/workflows/, not arbitrary project files.
Changes:
- meta-coder-cursor.ts: add prompt constraint to only modify src/workflows/
- meta-checker.ts: restrict allowedPrefixes from src/docs/test/ to src/workflows/ only
- meta-checker.ts: remove blacklist exemption for src/workflows/

团子 🐰
2026-04-18 14:26:02 +00:00