chore: merge dev into main - #25
Merged
Merged
Conversation
The lock script only wrote each stack's current version, so shipping a v2 would have dropped the v1 entry from the lock while reconcile still reads v1 sections. It now locks every version.
Follows the Laravel skeleton's spelling so a fresh project is absorbed: /auth.json holds Composer's registry credentials, .phpunit.result.cache is unanchored, .phpactor.json is one developer's language-server settings, and /.phpstan.cache is the kirchDev tmpDir convention.
Adds /public/fonts-manifest.dev.json, Homestead.json and Homestead.yaml, and /storage/pail: the one storage path a template may name, because pail creates the directory and its keeper at runtime and the keeper would otherwise show up as an untracked file.
The lines octane:install appends, verbatim: FrankenPHP's binary, worker script and Caddy state, and RoadRunner's binary and config. Fingerprinted on config/octane.php, whichever server is used.
…x config boost:install writes .codex/config.toml with one machine's absolute paths, and both repos that commit the file committed exactly that. Only the file is ignored; .codex/rules/ stays committable.
database/.gitignore holding exactly *.sqlite* is the skeleton's stub and is now skipped like the storage/ stubs. Path and content must both match, so a repo's own database/.gitignore stays plain.
TitusKirch
marked this pull request as ready for review
September 16, 2026 13:34
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automated rollup PR for changes accumulated on
dev. Mark ready when you want it to land — and use a merge commit, not squash, so individualfeat:/fix:commits stay visible to release-please.