mirror of
https://github.com/garrytan/gbrain.git
synced 2026-07-31 04:07:52 +00:00
Worker-concurrency guidance was three-way inconsistent: guides said 4, snippets said 2, real defaults are work=1 / supervisor=2. The deployment guide now states both defaults once with a scale note (why not 1: subagent starvation per #2782; why not more: DB-connection cost), and every guide example + the CLI help align to the snippets' --concurrency 2 baseline. Doctor cadence reconciled explicitly: heartbeat=daily (operational-disciplines Discipline 4), deep pass=weekly (cron-schedule), each doc cross-referencing the other. llms bundles regenerated. Fixes #2796 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>