-
Notifications
You must be signed in to change notification settings - Fork 222
Replace fictional insurance claim with public FEMA appeal #225
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
Open
svonava
wants to merge
5
commits into
main
Choose a base branch
from
feat/real-nfip-appeal-example
base: main
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.
Open
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
3dc6966
examples: replace fictional claim with public NFIP appeal
svonava 5248708
examples: pin verified FEMA appeal run
svonava 871e92d
chore: preserve complete verified insurance run
svonava 7e1b3ac
fix(examples): pin the verified FEMA appeal run
svonava 7f50fa3
chore: scope CodeRabbit to examples
svonava File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,20 @@ | ||
| # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json | ||
|
|
||
| reviews: | ||
| auto_review: | ||
| enabled: true | ||
| drafts: false | ||
| path_filters: | ||
| - "examples/**" | ||
| - "!examples/**/data/**" | ||
| - "!examples/**/fixtures/**" | ||
| - "examples/**/fixtures/SOURCES.md" | ||
| - "!examples/**/verified-run/**" | ||
| - "examples/**/verified-run/README.md" | ||
| - "!examples/**/uv.lock" | ||
| path_instructions: | ||
| - path: "examples/**" | ||
| instructions: | | ||
| Review runnable source, tests, configuration, and documentation. | ||
| Check that commands match the implementation and that tests cover failure paths. | ||
| Flag client-side model-name translation and undocumented synthetic results. |
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,37 +1,25 @@ | ||
| # Source and data notes | ||
|
|
||
| The example combines public government documents, a public-domain photograph, | ||
| and an explicitly fictional claim. | ||
| The example uses two public FEMA documents. Both are U.S. federal government | ||
| works. Their inclusion does not imply FEMA or DHS endorsement. | ||
|
|
||
| ## FEMA NFIP Proof of Loss | ||
| ## FEMA Flood Insurance Appeal Decision B8 | ||
|
|
||
| - File: https://www.fema.gov/sites/default/files/2020-07/FEMA-Form_086-0-09_proof-of-loss.pdf | ||
| - Form: FEMA Form 086-0-09 (04/17) | ||
| - Use: the example fills the official form with fictional claim data | ||
| - File: https://www.floodsmart.gov/sites/default/files/media/document/2022-12/B8_Direct%20Physical%20Loss_Proof%20of%20Loss_Overturn.pdf | ||
| - Source page: https://www.floodsmart.gov/flood-claim-memos/appeal-issue/direct-physical-loss/proof-loss | ||
| - Published record: FEMA Flood Insurance Appeal Decision B8 | ||
| - Use: the claim record, amounts, policy issue, analysis, and conclusion | ||
| - Privacy: FEMA published the decision without the policyholder's identity or | ||
| property address | ||
| - Rights: U.S. federal government work under 17 U.S.C. § 105 | ||
| - Reproducibility: the exact government PDF is bundled as a fallback because | ||
| FEMA may reject requests from datacenter IP addresses | ||
| - Reproducibility: the exact PDF is bundled because government sites may reject | ||
| requests from datacenter IP addresses | ||
|
|
||
| ## Standard Flood Insurance Policy, Dwelling Form | ||
|
|
||
| - File: https://www.fema.gov/sites/default/files/documents/fema_F-122-Dwelling-SFIP_2021.pdf | ||
| - Use: policy retrieval and cited claim-review findings | ||
| - Source page: https://www.fema.gov/flood-insurance/find-form/underwriting | ||
| - Use: retrieval of the policy terms governing non-owned debris removal | ||
| - Rights: U.S. federal government work under 17 U.S.C. § 105 | ||
| - Reproducibility: the exact government PDF is bundled as a fallback because | ||
| FEMA may reject requests from datacenter IP addresses | ||
|
|
||
| ## Flooded house interior photograph | ||
|
|
||
| - File page: https://commons.wikimedia.org/wiki/File:Flooded_house_interior.jpg | ||
| - Author: U.S. Fish and Wildlife Service | ||
| - Use: visual inspection of the submitted damage photograph | ||
| - Rights: public domain U.S. federal government work | ||
| - Reproducibility: the exact photograph is bundled as a fallback for Wikimedia | ||
| rate limits | ||
|
|
||
| ## Fictional claim | ||
|
|
||
| `claim.json` and `claim-note.txt` contain no real policyholder information. | ||
| `prepare-claim` fills the FEMA form and produces the attached estimate. The | ||
| deliberate evidence issues are an unsigned proof of loss and a $400 difference | ||
| between the form and the estimate. | ||
| - Reproducibility: the exact PDF is bundled because FEMA may reject requests | ||
| from datacenter IP addresses |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-246 KB
examples/insurance-claims-agent/fixtures/sources/flooded-house-interior.jpg
Binary file not shown.
Binary file not shown.
Binary file removed
BIN
-575 KB
examples/insurance-claims-agent/fixtures/sources/nfip-proof-of-loss.pdf
Binary file not shown.
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Minor: missing comma after year.
"a July 26, 2026 run" should read "a July 26, 2026, run" per standard month-day-year date punctuation.
🧰 Tools
🪛 LanguageTool
[style] ~37-~37: Some style guides suggest that commas should set off the year in a month-day-year date.
Context: ...fied-run/) directory records a July 26, 2026 run in which all ten factual checks pas...
(MISSING_COMMA_AFTER_YEAR)
🤖 Prompt for AI Agents
Source: Linters/SAST tools