From 9b76cc84c215da921d5cc22369c58a6d3cfd68ea Mon Sep 17 00:00:00 2001 From: Will Freeman Date: Mon, 20 Jul 2026 12:41:32 -0600 Subject: [PATCH] update claude.md --- api/kb/CLAUDE.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/api/kb/CLAUDE.md b/api/kb/CLAUDE.md index 3e5b0bf..73bcd65 100644 --- a/api/kb/CLAUDE.md +++ b/api/kb/CLAUDE.md @@ -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 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 - answer freely — currently `donation`, `api_data`, `other`, and - `camera_correction` (see `api/prompts/contact-screening.md` for the exact list). For + answer freely (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 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