What's Changed
- Feat: modular filament support by @webard in #88
- Feat: modular psr4 and command attributes by @webard in #89
- Recognise every framework auth middleware, not only Authenticate by @SanderMuller in #92
- Read the middleware file the application actually configures by @SanderMuller in #93
- Rebuild a changed file the scoped pass never traced by @SanderMuller in #94
- Expand middleware groups when classifying a route's exposure by @SanderMuller in #95
- Read group declarations from bootstrap/app.php by @SanderMuller in #96
- Read what a resource puts in the payload by @SanderMuller in #97
- Fix: drop subgraphs whose route no longer exists by @webard in #98
- Fix: breadth-first layout never terminates on a graph with a cycle by @webard in #99
- Fix: layered layouts overlap because spacing ignores node size by @webard in #100
- Fix: a component with no entry point is flattened onto level 0 by @webard in #101
- Feat: read service providers and facades from configurable paths by @webard in #90
- Fix: report memory exhaustion instead of exiting silently, and allow a configured limit by @webard in #102
- Fix: AI context export contains no source, and prints provenance as PHP by @webard in #103
- Fix: dependency tables spend the context budget instead of fitting into it by @webard in #104
- Fix: say when --budget is raised to the minimum by @webard in #105
- Chore: drop 398 build assets nothing references (69.5 MB) by @webard in #106
- Fix: circle layout shrinks the space per card as cards are added by @webard in #107
- Fix: the sidebar counts ignore the search box and the method chips by @webard in #108
- Fix: two fingers on a trackpad resize the canvas instead of moving it by @webard in #109
- Feat: modular view watch and lookup paths by @webard in #91
- Benchmark every pull request against its own merge base by @SanderMuller in #110
- Adding Brain MCP by @mrmarchone in #111
- Fix: a scoped-rebuild test fails whenever a second passes between two writes by @SanderMuller in #112
New Contributors
Full Changelog: v2.5.0...v2.6.0