• v1.0.0 d4aa4d7286

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 5s
    Stable

    7000pctAUTO released this 2026-02-01 01:04:58 +00:00 | 63 commits to main since this release

    Initial Release v1.0.0

    AI Context Generator CLI - A CLI tool that generates comprehensive context files for AI coding assistants.

    Features

    • Automatic project type detection (TypeScript, JavaScript, Python, Go, Rust, Java, etc.)
    • Dependency analysis from multiple package managers
    • Coding convention extraction (naming, imports, testing frameworks)
    • Multi-format output (JSON and YAML)
    • AI-specific templates (Cursor, Copilot, generic)
    • Configurable via .ai-context-config.json
    • Gitignore pattern support

    Installation

    npm install -g ai-context-generator-cli
    

    Usage

    ai-context --dir ./my-project --format yaml
    

    Full Documentation

    See README.md and CLI.md for detailed usage instructions.

    Downloads