2 个仓库
Development utilities that enforce alignment between code and living documentation.
Distinguishing note: Focuses on the development utility aspect, distinct from general documentation tools.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Specification-Driven Development Tools. Refine with filters or upvote what's useful.
OpenSpec is a specification-driven development tool designed to maintain living documentation directly within a software repository. It functions as an automated documentation engine that tracks technical requirements alongside source code, ensuring that system specifications evolve in tandem with the implementation to prevent documentation drift. The framework distinguishes itself through differential change tracking, which compares current code states against stored specifications to identify deviations between intended requirements and actual implementation. By integrating specification st
Maintains living documentation within a repository to ensure code changes remain aligned with defined system requirements.
AutoRest is a multi-language SDK generator and OpenAPI code generator designed to produce consistent software development kits from a single API definition. It functions as a REST API client generator that transforms Swagger and OpenAPI specification files into functional, typed HTTP client libraries. The tool automates the SDK development workflow by converting design documents into source code, ensuring that the resulting implementations match the defined API contract across different programming languages. The system employs specification-driven development using an intermediate represent
Automates the transformation of structured OpenAPI definition files into executable client libraries through a deterministic mapping process.