- Add --frontend and --backend flags for custom directory paths
- Auto-detect common frontend directory patterns if not specified
- Default backend to repository root if not specified
- Replace hardcoded 'rfc-edge-frontend' with dynamic variables
- Support any project structure with pnpm frontend and Rust backend
Examples:
check-history.sh 2 4 # auto-detect
check-history.sh 2 4 --frontend web --backend . # custom dirs
check-history.sh 2 4 --backend server -j8 # no frontend
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>