Consolidate monopam status with dense colored fork analysis
- Add fork graph discovery via verse opam repos (Forks module)
- Consolidate status command into single dense view combining
package status and verse fork analysis
- Add ANSI colors with Fmt for status indicators:
- Red (+N) for repos where others have commits to pull
- Cyan (-N) for repos where I'm ahead
- Yellow (+N/-M) for diverged repos
- Green (=) for in-sync repos
- Faint (~) for repos not in workspace
- Add --all flag to show synced repos and others' repos
- Add succinct pp_summary for cross_status module
- Fetch verse opam repos before scanning for dev-repo URLs
- Add DEBUG logging for git commands at -vv level
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>