1.9.2
Convention-based API documentation
2026-07-28 · #27
Every endpoint and every DTO is now documented, with the OpenAPI schema as the single source of truth — consumed by Scalar, the docs site, the MCP surface and the Terraform provider.
EndpointDocConventionderives summaries from the action name and entity ("Create a new AgentModuleSupply", "List all Agents"), replacing controller XML doc comments that leaked literal{Entity}placeholders into the generated document.[EndpointSummary]and related attributes override the convention where the derived text is wrong.- Coverage is enforced: an undocumented endpoint or DTO fails the generator, so documentation cannot silently drift from the API.