Add CLAUDE.md for prompt template sync guidance (#4619)
This commit is contained in:
9
skyvern/forge/prompts/skyvern/CLAUDE.md
Normal file
9
skyvern/forge/prompts/skyvern/CLAUDE.md
Normal 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.
|
||||
Reference in New Issue
Block a user