v0.17.3
v0.17.3 - 2026-07-06
Documentation-only patch. Corrects cross-repo cohesion gaps found in a full documentation review: an editorial refresh plus fact-fixes to the README, and de-staling of AGENTS.md's Pulse references after the v0.17.1 extraction. No code changes. The companion packages laravel-swarm-pulse and laravel-swarm-installer-testkit received their own doc patches in parallel.
Documentation
- README: table of contents + accuracy pass (#364). Added a grouped table of contents for the ~35KB README, and grouped the Configuration key reference by concern. Folded in fact-fixes: corrected a non-compiling
#[DurableStreaming]example (Runnableis a trait, applied viaimplements Swarm { use Runnable; }, notimplements Runnable); documented theswarm:install:memorysub-installer and its--with-memoryflag in the Installation section; and expanded the Configuration reference to cover the previously-undocumentedmemory,context,context_growth,compaction,guardrails,retention,history, and topology-plan config sections. - AGENTS.md: de-stale Pulse references after the v0.17.1 extraction (#365). Removed the
src/Pulseentry from the package-shape map (that directory moved to the companion package in v0.17.1), rewrote the## Pulsesection to point atbuiltbyberry/laravel-swarm-pulse(namespaceBuiltByBerry\LaravelSwarmPulse\*) and note the sharedswarm.pulse.memory.sample_rateconfig seam core retains, and corrected the Tech Stack, Current State, and test-coverage descriptions that still framed Pulse as living in core.