@sabaiway/agent-workflow-kit 1.40.0 → 1.42.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.
@@ -111,6 +111,7 @@ const projectVm = (p) =>
111
111
  dir: p.dir,
112
112
  deployed: p.deployed,
113
113
  docsAi: p.docsAi,
114
+ adrLayout: p.adrLayout ?? null,
114
115
  deployStamps: (p.deployStamps ?? []).map((st) => ({ display: st.display, version: st.version ?? null })),
115
116
  visibility: visibilityVm(p.visibility),
116
117
  settings: settingsVm(p.settings),