• v1.0.0 1597fa5ee1

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 10s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-01-30 18:05:27 +00:00 | 47 commits to main since this release

    What's Changed

    Initial release of Config Auditor CLI - A powerful CLI tool that scans project configuration files, detects issues and vulnerabilities, suggests intelligent fixes using local LLMs, and can automatically fix common problems.

    Features

    • Config File Discovery
    • Multi-format Parser (JSON, YAML, TOML)
    • Issue Detection Engine
    • Auto-fix Capability
    • Local LLM Integration (Ollama)
    • Optimal Config Generation
    • Report Generation (JSON, YAML, text)

    Supported Configuration Files

    • package.json, tsconfig.json, .eslintrc
    • pyproject.toml, setup.cfg
    • And many more...

    Installation

    pip install -e .
    

    Usage

    config-auditor scan /path/to/project
    config-auditor audit /path/to/project
    config-auditor fix /path/to/project
    config-auditor generate --template node /path/to/project
    
    Downloads