Integrate fork workflow: create src, rm mono, rejoin as subtree
Fork now performs the complete workflow in one command:
- Creates src/<name>/ with split history or copied files
- Removes mono/<name>/ from git
- Re-adds mono/<name>/ as a proper subtree from src/<name>/
This establishes the subtree relationship automatically so monopam sync
works correctly without manual git rm and rejoin steps.
Added Git.rm function for git rm operations.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>