Tracks v0.1.0: CLI Foundation Complete
· 4 min read
Tracks v0.1.0 is now available! This first release completes the CLI infrastructure foundation with a robust, extensible command-line tool ready for project generation.
What's in v0.1.0
Status: Phase 0 - Foundation (Epic 1: CLI Infrastructure ✅)
Available Now:
- Full CLI with Cobra framework integration
- Multiple output modes (Console, JSON, TUI-ready)
- Smart environment detection (TTY, CI, piped output)
- Theme system with Lip Gloss styling
- Comprehensive test coverage
- Complete documentation
Try It:
# macOS
brew install anomalousventures/tap/tracks
# Any platform with Go
go install github.com/anomalousventures/tracks/cmd/tracks@v0.1.0
# Verify installation
tracks version
