Chore/update deps - #20
Merged
Merged
Conversation
Add .agents/skills bundle and skills-lock.json lockfile so skill definitions ship with the repo instead of resolving externally. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Update frontend declared ranges and gem constraints, including several gem majors that needed code changes: - pagy 9 -> 43: DEFAULT is frozen, so move limit to Pagy::OPTIONS; drop removed :overflow option; Pagy::Backend -> Pagy::Method; serializer prev reader renamed to previous (prev prop kept) - database_consistency 2 -> 3: v3 safe-YAML rejects the :warn symbol and moved the global toggle under DatabaseConsistencyCheckers/All - oj_serializers 2->3, discard 1->2, solid_cable 3->4, image_processing 1->2, database_validations 1->2, binding_of_caller 1->2: no code changes required - add explicit @types/node (npm pruned the transitive copy vite.config.ts needs); pinned to ^22 to match Node 22 runtime Tests, rubocop, brakeman, bundler-audit, tsc, biome, vite build all pass. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
A crashed overmind run leaves .overmind.sock behind, so the next bin/dev aborts with "overmind is already running". Remove the socket before starting, guarded by a pgrep check so a live session is never clobbered. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
No description provided.