• v0.1.0 f4f8b8fa34

    Arkasha released this 2026-02-15 12:13:14 +03:00 | 2 commits to main since this release

    WTIsMyCode v0.1.0

    Understand your codebase architecture. Generates docs from source code.

    Install

    tar xzf wtismycode-v0.1.0-linux-x86_64.tar.gz
    sudo mv wtismycode /usr/local/bin/
    

    Quick Start

    cd your-project
    wtismycode init
    wtismycode generate --verbose
    

    Features

    • Multi-language support (Python now, more coming)
    • AST analysis: imports, classes, functions, signatures, docstrings
    • Integration detection (HTTP, DB, Queue, Storage, AI/ML)
    • Dependency cycle detection
    • Fan-in/fan-out metrics with critical point detection
    • Diff-aware updates (preserves manual sections)
    • Caching for fast incremental runs
    • 50+ tests

    Tested on Logera: 182 files, 1415 symbols, 16445 edges, 5 integration types.

    Downloads