Expand description
Build rich context from a parsed intent AST for the LLM prompt.
Assembles three pieces: the canonical spec source, the skeleton code, and a structured contracts summary (requires/ensures/invariants/edge_cases).
Structs§
- Prompt
Context - All the context the LLM needs to generate a full implementation.
Functions§
- build_
context - Build the full prompt context from an AST and target language.