Dashboard › cli › event/view parser order
01a088cb-03ee-7e89-8c7d-f61fced0f6b9Trap: calling parseSlashSeparatedArg() first in event/view.ts looks consistent with other org/project targets, but it misclassifies valid project/<hex-event-id> input as an incomplete org/project target and throws ContextError. Fix: always run parseSingleArg() first, then parseSlashSeparatedArg(), because the event command’s two-part form has distinct grammar.