Dashboard › craft › Distillation
563e6bda-9141-49b1-8694-e70e10eecef4["lore_tm_v1_AWIEY_BlpuVneBlCVBuQy8WY6wWvW7uNXt6uh6_1tq0","lore_tm_v1_4u8mRYx3Lv2cJNXu3ZJK4wlyBzIpppjP-jabjqx1LhM","lore_tm_v1_LFYkK5cYcWeuY60z_XQbOYX1R08867kMkxrIzycOkWM"]
Date: Sep 4, 2026
/home/byk/Code/getsentry/craft-workspace-action-propagation as a 33-entry directory containing .craft.yml, .github/, action.yml, AGENTS.md, docs/, dist/, node_modules/, package.json, pnpm-lock.yaml, README.md, src/, tsconfig.json, and vitest.config.mts./home/byk/Code/getsentry/publish-workspace-acceptance as a 15-entry directory containing .github/, AGENTS.md, auto-approve-repos.txt, docs/, node_modules/, package.json, README.md, scripts/, src/, vitest.config.js, and yarn.lock./home/byk/Code/getsentry/craft-workspace-action-propagation includes modifications to action.yml, src/__tests__/action.test.ts, src/__tests__/config.test.ts, and src/config.ts; additional modified files and diff content were elided by the tool output.craft workspace list prints exact configured workspace names to stating it prints concrete workspace paths as a JSON array for automation; it adds that action publish titles carry the full concrete path.lists raw workspace names without requiring a selection to lists concrete workspace names without requiring a selection.WORKSPACES_MIN_VERSION, expected concrete workspace names ['packages/cli', 'packages/mcp'], nested workspace directories, releaseBranchPrefix: release/package, negated character-class workspace globs, and the path packages/__proto__/cli.src/config.ts adds workspace resolution logic that can report Workspace "${workspaceName}" matches multiple workspace patterns: ...; it uses realpathSync(root) and filters glob matches, and changes resolveWorkspaceConfig(config, _activeWorkspaceName) to resolveWorkspaceConfig(config, _activeWorkspaceName, workspaceDirectory).