docs: complete 0.8.2 release notes + document per-squad pause/resume#897
Conversation
The [0.8.2] CHANGELOG listed only the quota-runner + agent-positional fix; it was missing three headline features that merged since: per-squad pause/resume enforcement (#877), the context loader's strategy.md-as-L1 change (#876), and the context-injection hardening (#893, stale-feedback caveat + real loader tests). Broaden the 0.8.2 summary accordingly. docs/running.md documented only the daemon-level 'squads autonomous pause'; add a section for the new per-squad 'squads pause <squad>' / 'resume' that the runner now enforces (run/org/cron refuse a paused squad until resumed, with --force override). Refs #893. Co-Authored-By: Claude <noreply@anthropic.com>
There was a problem hiding this comment.
Code Review
This pull request updates the changelog and documentation to reflect several new features and fixes, including per-squad pause/resume enforcement, context loader updates prioritizing strategy.md as the L1 company layer, and fixes for stale memory. Specifically, docs/running.md has been updated with instructions on how to pause, resume, and force-run individual squads. There are no review comments to address, and I have no additional feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Why
Pre-release doc audit (founder-requested) found two gaps:
[0.8.2]CHANGELOG covered only the quota-runner + agent-positional fix — missing the headline features that merged since: per-squad pause/resume enforcement (squads pause/resume: first-class squad activation state, enforced by runner + org planner #877), context loaderstrategy.md-as-L1 (context loader: single strategy file — rename directives slot, drop priorities slot, refresh README+docs #876), and the context-injection hardening (Context-injection audit: hollow tests + stale-memory caveat #893).docs/running.mddocumented only the daemon-levelsquads autonomous pause; the new per-squadsquads pause <squad>/resume(the activation gate the runner now enforces) was undocumented.What
[0.8.2]: broadened summary + added the three features.docs/running.md: new section for per-squad pause/resume +--force.Docs-only. Refs #893.