@yaag/cli 0.8.2 → 0.8.3

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.
@@ -22,7 +22,8 @@ export interface RunCheckpointOptions {
22
22
  * What one publication attempt did. `published` covers both a written artifact
23
23
  * and a Run that keeps none. `displaced` carries the error that must become the
24
24
  * Run's outcome. `lost` reports a Checkpoint the Run asked for and did not get,
25
- * while a primary program error keeps the outcome.
25
+ * while the Run keeps its own outcome — a completed result, or a primary
26
+ * program error (ADR-0021 amendment).
26
27
  */
27
28
  export type RunCheckpointResult = {
28
29
  readonly kind: "published";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yaag/cli",
3
- "version": "0.8.2",
3
+ "version": "0.8.3",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -21,8 +21,8 @@
21
21
  },
22
22
  "dependencies": {
23
23
  "@earendil-works/pi-tui": "^0.84.0",
24
- "@yaag/runtime": "0.8.2",
25
- "@yaag/tui": "0.8.2",
24
+ "@yaag/runtime": "0.8.3",
25
+ "@yaag/tui": "0.8.3",
26
26
  "typebox": "1.3.7"
27
27
  }
28
28
  }