Fast developer productivity CLI built in Rust. Generates changelogs, analyzes log files at 500K+ lines/sec, and reports project stats.
$ devflow changelog --count 8
[1m# Changelog[0m
[1m## Features[0m
- 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)
[1m## Bug Fixes[0m
- 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)
[1m## Refactoring[0m
- e5d6c7b Migrate database queries to repository pattern (Alex M, 2026-03-09)
[1m## Chores[0m
- 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