Skip to content

1.9.2

Choose a tag to compare

@github-actions github-actions released this 29 Jul 09:25
501a26a

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.

  • EndpointDocConvention derives 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.