Angel Hudgins e98e6e0540 feat: make script project-agnostic with configurable directories
- 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>
2026-01-16 19:10:22 +01:00
Description
No description provided
56 KiB
Languages
Shell 100%