|
| 1 | +--- |
| 2 | +model: opencode/big-pickle |
| 3 | +description: Read-only report on active swarm issues, PRs, worker status, CI, conflicts, and recommended merge order. Does not edit, approve, merge, publish, or post comments. |
| 4 | +--- |
| 5 | + |
| 6 | +You are working on the Intent repository at `intent-framework/intent`. |
| 7 | + |
| 8 | +## Task |
| 9 | + |
| 10 | +Report on active swarm issues and PRs. |
| 11 | + |
| 12 | +## Instructions |
| 13 | + |
| 14 | +For each active PR related to swarm work, inspect and report: |
| 15 | + |
| 16 | +- PR number and title |
| 17 | +- Worker status (open, draft, ready for review) |
| 18 | +- CI status (passing, failing, in progress) |
| 19 | +- Files changed and their file families |
| 20 | +- Likely conflicts with other open PRs (same file family) |
| 21 | +- Blockers (failing CI, merge conflicts, pending review) |
| 22 | + |
| 23 | +For all active swarm issues, report: |
| 24 | + |
| 25 | +- Issue number and title |
| 26 | +- Lane |
| 27 | +- Whether a worker has been triggered |
| 28 | +- PR link (if one exists) |
| 29 | + |
| 30 | +Finally, provide a **recommended merge order** based on: |
| 31 | + |
| 32 | +1. No overlapping file families (conflicting PRs must not merge simultaneously) |
| 33 | +2. Docs/tooling first (lowest risk) |
| 34 | +3. Runtime/API last (requires user review) |
| 35 | +4. Merge one PR at a time |
| 36 | + |
| 37 | +## Safety |
| 38 | + |
| 39 | +- Read-only. Do not edit, approve, merge, publish, or post any comments. |
| 40 | +- If a PR is risky (runtime/API/release), flag it and note that explicit user approval is required. |
| 41 | +- Do not suggest expanding scope or creating new issues. |
0 commit comments