update claude.md

This commit is contained in:
Will Freeman
2026-07-20 12:41:32 -06:00
parent 7a8cc9c550
commit 9b76cc84c2
+1 -2
View File
@@ -11,8 +11,7 @@ Knowledge base grounding content for the AI contact-screening classifier in `api
constrained to exactly the set of `.md` filenames present here (plus `"none"`), so the model constrained to exactly the set of `.md` filenames present here (plus `"none"`), so the model
can only ever cite a document that actually exists — never a hallucinated one. can only ever cite a document that actually exists — never a hallucinated one.
- Only some classification categories are instructed to ground their answers here rather than - Only some classification categories are instructed to ground their answers here rather than
answer freely — currently `donation`, `api_data`, `other`, and answer freely (see `api/prompts/contact-screening.md` for the exact list). For
`camera_correction` (see `api/prompts/contact-screening.md` for the exact list). For
those categories, if nothing here covers the question, the classifier is instructed to defer those categories, if nothing here covers the question, the classifier is instructed to defer
to a human (`kb-gap` tag) instead of inventing policy. to a human (`kb-gap` tag) instead of inventing policy.
- Files are loaded once when the `api/` process starts. Adding or editing a file here requires - Files are loaded once when the `api/` process starts. Adding or editing a file here requires