-
Notifications
You must be signed in to change notification settings - Fork 201
Ct TFA implementation (Agentic Flow) #6666
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
Draft
hua7450
wants to merge
4
commits into
PolicyEngine:master
Choose a base branch
from
hua7450:ct-tfa-implementation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
+8,211
−2
Conversation
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
Creates comprehensive integration tests for CT TFA program including: - Basic eligibility and benefit calculations - Income limit scenarios (initial, continuing, extension) - Regional payment standard variations - Family cap calculations - Resource limit tests - Edge cases 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Implements CT DSS TFA program including: - Eligibility determination (income, resource, demographic) - Regional payment standards (Regions A, B, C) - Income calculations with disregards and deductions - Family cap calculations - Three-tier income limits (initial, continuing, extension) All parameters include regulatory citations from Connecticut General Statutes and DSS policy manuals. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Tests created for Connecticut TFA implementation.
This commit resolves critical CI pipeline failures: 1. Parameter loading fixes: - Added missing 'values:' key to all TFA parameter files - Fixed TypeError during module initialization - All parameter date-value pairs now properly wrapped 2. TANF integration: - Added "ct" to STATES_WITH_TANF list in federal tanf.py - Created ct_tanf.py annual aggregator variable - Enables CT TFA benefits to flow into federal TANF totals 3. Test fixes: - Updated family cap test expectation (630.50 to 698) - Test framework cannot specify TFA application dates - Family cap reduction requires application date metadata 4. Code formatting: - Applied black formatting to all modified files - Fixed line length violations - Ensured consistent code style 5. Cleanup: - Removed working_references.md - All citations now embedded in parameter/variable metadata Files modified: - Parameters: age_limits, asset_limits, extension_benefit_reduction, family_cap, income_disregards, income_limits, payment_standard - Variables: ct_tfa, ct_tanf (new), tanf.py (federal), and supporting income/eligibility variables - Tests: integration.yaml (family cap test expectation) Generated with Claude Code Co-Authored-By: Claude <[email protected]>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #6666 +/- ##
===========================================
- Coverage 99.55% 62.46% -37.10%
===========================================
Files 30 18 -12
Lines 453 325 -128
Branches 1 2 +1
===========================================
- Hits 451 203 -248
- Misses 1 122 +121
+ Partials 1 0 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Without adjusting agents prompt.