Source
Audit report — Section 9: Phase 3 Roadmap
Description
MC is currently single-user — one developer's jobs on one machine. In team environments, multiple developers may be running MC jobs on the same repository, with no visibility into each other's work.
Proposed Solution
- Shared state: Optional shared state backend (file-based in shared directory, or lightweight server) for multi-user visibility
- User attribution: Tag jobs with the user who launched them
- Team dashboard:
mc_team tool showing all team members' active jobs
- Conflict detection: Warn when two users have jobs touching the same files
- Merge coordination: Prevent simultaneous merges to the same branch
Priority
P3 — long-term feature. Current single-user model works well for individual developers. Team features become relevant when MC is adopted across a team.
Source
Audit report — Section 9: Phase 3 Roadmap
Description
MC is currently single-user — one developer's jobs on one machine. In team environments, multiple developers may be running MC jobs on the same repository, with no visibility into each other's work.
Proposed Solution
mc_teamtool showing all team members' active jobsPriority
P3 — long-term feature. Current single-user model works well for individual developers. Team features become relevant when MC is adopted across a team.