Add SNAP work requirement state coverage tests and limitation diagnostics#8859
Draft
daphnehanse11 wants to merge 1 commit into
Draft
Conversation
…tics Adds a rule-by-rule and state-by-state coverage document for SNAP work requirements (7 CFR 273.7, 7 CFR 273.24, and HR1/OBBBA changes) and a coverage YAML test exercising is_snap_abawd_hr1_in_effect across representative states and dates. Fixes PolicyEngine#8825 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
Fixes #8825
Summary
Adds a lightweight, inspectable coverage artifact for SNAP OBBBA work-requirement state coverage, per #8825 (child of tracker #8820). No formula or parameter logic is changed — this PR only documents and tests the current state of the model.
policyengine_us/parameters/gov/usda/snap/work_requirements/README.md: rule-by-rule and state-by-state coverage tables covering general work registration (7 CFR 273.7), the ABAWD time limit (7 CFR 273.24), and the HR1/OBBBA changes (P.L. 119-21, effective 2025-07-04). It records:exempt_statesparameter (SNAP ABAWD: model HI/AK delayed HR1 implementation and consume exempt-state parameter #8821), Alaska borough-level waivers (SNAP ABAWD: model Alaska borough-level waiver geography #8822), qualifying work-program hours (SNAP ABAWD: support qualifying work-program participation or hours #8823), and omitted non-age work-registration exemptions (SNAP work registration: add omitted non-age exemption hooks #8824).policyengine_us/tests/policy/baseline/gov/usda/snap/eligibility/work_requirements/state_coverage.yaml: coverage tests ofis_snap_abawd_hr1_in_effectfor default-rule states (TX, NY) before and after the federal 2025-07-04 effective date, and California before and at its 2026-06-01 adoption date. HI/AK cases are intentionally not asserted (current behavior is a known gap being fixed in the SNAP ABAWD: model HI/AK delayed HR1 implementation and consume exempt-state parameter #8821 PR); they are documented in the README instead.Test output
🤖 Generated with Claude Code