-
Notifications
You must be signed in to change notification settings - Fork 1
fix(config): close 6 settings reachability + kill-switch gaps #1798
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 31 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
2e30f9b
fix(config): close 6 settings reachability + kill-switch gaps (#1776)
Aureliolo e611600
refactor: address pre-PR review findings
Aureliolo 829c422
fix: babysit round 1, 11 findings (8 coderabbit, 2 gemini, 1 dispatch…
Aureliolo caa0169
fix: babysit round 2, 3 findings (3 coderabbit)
Aureliolo 93ca850
fix: babysit round 3, 2 findings (2 coderabbit)
Aureliolo 86241b8
fix: babysit round 4, 2 findings (2 coderabbit)
Aureliolo 805783b
fix: babysit round 5, 7 findings (7 coderabbit) + sweep error_desc
Aureliolo ed34bcb
chore: refresh baselines after error_desc sweep line shifts
Aureliolo cedbf02
fix: babysit round 6, 5 findings (5 coderabbit) + CRUD refactor
Aureliolo 891861f
fix: babysit round 7, 7 findings (7 coderabbit)
Aureliolo fb4f017
fix: babysit round 8, 6 findings (6 coderabbit)
Aureliolo 31fbb2f
fix: babysit round 9, 7 findings (7 coderabbit)
Aureliolo b6f90d0
fix: babysit round 10, 10 findings (10 coderabbit)
Aureliolo 556367b
fix: babysit round 11, 7 findings (7 coderabbit)
Aureliolo a5d5938
fix: babysit round 12, 2 findings (2 coderabbit)
Aureliolo a285bc4
fix: babysit round 13, 4 findings (4 coderabbit)
Aureliolo 6a3c592
fix: babysit round 14, kill-switch fixes for new loops on main
Aureliolo 0f45cf2
fix: babysit round 15, 7 findings (7 coderabbit)
Aureliolo 0d85128
fix: babysit round 16, 2 findings (2 coderabbit)
Aureliolo 2b7e120
fix: babysit round 17, 1 finding (1 coderabbit)
Aureliolo 15985c4
fix: babysit round 18 kill-switches
Aureliolo a52a528
fix: babysit round 19, 8 CR findings + codecov patch coverage
Aureliolo 7f5e800
fix: babysit round 19, gate-driven follow-ups
Aureliolo 7eff0e0
fix: babysit round 20, 12 CR findings (12 coderabbit, 0 ci)
Aureliolo 60731ff
fix: babysit round 20, magic-numbers gate follow-up
Aureliolo c0a8033
fix: babysit round 21, 6 CR findings (6 coderabbit, 0 ci)
Aureliolo 56f750c
fix: babysit round 22, 8 CR findings (8 coderabbit, 0 ci)
Aureliolo 33bc33f
fix: babysit round 23, 3 CR findings (3 coderabbit, 0 ci)
Aureliolo 1016cdf
fix: babysit round 24, 3 CR findings (3 coderabbit, 0 ci)
Aureliolo 90c0385
fix: babysit round 24, kill-switch gate follow-up
Aureliolo 554e470
fix: babysit round 26, 5 CR findings (5 coderabbit, 0 ci)
Aureliolo 7e46862
fix: babysit round 27, 1 CR finding (1 valid, 1 skipped)
Aureliolo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🧹 Nitpick | 🔵 Trivial | ⚡ Quick win
🧩 Analysis chain
🏁 Script executed:
Repository: Aureliolo/synthorg
Length of output: 5959
The lint job should explicitly declare Python 3.14 for clarity, even though the composite action default is already set correctly.
The
setup-python-uvaction defaults to Python 3.14, so this gate will currently work as intended. However, explicitly passingpython-version: "3.14"to the action in this job makes the dependency on that specific version explicit and defends against future accidental default drift in the composite action.Composite action default (verified)
The
.github/actions/setup-python-uv/action.ymldefines:🤖 Prompt for AI Agents