Skip to content

Conversation

@hua7450
Copy link
Collaborator

@hua7450 hua7450 commented Oct 22, 2025

Fixes #6731

…lopment

- Remove .claude submodule configuration
- Add .claude directory contents as tracked files
- Remove .gitmodules as .claude was the only submodule
- Enable direct editing of agent prompts for experimentation

This allows for easier iteration on agent prompt improvements without
managing a separate submodule repository.
@codecov
Copy link

codecov bot commented Oct 22, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (bb9ac27) to head (494cd56).
⚠️ Report is 30 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #6735   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           22        27    +5     
=========================================
+ Hits            22        27    +5     
Flag Coverage Δ
unittests 100.00% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Comment on lines +237 to +239
## Special Rules for TANF
1. xxx
2. xxxx
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@@ -0,0 +1,12 @@
description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parents caring for a young child under this age.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parents caring for a young child under this age.
description: The Department of Agriculture provides the Supplemental Nutrition Assistance Program to students if they are parents caring for a child below this age.

period: year
label: SNAP student parent young child age threshold
reference:
- title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5)
- title: 7 U.S. Code § 2015 - Eligibility disqualifications (e)(5)(A)

@@ -0,0 +1,12 @@
description: The Department of Agriculture includes student in the Supplemental Nutrition Assistance Program unit if they are parent caring for a younger child under this age.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similar as above

| receives_tanf
)

return is_higher_ed_student & ~meets_any_exception
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we break this formula up into intermediate variables?

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.

Add child age requirements for SNAP student ineligibility

2 participants