@open-mercato/cezar 0.9.1-pr718.873 → 0.9.1-pr720.875

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.
Files changed (24) hide show
  1. package/dist/server/server.js +1 -1
  2. package/dist/server/server.js.map +1 -1
  3. package/dist/workflows/run.d.ts +2 -3
  4. package/dist/workflows/run.js +6 -2
  5. package/dist/workflows/run.js.map +1 -1
  6. package/package.json +2 -2
  7. package/web/dist/assets/{compare-variants-C-QxZ7g5.js → compare-variants-ass8DKlg.js} +1 -1
  8. package/web/dist/assets/{diff-SOW64exZ2.js → diff-BsjC5P5b2.js} +2 -2
  9. package/web/dist/assets/{diff-view-CZ9-DeN4.js → diff-view-Dur3b7MA.js} +1 -1
  10. package/web/dist/assets/{git-toolbar-CQLW8aTk.js → git-toolbar-nQmfGjje.js} +1 -1
  11. package/web/dist/assets/{github-MAYOzen1.js → github-WtWm_6Ji.js} +1 -1
  12. package/web/dist/assets/index-2Pk_W0Wo.js +22 -0
  13. package/web/dist/assets/{repo-git-Cj6-F8Vx.js → repo-git-CjWAMaD9.js} +1 -1
  14. package/web/dist/assets/{run-diff-Lcwe24zx.js → run-diff-DWYMc8Hy.js} +1 -1
  15. package/web/dist/assets/{run-header-h_vX3Vbp.js → run-header-C3XjEKfj.js} +1 -1
  16. package/web/dist/assets/{skills-C-ZQkBg_.js → skills-JzhLauxa.js} +1 -1
  17. package/web/dist/assets/{task-changes-BnVoUjWU.js → task-changes-Dxrbewtz.js} +1 -1
  18. package/web/dist/assets/{task-commits-Burf2FSe.js → task-commits-Cn-MHwRc.js} +1 -1
  19. package/web/dist/assets/{task-files-D_eNpY-s.js → task-files-3_iStIOq.js} +1 -1
  20. package/web/dist/assets/{task-thread-Cu_lcWqK.js → task-thread-CArjtXTV.js} +1 -1
  21. package/web/dist/assets/{use-desktop-Bs2zwN3k.js → use-desktop-oIxfQcub.js} +1 -1
  22. package/web/dist/assets/{workflows-BsCGBm5Y.js → workflows-BNNEwiwy.js} +1 -1
  23. package/web/dist/index.html +1 -1
  24. package/web/dist/assets/index-DSTWuVF3.js +0 -22
@@ -160,7 +160,7 @@ const startRunSchema = z
160
160
  // agents in separate worktrees; the user compares diffs and picks one.
161
161
  variants: z.number().int().min(1).max(3).optional(),
162
162
  // Composer worktree opt-out (#worktree-toggle): false runs in the repo
163
- // working tree (read-only skills). Ignored when variants > 1.
163
+ // working tree. Ignored when variants > 1.
164
164
  worktree: z.boolean().optional(),
165
165
  // Autonomous mode (#autonomous): the run never parks at `waiting` — it
166
166
  // auto-continues until the agent signals done. No "needs you" is raised.