Know what to work on next.

v0.0.0

Dizz

Quick Install

curl -sSL https://dizz.shitworks.co/install.sh | bash

Features

🧠 Code Intelligence

Understands your codebase structure and relationships beyond simple text matching.

🎯 Precision Analysis

Language-aware AST parsing provides accurate insights across multiple programming languages.

âš¡ Millisecond Performance

Enterprise-grade analysis in milliseconds, not minutes. No network calls, no tokens.

📊 State Scoring

Proprietary algorithm combines usage patterns, TODOs, and git history for actionable insights.

🔄 Time-Aware Insights

Tracks code evolution and stability to identify what's working vs what needs attention.

🔒 Immutable Snapshots

Content-addressed project states for perfect version control and historical analysis.

CLI Commands

dizz version
Show current version and build information.
dizz version [--verbose]
dizz upgrade
Upgrade to the latest version automatically.
dizz upgrade [--force]
dizz init
Initialize dizz in your project directory.
dizz init
dizz log
Show what needs attention in your codebase.
dizz log [--all] [--verbose]
dizz status
Quick project health check with visual indicators.
dizz status
dizz snapshot
Create an immutable snapshot of project state.
dizz snapshot [--auto]
dizz list
Show all saved snapshots with timestamps and metadata.
dizz list [--format json|table]
dizz resume
Quick context after being away from the project.
dizz resume [--days N]
dizz intent
Manage intentional TODO markers and track planned work.
dizz intent add|list|remove|complete [@symbol] [description]