Skip to content

docs: fill content gaps from 7 recent PRs#458

Merged
bradygaster merged 2 commits intobradygaster:devfrom
diberry:docs/content-gap-batch-mar19
Mar 20, 2026
Merged

docs: fill content gaps from 7 recent PRs#458
bradygaster merged 2 commits intobradygaster:devfrom
diberry:docs/content-gap-batch-mar19

Conversation

@diberry
Copy link
Copy Markdown
Collaborator

@diberry diberry commented Mar 19, 2026

Summary

Fills documentation gaps identified by cross-referencing recently merged PRs against the docs site content on both dev and main branches.

PRs documented

PR Feature Doc location Status before
#429 Default model → Sonnet 4.6 / GPT-5.4 Model selection reference 🔴 Missing
#424 --sdk switch with base roles Getting started / installation 🟡 Partial
#412 --roles opt-in flag Built-in roles feature page 🟡 Partial
#411 SDK init trio (Ralph, config sync, @copilot) What's new / changelog 🟡 Partial
#442 Session Recovery skill Skills feature page 🔴 Missing
#417 CastingEngine in CLI init Built-in roles / casting 🔴 Missing
#415 Rework rate OTEL metrics (5th DORA) Metrics reference 🔴 Missing

How this was found

  1. Listed all PRs merged in the last 4 days
  2. Filtered for PRs without docs/ changes (also checking README.md, CONTRIBUTING.md, squad.agent.md)
  3. Excluded test-only, CI, and internal-chore PRs
  4. Cross-referenced remaining PRs against docs content on both dev and main via git grep
  5. Confirmed 4 fully missing + 3 partial = 7 gaps

Style

Minimal, non-duplicative additions per project convention. Each update is 2-4 sentences + examples where applicable.

Copilot AI added 2 commits March 19, 2026 12:04
…er#429, bradygaster#424, bradygaster#417, bradygaster#415, bradygaster#412, bradygaster#411)

Documents features and changes from recent PRs that shipped without
corresponding docs updates:

- bradygaster#429: Update model catalog with Sonnet 4.6, Opus 4.6, GPT-5.4 defaults
- bradygaster#424: Document --sdk switch for TypeScript config generation
- bradygaster#412: Document --roles flag for opt-in base roles
- bradygaster#411: Note Ralph in init + @copilot routing template removal
- bradygaster#442: Add Session Recovery skill documentation
- bradygaster#417: Document CastingEngine character casting
- bradygaster#415: Add rework rate OTEL metrics reference

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@diberry diberry force-pushed the docs/content-gap-batch-mar19 branch from c8e7faf to 883ac88 Compare March 19, 2026 19:05
@diberry
Copy link
Copy Markdown
Collaborator Author

diberry commented Mar 19, 2026

Ready for merge — squad obo dina

  • All 7 doc gaps filled (model defaults, session recovery, CastingEngine, --sdk/--roles, rework rate metrics, changelog)
  • Fixed duplicate gpt-5.1-codex-mini in Fast/Cheap tier (caught during review)
  • Rebased against upstream dev, conflicts resolved (cli.md --global description updated)
  • CI green: docs-quality ✅, test ✅
  • Reviewed and approved by Keaton (Lead) and McManus (DevRel)

@bradygaster bradygaster merged commit 988b616 into bradygaster:dev Mar 20, 2026
2 checks passed
chrislomonico pushed a commit to clomonico/squad that referenced this pull request Mar 26, 2026
… (bradygaster#472)

* fix: parallel dispatch badge and stale hint auto-clear (bradygaster#458)

- Show count badge when multiple agents are working in parallel
- Auto-clear stale activity hints after 30 seconds

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* fix: show buffered input during agent processing (bradygaster#457)

When the prompt is disabled during agent processing, buffered keystrokes
are now displayed as dimmed text so users can see their input is being
captured. A bufferDisplay state variable syncs from bufferRef on each
keystroke, and resets when the prompt re-enables.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
chrislomonico pushed a commit to clomonico/squad that referenced this pull request Mar 26, 2026
…) (bradygaster#473)

- Show count badge when multiple agents are working in parallel
- Auto-clear stale activity hints after 30 seconds

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants