Dashboard › craft › Distillation
7e8bb146-0472-4e40-9d8f-04a8fb21d022["lore_tm_v1_9H8M20DZfwXIY0Sz4DBEDd47pJsufcQYeTFztd7RC4Y","lore_tm_v1_GUauWT0z7-0M1JVgeDOVthWZkNMi15wU6RrlHZ41Dp8","lore_tm_v1_zYxgCiBpUy8QoIvoqEepBd6yKLYxXTE1LKky5kq1Po0","lore_tm_v1__j8N2zA55mxsK45DGLxlxzCLCOBnYsEUzhntqAj4qE4","lore_tm_v1_Qcq-Qe37JrqrhEx1EzqJrtiEiM2TdVHUq1UqvrXaVZo","lore_tm_v1_vkazQg0yo5eVqmAz85oGvRV9ZPXGf8YnRkoNT1rp8gY","lore_tm_v1_oQpD67mFRR3zg7BkPvnzZj-uFUeGHFX70NH3quVSvkw"]
Date: Aug 29, 2026
publish-workspace-acceptance/src/modules/publish-issue-title.peggy and publish-workspace-acceptance/src/modules/__tests__/publish-workflow.js.publish-issue-title.peggy grammar was changed to preserve the established JSON-specific workspace error while leaving semantic validation to JSON.parse; it planned to regenerate the committed parser and rerun the focused controller suite.node scripts/generate-publish-issue-title-parser.js via Yarn 1.22.22 failed under Node.js v24.0.0 with TypeError [ERR_INVALID_ARG_TYPE]: fs.writeFileSync at scripts/generate-publish-issue-title-parser.js:25:4 received an Object rather than required string/Buffer/TypedArray/DataView; command exited with code 1.scripts/generate-publish-issue-title-parser.js needs generated source text; it planned to request source output, regenerate, then rerun the focused suite.node_modules/peggy/lib/compiler/index.js lines 127–128 and node_modules/peggy/lib/compiler/passes/generate-bytecode.js lines 657 and 897, concerning options.output === "source-and-map".node_modules/peggy/lib/compiler/index.js established Peggy defaults output: "parser" (line 99); its output switch returns an evaluated executable parser for "parser" (lines 148–151), ast.code.toString() for "source" (lines 153–154), ast.code for "source-and-map" (lines 156–157), and handles "source-with-inline-map" beginning at line 159. source-and-map/source-with-inline-map require a source-map-capable grammarSource (lines 125–131).