Skip to content

1.16.0 — kickoff-patch skill

Choose a tag to compare

@nasrulhazim nasrulhazim released this 18 Jun 13:25
· 13 commits to main since this release

kickoff-patch — /kickoff patch

New skill: bring a Laravel project scaffolded from CleaniqueCoders Kickoff up to the latest Kickoff baseline.

How it works

  • Latest = local install — requires cleaniquecoders/kickoff installed globally (composer global require cleaniquecoders/kickoff); reads its stubs/ + StartCommand.php as latest.
  • 3-way merge (base = original version, theirs = latest, mine = your files); 2-way fallback when the original-version base can't be obtained.
  • Baseline detection via feature fingerprint + git-date heuristic with user confirmation; stamps .kickoff-version for deterministic future runs.
  • Preview-first, approve-per-category; protects .env, app domain code, product config, and custom routes.

Commands

  • /kickoff status — is this a Kickoff project + how far behind
  • /kickoff check — dry-run drift report (writes nothing)
  • /kickoff patch — preview → approve per category → apply → stamp → verify

Works on any Kickoff-based Laravel project.