Merged
Conversation
- check_swap_eligibility: add runtime past-date check against _current_date (rejects shifts in the past instead of relying on pre-computed swap_locked) - submit_payroll_correction: read pay_period_end_date from shift record instead of requiring it as a user-provided parameter; reject if pay period has closed - Remove pay_period_end_date from SubmitPayrollCorrectionParams - Update agent YAML: tool descriptions, remove pay_period_end_date param, update payroll policy to reflect automatic pay period validation Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…lso update tool to reject check in before leave end and update policy
…tension can be requested, and change DEA to pending object
gabegma
reviewed
Apr 26, 2026
| @@ -493,7 +493,7 @@ async def run_record( | |||
|
|
|||
| audit_log = AuditLog() | |||
| agent_llm_client = LiteLLMClient(model=llm_model) | |||
| user_sim_llm_client = LiteLLMClient(model="gpt-5.2") | |||
| user_sim_llm_client = LiteLLMClient(model="gpt-5.1") | |||
Collaborator
There was a problem hiding this comment.
Was this committed on purpose?
Collaborator
Author
There was a problem hiding this comment.
yes. we use gpt-5.1 as the user in voice mode, not sure why it was 5.2 here before.
gabegma
reviewed
Apr 26, 2026
Comment on lines
+493
to
+494
| enum: ["license_extension_submitted", "malpractice_updated", "privilege_reactivation"] | ||
| description: "The type of action being reported: license_extension_submitted, malpractice_updated, or privilege_reactivation" |
Collaborator
There was a problem hiding this comment.
Detail - but I see a few description that repeats the enum - we could simplify
Collaborator
Author
There was a problem hiding this comment.
Addressed!
gabegma
approved these changes
Apr 26, 2026
Collaborator
gabegma
left a comment
There was a problem hiding this comment.
🙇♀️ Colossal work - amazing Tara!!
I wonder if we should squash commits first so it doesn't make our git history on main "dirty," given there are a lot of intermediate commits?
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.