Dashboard › craft › Distillation
59d33fe4-1771-4067-ab1b-9b44576b73b4["lore_tm_v1_1nLWWF0HHWzMS3uP8wQ6dMvWMRQnooHO2yt9OlZFfXI","lore_tm_v1_Mdl7abhcb_hltW-LIqselWjoN9-UZ1EtVrZSL4VNKFg"]
Date: Aug 28, 2026
package.json, untracked pnpm-lock.yaml, current branch feat/workspace-acceptance, and HEAD at b658ffa0299fedf78c9dd9a2121cd740691ca157 (fix: validate publish workspace JSON).feat/workspace-acceptance/origin/feat/workspace-acceptance at b658ffa fix: validate publish workspace JSON, preceded by 33de3f1 feat: accept workspace publish requests; main/origin/main/origin/HEAD at 83d210b build(deps): bump js-yaml from 4.3.0 to 4.3.1 (#9174).4da4a25 chore: replace deprecated trimRight() with trimEnd() (#9012).b658ffa0299fedf78c9dd9a2121cd740691ca157, authored and committed by Burak Yigit Kaya <byk@sentry.io> on Aug 27, 2026 at 09:14:38 UTC, is titled fix: validate publish workspace JSON; it changes 5 files with 112 insertions and 2 deletions: .github/workflows/cocoapods-keepalive.yml, README.md, docs/publish-issue-format.md, src/modules/__tests__/details-from-context.js, and src/modules/details-from-context.js.b658ffa, src/modules/details-from-context.js:32-40 wraps JSON.parse(workspaceJson) in try/catch; malformed workspace JSON now throws new Error(\Invalid publish workspace JSON in title: '${context.payload.issue.title}'`)`, while the existing empty/unsafe Unicode workspace validation remains afterward.b658ffa, src/modules/__tests__/details-from-context.js:181-197 adds test rejects an invalid JSON workspace escape with a clear error, using title publish: getsentry/toolkit [workspace: "cli\\qnext"] @1.2.3 and asserting rejection message Invalid publish workspace JSON in title.