Skip to content

chore: sync uv.lock to family-office 2.3.3 - #181

Open
AojdevStudio wants to merge 4 commits into
mainfrom
chore/sync-uv-lock-2.3.3
Open

AojdevStudio wants to merge 4 commits into
mainfrom
chore/sync-uv-lock-2.3.3

Conversation

@AojdevStudio

@AojdevStudio AojdevStudio commented Sep 17, 2026

Copy link
Copy Markdown
Owner

Summary

  • Syncs uv.lock to record family-office = 2.3.3, matching the version in pyproject.toml after 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, so uv.lock still recorded 2.3.2; running uv updated it automatically during the nightly bug-hunt session.
  • Adds .claude/scheduled_tasks.lock to .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.
  • Link to related issue(s): N/A — both changes are infrastructure housekeeping with no associated issue.

Test Plan

  • All tests pass (uv run pytest) — 90 categorize tests + full suite passed during the nightly session that triggered this change.
  • Lint is clean (uv run ruff check .) — no Python logic changed; ruff clean.
  • Types are clean (uv run mypy src/) — no Python logic changed; mypy clean.

Review Checklist

  • No secrets or PII committed
  • Documentation updated (if applicable) — N/A
  • Test coverage maintained or improved — N/A (no logic changes)

Wiki impact

  • No Wiki update is required.
  • Wiki updated — affected pages and Wiki commit:

🤖 Generated with Claude Code

https://claude.ai/code/session_018Le6Xk8fPbiyosqFTfuq8e

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
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

@coderabbitai

coderabbitai Bot commented Sep 17, 2026

Copy link
Copy Markdown
Contributor

Review Change StackReview Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Advanced

Run ID: 4d1953e1-3c76-424c-a849-722ed79b5fdd

📥 Commits

Reviewing files that changed from the base of the PR and between 498b986 and 5419539.

📒 Files selected for processing (1)
  • .gitignore

Included review availability: Your plan provides up to 2 included reviews per hour; 1 remains after this review.


📝 Walkthrough

Walkthrough

Changes

Scheduled Tasks Ignore Rule

Layer / File(s) Summary
Add scheduled-tasks lock exclusion
.gitignore
Adds .claude/scheduled_tasks.lock to the ignored paths.

Priority: ⬇️ Low

Estimated code review effort: 1 (Trivial) | ~2 minutes

Change: Other

Merge Risk: ⚪ Minimal · up to 54195

The change only excludes ephemeral scheduled-task state from version control and is ready to merge.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Title check ✅ Passed The title clearly identifies the primary change: synchronizing the uv.lock family-office version to 2.3.3. It matches the PR objectives.
Description check ✅ Passed The description includes the required Summary, Test Plan, Review Checklist, and Wiki impact sections. It explains both changes, provides test results, and selects exactly one Wiki option.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/sync-uv-lock-2.3.3

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants