Loading...
Loading...
Oss
Meta-runner for language-specific bug scanners, tuned for AI coding agents.
Wraps best‑in‑class static analyzers (ESLint, Ruff, Clippy, golangci-lint, and more) with a consistent JSON interface. Perfect as a pre-commit hook or post-processing step for autonomous agents to catch bugs before they ship.
# Install via pip (recommended)
pip install ultimate-bug-scanner
# Or install from source
git clone https://github.com/Dicklesworthstone/ultimate_bug_scanner
cd ultimate_bug_scanner
pip install -e .# Scan specific files (fastest)
ubs file.ts file2.py
# Scan staged files before commit
ubs $(git diff --name-only --cached)
# Scan entire project
ubs .
# Language filter
ubs --only=ts,tsx components/Terminal UI for Steve Yegge's Beads system with graph analytics for agent task management.
Two-person rule for AI agents: peer review before dangerous commands execute.
Unified TUI for searching local history across Claude Code, Codex, Cursor, Gemini, and more.
Explore the source code, documentation, and contribute to the project.