baro-ai 0.60.0 → 0.62.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/cli.mjs CHANGED
@@ -48443,6 +48443,9 @@ async function orchestrate(config) {
48443
48443
  (lvl) => lvl.storyIds.map((id) => ({ id }))
48444
48444
  );
48445
48445
  emit({ type: "dag", levels: dagLevels });
48446
+ if (prd.decisionDocument && prd.decisionDocument.trim()) {
48447
+ emit({ type: "decision_document", document: prd.decisionDocument });
48448
+ }
48446
48449
  }
48447
48450
  env.deliverSemanticEvent(
48448
48451
  operator,