Dashboard › craft › Distillation
fa5d2339-04fc-4a68-a7ac-b9e61bbbd01c["lore_tm_v1_Alx_yaMi3LcGZo1cBmVck0eaAoWFhfF6zj4lcRPnF_Q","lore_tm_v1_C8vtPDGU10DNzC1CMR7niujaXMGVPXB9qiOoS-nT8_Y","lore_tm_v1_O_vsSMcK5uKbQkziiBLkLCfhlbO1n_v8t7t0sn7TmqE","lore_tm_v1_BJzSZpllkha_UZGDweSIv1nbxRbN60D4uQGs3nv61EE"]
Date: Sep 8, 2026
feat/workspace-action-propagation HEAD is commit f174cea / f174ceafa57355e71617f32ba1b0a030953be0a2, with recent commits: f174cea “test: describe workspace paths accurately”; d48b906 “feat: support concrete release workspaces”; 4862056 “feat: support compact release workspaces”; and 6dae341 “feat: propagate release workspaces”.src/__tests__/action.test.ts, src/commands/workspace.ts, src/commands/workspace_cmds/__tests__/list.test.ts, and src/commands/workspace_cmds/list.ts.pnpm; never use npm or yarn.pnpm install --frozen-lockfile.minVersion side.src/__mocks__/ contains test mocks; src/__tests__/ contains *.test.ts; src/artifact_providers/, src/commands/, src/schemas/, src/status_providers/, src/targets/, src/types/, and src/utils/ contain their respective implementations; root source files include src/config.ts, src/index.ts, and src/logger.ts; dist/craft is the single esbuild-bundled executable.--dry-run abstraction that prevents destructive operations.src/commands/workspace.ts defines a yargs workspace command: imports Argv and CommandBuilder from yargs and * as list from ./workspace_cmds/list; exports command = ['workspace <command>'], description 'Manage release workspaces', builder (yargs: Argv) => yargs.demandCommand().command(list), and a no-op handler = (): void => { /* pass */ }.'Workspace configurations cannot use github.projectPath.'.src/config.ts includes a TODO to support multiple configuration files, one per configuration; its version logic notes that SemVer build metadata does not affect precedence and only relaxes pre-release comparison for the current release version.src/config.ts has logic to detect compiled Node.js GitHub Actions with a gitignored dist/ folder and defaults noMerge to true, logging: 'Detected compiled GitHub Action (Node.js action with dist/ folder), defaulting noMerge to true'.