Add CLAUDE.md for prompt template sync guidance (#4619)

This commit is contained in:
pedrohsdb
2026-02-04 13:31:18 -08:00
committed by GitHub
parent a7cde692f0
commit 54bab314ce

View File

@@ -0,0 +1,9 @@
# Prompt Templates
Action extraction templates are split for caching optimization:
- `extract-action.j2` — Complete template (static + dynamic)
- `extract-action-static.j2` — Cacheable prefix
- `extract-action-dynamic.j2` — Dynamic suffix with runtime variables
When modifying `extract-action.j2`, update the static/dynamic files to match. The static file must exactly match the prefix of the complete file.