v1.28.0 - Consolidated Rust CLI
What's New
scud view - Interactive HTML Viewer (Rust)
- Opens task visualization in browser
- All four tabs: Tasks, Waves, Diagram, Stats
- Pan/zoom on Mermaid diagrams
- No Node.js dependency - fully implemented in Rust
Enhanced scud init
- Auto-installs SCUD agents and slash commands
- Updates CLAUDE.md with quick start guide
- Idempotent - safe to run multiple times
Simplified npm Package
- Pure binary wrapper (no Node.js command handling)
- Removed "open" dependency
- Cleaner architecture
Installation
npm (recommended):
npm install -g scud-taskcargo:
cargo install scud-cli