Skip to content

Releases: Aryan-202/avdoc-cli

v0.1.0: Initial Release - The AI Documentation Gatekeeper

09 Mar 18:47

Choose a tag to compare

I am excited to announce the initial release of avdoc, a high-performance documentation gatekeeper and architecture visualizer for modern codebases.

Key Features

  • Codebase Linting (avdoc lint): Analyze your repository to generate a documentation quality score and enforce mandatory minimum thresholds for your CI/CD pipelines.
  • Auto-Healing (avdoc heal): Leverage AI to automatically generate and implement missing documentation for low-scoring files across your project.
  • Architecture Cartography (avdoc diagram): Instantly map out your repository's structure and append dynamic architecture diagrams (Mermaid or ASCII) directly to your project's README.

Installation

Build from source via Cargo:

cargo install --path .

Full Changelog: https://github.com/Aryan-202/avdoc-cli/commits/v0.1.0