Update AUTOMATED_DEV.md and OPENCLAW_TRICKS.md to reflect the current architecture:
PR state machine: 3 states (needs-review, needs-rework, merge-ready) — eliminated needs-checks and needs-rebase
Agent chaining: worker→reviewer→reworker loop, each spawns the next
bot label + assignment ownership model
Poller assigns clawbot at dispatch time (prevents races)
docker build . as the only authoritative check
No self-review enforcement
Persistent dispatch tracking, concurrency cap, stale agent reaper
Template-based prompts from workspace files
30-minute redispatch cooldown as safety net
Update AUTOMATED_DEV.md and OPENCLAW_TRICKS.md to reflect the current architecture:
- PR state machine: 3 states (needs-review, needs-rework, merge-ready) — eliminated needs-checks and needs-rebase
- Agent chaining: worker→reviewer→reworker loop, each spawns the next
- bot label + assignment ownership model
- Poller assigns clawbot at dispatch time (prevents races)
- docker build . as the only authoritative check
- No self-review enforcement
- Persistent dispatch tracking, concurrency cap, stale agent reaper
- Template-based prompts from workspace files
- 30-minute redispatch cooldown as safety net
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.
Update AUTOMATED_DEV.md and OPENCLAW_TRICKS.md to reflect the current architecture: