Skip to main content

Module prompt

Module prompt 

Source
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.