Skeleton code generator for IntentLang specifications.
Generates typed stubs in Rust, TypeScript, Python, Go, Java, C#, or Swift
from a parsed .intent AST. Entities become structs/classes/dataclasses/records,
actions become function signatures with contract documentation.