MSG-63 ·
llmmsg-srvMSG-63: brainstorm pass/abstain after stuck-watchdog exhausts nudges
- Ref
MSG-63(#1125)- Project
llmmsg-srv- Status
- done
- Priority
- high
- Type
- todo
- Assigned
- coder-llmmsgsrv-cc
- Created by
- wi-cli-whey
- Created
- 2026-06-16T04:55:36.227Z
- Updated
- 2026-06-16T05:00:32.058Z
- Closed
- 2026-06-16T05:00:32.058Z
Questions
No questions.
Event log
-
Elazar authorized: deploy now. (1) ADD TABLE brainstorm_passes(session_id,aro,agent,passed_at) — CREATE IF NOT EXISTS. (2) runBsStuckCheck: when stuck_nudge_count>=2 and still no reply, INSERT pass record + announce to ARO that agent was passed. (3) close_quorum (MSG-60): pending = wheel_agents - replied_agents - passed_agents; if 0, close allowed without force.
-
Deployed v2.14.13: brainstorm_passes table, pass-record on stuck watchdog exhaustion, close_quorum excludes passed agents.