blun-king-cli 9.1.370 → 9.1.371
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/blun.mjs +1 -0
- package/package.json +1 -1
package/blun.mjs
CHANGED
|
@@ -245732,6 +245732,7 @@ var init_events$1 = __esmMin((() => {
|
|
|
245732
245732
|
actionCheckpoint: object({
|
|
245733
245733
|
revision: number$1().int().min(1),
|
|
245734
245734
|
phase: _enum(["orient", "plan", "act", "verify", "learn", "wait"]),
|
|
245735
|
+
evidenceBasis: _enum(["runtime_tool", "user_statement", "external_report", "carried_forward", "legacy_unknown"]),
|
|
245735
245736
|
lastVerified: string(),
|
|
245736
245737
|
nextAction: string(),
|
|
245737
245738
|
expectedEvidence: string(),
|