Updates AGENTS.md to match the new agentloop configuration now active on the deployment machine:
Label rename: loop/plan-in-progress → loop/plan-in-process and loop/code-in-progress → loop/code-in-process (standard agentloop suffix is -in-process, not -in-progress)
New merge prompt: adds loop/merge → loop/merge-in-process → loop/merge-done to the label table and state machine diagram — the coding agent now hands PRs off to a merge agent that rebases, waits for CI, and merges automatically
Lifecycle update: reflects that the merge step is automatic (no manual "close issue" step needed)
Rules update: clarifies that the merge agent merges once CI is green; branch protection reviews still apply if configured
Deployment changes (already applied on the machine)
The agentloop config files (loop/sharedinbox/prompts/) were updated outside this repo (they live in the agentloop deployment directory, which is gitignored in the agentloop source repo):
plan.md: inProcessLabel → loop/plan-in-process; concurrency 1 → 3; body replaced with generic agentloop default
code.md: inProcessLabel → loop/code-in-process; body replaced with generic default; routes: { merge: loop/merge } added
merge.md (new): copied from agentloop example — rebases PR branch, polls CI, merges on green
Verification
No Dart/Flutter code changed — only documentation. No task check run needed.
Closes #453
## What changed
Updates `AGENTS.md` to match the new agentloop configuration now active on the deployment machine:
- **Label rename**: `loop/plan-in-progress` → `loop/plan-in-process` and `loop/code-in-progress` → `loop/code-in-process` (standard agentloop suffix is `-in-process`, not `-in-progress`)
- **New merge prompt**: adds `loop/merge` → `loop/merge-in-process` → `loop/merge-done` to the label table and state machine diagram — the coding agent now hands PRs off to a merge agent that rebases, waits for CI, and merges automatically
- **Lifecycle update**: reflects that the merge step is automatic (no manual "close issue" step needed)
- **Rules update**: clarifies that the merge agent merges once CI is green; branch protection reviews still apply if configured
## Deployment changes (already applied on the machine)
The agentloop config files (`loop/sharedinbox/prompts/`) were updated outside this repo (they live in the agentloop deployment directory, which is gitignored in the agentloop source repo):
- `plan.md`: `inProcessLabel` → `loop/plan-in-process`; concurrency 1 → 3; body replaced with generic agentloop default
- `code.md`: `inProcessLabel` → `loop/code-in-process`; body replaced with generic default; `routes: { merge: loop/merge }` added
- `merge.md` (new): copied from agentloop example — rebases PR branch, polls CI, merges on green
## Verification
No Dart/Flutter code changed — only documentation. No `task check` run needed.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Closes #453
What changed
Updates
AGENTS.mdto match the new agentloop configuration now active on the deployment machine:loop/plan-in-progress→loop/plan-in-processandloop/code-in-progress→loop/code-in-process(standard agentloop suffix is-in-process, not-in-progress)loop/merge→loop/merge-in-process→loop/merge-doneto the label table and state machine diagram — the coding agent now hands PRs off to a merge agent that rebases, waits for CI, and merges automaticallyDeployment changes (already applied on the machine)
The agentloop config files (
loop/sharedinbox/prompts/) were updated outside this repo (they live in the agentloop deployment directory, which is gitignored in the agentloop source repo):plan.md:inProcessLabel→loop/plan-in-process; concurrency 1 → 3; body replaced with generic agentloop defaultcode.md:inProcessLabel→loop/code-in-process; body replaced with generic default;routes: { merge: loop/merge }addedmerge.md(new): copied from agentloop example — rebases PR branch, polls CI, merges on greenVerification
No Dart/Flutter code changed — only documentation. No
task checkrun needed.