Skip to content

Make third-party guideline discovery the default in boost:update - #882

Merged
pushpak1300 merged 2 commits into
laravel:mainfrom
paulinevos:feature/update-discovers-third-party-by-default
Jul 21, 2026
Merged

Make third-party guideline discovery the default in boost:update#882
pushpak1300 merged 2 commits into
laravel:mainfrom
paulinevos:feature/update-discovers-third-party-by-default

Conversation

@paulinevos

@paulinevos paulinevos commented Jul 16, 2026

Copy link
Copy Markdown
Contributor

Closes #879

New third-party guidelines are only surfaced when running boost:update --discover. Few users will realistically use that flag, so in practice new third-party guidelines never get offered on update.

Since discovery already just prompts the user before including any newly found guidelines (and is skipped entirely in non-interactive mode), it's safe to run by default.

What changed

  • boost:update now runs discovery by default.
  • --no-discover added as an explicit opt-out.
  • --discover stays accepted so existing usage keeps working.

paulinevos and others added 2 commits July 16, 2026 16:57
New third-party guidelines were only surfaced when running boost:update
with an explicit --discover flag, which users are unlikely to reach for.
Since discovery already just prompts before including anything, it's
safe to run by default so users actually get offered new guidelines.

--discover stays accepted so existing usage keeps working, and
--no-discover is available to opt out.

Closes laravel#879
@pushpak1300

Copy link
Copy Markdown
Member

Thanks.

@pushpak1300
pushpak1300 merged commit 21009e9 into laravel:main Jul 21, 2026
22 checks passed
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.

boost:update ignores new third-party guidelines by default

2 participants