Dashboard › craft › Distillation
abcfe0bc-aabe-42f2-bfb4-64e35b3ca98d["lore_tm_v1_VgRhz_8ReoUuYfSHEqxoMRoCcnK4DQZboM8wetTySpc","lore_tm_v1_4RVrAhrWYAnNP1XCz24ejxOTNlb7hqFHSaPes-1GK3s"]
Date: Aug 24, 2026
node:util.parseArgs test results on branch feat/workspaces-schema: ["publish","--workspace","cli"] and ["publish","--workspace=cli"] both parse workspace: 'cli'; ["publish","--workspace","--dry-run"] parses workspace: '--dry-run'; ["publish","--workspace"] parses workspace: true; ["publish","--workspace="] parses workspace: ''. Token streams identify --workspace as an option token with inlineValue: false for space-separated values and inlineValue: true for --workspace=....node:util.parseArgs alone incorrectly treats --workspace --dry-run as a workspace value. Planned approach: use its token stream to accept only an actual string workspace value, while preserving yargs’s normal missing-value error behavior.