Add state universal free school meal programs#8079
Open
MaxGhenis wants to merge 2 commits intoPolicyEngine:mainfrom
Open
Add state universal free school meal programs#8079MaxGhenis wants to merge 2 commits intoPolicyEngine:mainfrom
MaxGhenis wants to merge 2 commits intoPolicyEngine:mainfrom
Conversation
Models universal free breakfast and lunch policies in nine states (CA, CO, MA, ME, MI, MN, NM, NY, VT) with the correct effective school year per state. Households in these states receive the free tier regardless of income once the policy takes effect. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8079 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 18 2 -16
Lines 353 30 -323
Branches 4 0 -4
==========================================
- Hits 353 30 -323
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:
|
- Correct New Mexico reference to SB 4 (not HB 4); link to the governor's signing announcement for a stable primary source. - List all nine state universal meals implementations under the school_meals entry in programs.yaml, per the state_implementations convention. - Add reduced_price_school_meals: 0 assertion to the California integration test to lock in that universal-state households do not fall into the reduced tier. Illinois is deliberately excluded: HB2471 / PA 103-0532 (2023) passed but the required $209M appropriation has not been enacted in FY24, FY25, or FY26 budgets, so no students are actually receiving meals under it. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
Summary
state_universal_free_mealsparameter (boolean per state, dated) for the nine states that have enacted universal free breakfast and lunch for all public school students: CA, CO, MA, ME, MI, MN, NM, NY, VT.state_has_universal_free_school_mealsvariable looks up the parameter by household state.school_meal_tiernow also assigns FREE when the state has a universal program active for the period.Why
Benchmark diagnostics showed frontier LLMs correctly citing state universal-meals laws (e.g., MA, MN) and getting marked wrong because PE-US did not model them. This closes that gap.
Effective dates
Out of scope
Test plan
policyengine-core test policyengine_us/tests/policy/baseline/gov/usda/school_mealspasses (46/46).make formatclean.Closes #515.
🤖 Generated with Claude Code