Fast developer productivity CLI built in Rust. Generates changelogs, analyzes log files at 500K+ lines/sec, and reports project stats.

$ devflow changelog --count 8 # Changelog ## Features - a3f2c1e (auth) Add refresh token rotation with one-time use (Sarah K, 2026-03-12) - 8b1d4f2 (api) Implement rate limiting middleware per IP (Mike L, 2026-03-10) - c7e9a03 (ws) Add WebSocket presence indicators (Alex M, 2026-03-08) ## Bug Fixes - d4f6b21 (auth) Fix JWT expiry not checking refresh window (Sarah K, 2026-03-14) - 1a2b3c4 (api) Handle null body in POST requests (Mike L, 2026-03-11) ## Refactoring - e5d6c7b Migrate database queries to repository pattern (Alex M, 2026-03-09) ## Chores - f8a9b0c Update dependencies and fix audit warnings (CI Bot, 2026-03-13) - 2c3d4e5 Add Docker health check endpoint (Mike L, 2026-03-07) Generated from 8 commits
Built with Rust, Clap, Regex, WalkDir, and Serde. Install: cargo build --release