⚠️ Internal Alpha - This project is in early development and not ready for production use.
⚠️ CRITICAL: Documentation and feature status changes quickly. Seedocs/plans/windows-multi-agent-recovery.mdfor what currently works.
Minimal root README. Full developer & architecture guide: see CLAUDE.md. Assistants should read AGENTS.md.
Current product and documentation direction is anchored in:
Status varies by STT backend and platform. For current “what works” details, see docs/plans/windows-multi-agent-recovery.md.
# Main app
cargo run -p coldvox-app --bin coldvox
# TUI dashboard
cargo run -p coldvox-app --bin tui_dashboardCommon Rust commands:
# Fast local feedback
cargo check -p coldvox-app
# Format check
cargo fmt --all -- --checkPython environments are managed with uv. Git hooks and local tooling bootstrap are handled with mise and lint-staged.
- Install mise:
curl https://mise.run | sh(or see docs) - Install toolchain:
mise install - Activate hooks + agent mirrors:
mise run prepare
If you are working on Moonshine or any Python-backed STT flow, run uv sync before building.
To run the hook pipeline manually:
mise run pre-commit- Review the North Star and current execution plan.
- Follow the repository Documentation Standards.
- Coordinate work through the Documentation Todo Backlog.