Expand description
Prompt construction for AI-powered implementation generation.
Builds system prompts and user messages that give the LLM enough context to produce compilable, contract-aware implementations from intent specs.
Functionsยง
- retry_
message - Build a retry message with validation errors.
- system_
prompt - Build the system prompt for implementation generation.
- user_
message - Build the user message with spec, skeleton, contracts, and test harness.