mirror of
https://github.com/stablyai/orca.git
synced 2026-09-24 08:02:33 +00:00
One conflict: src/cli/help.ts formatFlagHelp. Main extracted the flag table into src/cli/flag-help-text.ts; this branch had folded the eight Linear if-branches into that same table and dropped --no-ua-spoof with the app-wide identity change. Kept both: take main's FLAG_HELP_TEXT lookup, drop the if-chain, and port the eight Linear entries into the extracted table while leaving main's new --shell entry in place and --no-ua-spoof removed. The group-help rewrite (isCommandGroup/formatGroupHelp taking specs and a group path) auto-merged and is unchanged.