intent-implement 0.7.0-beta.1

AI-powered full implementation generation from IntentLang specifications
Documentation

AI-powered full implementation generation from IntentLang specifications.

This crate translates parsed .intent specs into complete, working implementations using an LLM. It builds on intent-codegen (skeleton stubs) and intent-gen (LLM client) to produce contract-aware code.

The generation pipeline:

  1. Format the spec, generate skeleton code, extract contracts
  2. Send to LLM with implementation-focused system prompt
  3. Validate the output (expected names, balanced delimiters, no stubs)
  4. Retry with error feedback if validation fails