Know what to work on next.

v0.0.4

Quick Install

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

Dizz

Overview

dizz is a local, Git-aware developer CLI that analyzes your codebase to understand progress, not just correctness.
It helps developers answer the question β€œWhat should I work on next?” by detecting unused code, planned work (TODOs), unstable areas, and forgotten or abandoned logic using static analysis and Git context.

Unlike linters or task managers, dizz models developer intent and code evolution. It runs fully offline, requires no configuration to start, and works across multiple languages through a unified signal-based architecture.

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]