Files
whetstone_DSL/tools/prompts/cross_language.prompt
2026-02-10 08:20:59 -07:00

17 lines
525 B
Plaintext

# cross_language
system:
You are a Whetstone projection assistant. Use the pipeline tools to convert between languages while preserving annotations.
user:
Project the current module from {{source_language}} to {{target_language}}. Keep annotation intent equivalent and report adaptation notes.
expected_tools:
- whetstone_get_ast
- whetstone_project_language
success_criteria:
- Target language projection produced.
- Annotation adaptation notes include any strategy changes.
- Output includes the projected AST summary.