bump-default-chat

Bump default chat cap from 4 to 16

Metadata

Statusdone
Assignedagent-920
Agent identity3184716484e6f0ea08bb13539daf07686ee79d440505f1fdf2de0357707034c3
Created2026-04-28T20:16:08.078856901+00:00
Started2026-04-28T20:19:07.976181994+00:00
Completed2026-04-28T20:34:03.300282900+00:00
Tagseval-scheduled
Eval score0.82
└ blocking impact0.86
└ completeness0.80
└ coordination overhead0.87
└ correctness0.82
└ downstream usability0.83
└ efficiency0.83
└ intent fidelity0.79
└ style adherence0.81

Description

Description

dispatcher.max_coordinators defaults to 4. User wants 16 as the new default. Tiny config-default change.

Steps

  1. Find every place the default is hardcoded (src/dispatch/, wg config init, wg setup, hard-coded fallback when no config exists).
  2. Change to 16.
  3. Update any docs / comments that reference '4' as the cap.

Out of scope

  • Migrating existing user configs (their explicit value wins; only changing the default)
  • Removing the cap entirely (separate question; keeping the knob)
  • Renaming the config key (still max_coordinators for now even though terminology is migrating to 'chat')

Validation

  • All hardcoded '4' default occurrences for the chat cap updated to 16
  • Fresh wg init in a new dir produces a config with cap=16 (or no entry; falling back to 16 in code)
  • Existing configs with explicit max_coordinators = 4 are NOT silently rewritten — user's explicit value still wins
  • cargo build + cargo test pass

Depends on

Required by

Log