RepoHelpers
RepoHelpers is the repo/workspace automation module behind mac-cli.
It owns the public action surface, the grouped space and manual/help flows, the interactive wizard, and the repo lifecycle commands used across the internal mac-* workspace.
Current Major Areas
Current Public Shape
RepoHelpers exports one human-facing command:
mac-cli <action> ...
Current action groups:
- workspace navigation and opening
- inventory and status
- repo lifecycle flows
- named-space management
- help/manual discovery and test entrypoints
Current Maintainer Notes
- the wrapper surface is intentional; internal
Verb-Nounfunctions still exist behind it - help and manual output are metadata-driven
- backward-compatibility shims for removed command surfaces are intentionally not part of the current baseline