Expand description
Perforce adapter stub — untested, contributed by AI.
This adapter provides basic Perforce/Helix Core integration. It is untested and needs validation by a Perforce user before production use.
Key differences from Git:
- Uses changelists instead of branches
commit()shelves files (staging for review)push()submits the changelist (makes it permanent)- Review via Helix Swarm API (if configured)
Structs§
- Perforce
Adapter - Perforce/Helix Core adapter implementing changelist-based workflow.