• v0.1.0 90af62b7f0

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 9s
    Stable

    7000pctAUTO released this 2026-01-30 09:12:19 +00:00 | 0 commits to main since this release

    Initial release of DevTrace

    DevTrace is a CLI tool that automatically snapshots and indexes your entire development workflow in real-time.

    Features

    • Real-time File Monitoring
    • Command Capture
    • Git Operation Tracking
    • Semantic Search
    • Timeline View
    • Export Capabilities

    Installation

    pip install devtrace
    

    Quick Start

    devtrace init
    devtrace start --project "My Project"
    devtrace timeline 1
    

    Changes

    • Initial project structure
    • Basic monitoring functionality
    • SQLite database storage
    • Rich terminal UI
    • Unit tests included
    Downloads