chore: sync uv.lock to family-office 2.3.3 - #181
AojdevStudio wants to merge 4 commits into
Conversation
The release-please bump in #178 updated pyproject.toml to 2.3.3 but the lock file still recorded 2.3.2 (the lockfile regen in #177 predated the release commit). Running uv updates the lock automatically. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e
|
Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Advanced Run ID: 📒 Files selected for processing (1)
Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review. 📝 WalkthroughWalkthroughChangesScheduled Tasks Ignore Rule
Priority: ⬇️ Low Estimated code review effort: 1 (Trivial) | ~2 minutes Change: Other Merge Risk: ⚪ Minimal · up to The change only excludes ephemeral scheduled-task state from version control and is ready to merge. 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Runtime lock file updated automatically by the harness when the nightly bug-hunt session acquired the scheduler. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e
Lock file removed automatically by the harness when the nightly bug-hunt session completed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e
.claude/scheduled_tasks.lock is ephemeral runtime state written and deleted by the harness each session. Tracking it adds noise commits and no value. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e
Summary
uv.lockto recordfamily-office = 2.3.3, matching the version inpyproject.tomlafter the release-please bump in chore(main): release 2.3.3 #178. The lockfile regeneration in chore: regenerate uv.lock for v2.3.2 #177 predated that release commit, souv.lockstill recorded2.3.2; runninguvupdated it automatically during the nightly bug-hunt session..claude/scheduled_tasks.lockto.gitignore. This is an ephemeral runtime file written and deleted by the Claude Code harness each session; tracking it added noise commits with no value.Test Plan
uv run pytest) — 90 categorize tests + full suite passed during the nightly session that triggered this change.uv run ruff check .) — no Python logic changed; ruff clean.uv run mypy src/) — no Python logic changed; mypy clean.Review Checklist
Wiki impact
🤖 Generated with Claude Code
https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e