Skip to content

Guard 3.0.68

Choose a tag to compare

@github-actions github-actions released this 04 Sep 16:12
26dc533

Guard 3.0.68 is a stable release cut from 26dc533.
1 commit • 1 merged pull request • 1 contributor since Guard 3.0.67.

Features

  • extensions: Add Laravel Artisan command safety extension (#2761)
    • Adds command.framework.laravel, a new built-in command safety extension that reviews destructive Laravel Artisan operations: db:wipe, migrate:fresh, migrate:reset/migrate:refresh, migrate:rollback, and…
    • Covers direct artisan and interpreter-wrapped php artisan launch forms — including PHP interpreter options such as -d/-c and relative or absolute artisan script paths — plus portable .cmd/.exe launchers…
    • Declares safe counterparts for --help/-h and the documented migration --pretend dry-run flag, keeping read-only commands like migrate:status non-reviewable

Install

Install this release:

uv tool install "hol-guard[cisco]==3.0.68"

Full changelog: v3.0.67...v3.0.68

Thanks @kantorcodes!