@h-rig/executable-binary-target-plugin
v0.0.6-alpha.280
Published
Rig CLI launcher for upstream OMP collab; legacy operator entrypoints are retired.
Readme
CLI Package
@rig/cli exposes the rig command.
Purpose
- launch upstream OMP with the Rig extension cockpit loaded
- keep the public root UX centered on bare
rig,rig --workspace <path>, and OMP collab joins - fence legacy control-plane subcommands so retained automation paths are not advertised as the current product flow
Common commands
bun run rig— open OMP with the Rig cockpit for the current workspacebun run rig -- --workspace /path/to/repo— open the cockpit scoped to a specific workspacebun run rig -- join <collab-link>— join an encrypted OMP collab sessionbun run rig -- --help— show the root OMP/cockpit help
Notes
- Root command routing lives in
bin/rig.ts; it forwards OMP launch/join/acp arguments with@rig/rig-extensioninjected. - Legacy groups such as
init,task,doctor,run,inspect,stats, andinboxmust stay rejected or clearly compatibility-routed at the public root. - CLI behavior should stay thin and delegate product behavior to OMP extension surfaces or narrow compatibility modules.
