@telora/daemon-core 0.2.41 → 0.2.42
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.
|
@@ -44,6 +44,8 @@ export declare function isExecutionStatus(value: unknown): value is ExecutionSta
|
|
|
44
44
|
* This is the canonical, single-source map of the LIFECYCLE transitions the
|
|
45
45
|
* daemon drives (root CLAUDE.md "Delivery Lifecycle"):
|
|
46
46
|
* - main path: queued -> coding -> verify -> done
|
|
47
|
+
* - re-queue: coding -> queued (open work found at team exit; daemon
|
|
48
|
+
* re-queues so a fresh team picks it up)
|
|
47
49
|
* - re-iteration: verify -> verify_failed -> queued (-> coding -> verify)
|
|
48
50
|
* - exits: active states -> paused / cancelled
|
|
49
51
|
* - revival: paused -> queued/coding, cancelled -> draft/queued
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution-status.d.ts","sourceRoot":"","sources":["../src/execution-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,kBAAkB,8GAUrB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;CAUwB,CAAC;AAErD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,eAAe,CAK1E;AAED
|
|
1
|
+
{"version":3,"file":"execution-status.d.ts","sourceRoot":"","sources":["../src/execution-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,eAAO,MAAM,kBAAkB,8GAUrB,CAAC;AAEX,MAAM,MAAM,eAAe,GAAG,CAAC,OAAO,kBAAkB,CAAC,CAAC,MAAM,CAAC,CAAC;AAElE;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe;;;;;;;;;;CAUwB,CAAC;AAErD,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,eAAe,CAK1E;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,eAAO,MAAM,4BAA4B,EAAE,MAAM,CAC/C,eAAe,EACf,SAAS,eAAe,EAAE,CAW3B,CAAC;AAEF;;;GAGG;AACH,wBAAgB,iBAAiB,CAC/B,IAAI,EAAE,eAAe,EACrB,EAAE,EAAE,eAAe,GAClB,OAAO,CAET"}
|
package/dist/execution-status.js
CHANGED
|
@@ -56,6 +56,8 @@ export function isExecutionStatus(value) {
|
|
|
56
56
|
* This is the canonical, single-source map of the LIFECYCLE transitions the
|
|
57
57
|
* daemon drives (root CLAUDE.md "Delivery Lifecycle"):
|
|
58
58
|
* - main path: queued -> coding -> verify -> done
|
|
59
|
+
* - re-queue: coding -> queued (open work found at team exit; daemon
|
|
60
|
+
* re-queues so a fresh team picks it up)
|
|
59
61
|
* - re-iteration: verify -> verify_failed -> queued (-> coding -> verify)
|
|
60
62
|
* - exits: active states -> paused / cancelled
|
|
61
63
|
* - revival: paused -> queued/coding, cancelled -> draft/queued
|
|
@@ -72,7 +74,7 @@ export const EXECUTION_STATUS_TRANSITIONS = {
|
|
|
72
74
|
draft: ['planning', 'queued', 'cancelled'],
|
|
73
75
|
planning: ['queued', 'cancelled'],
|
|
74
76
|
queued: ['coding', 'paused', 'cancelled'],
|
|
75
|
-
coding: ['verify', 'paused', 'cancelled'],
|
|
77
|
+
coding: ['queued', 'verify', 'paused', 'cancelled'],
|
|
76
78
|
verify: ['done', 'verify_failed', 'paused', 'cancelled'],
|
|
77
79
|
verify_failed: ['queued', 'coding', 'cancelled'],
|
|
78
80
|
done: ['verify_failed', 'verify'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"execution-status.js","sourceRoot":"","sources":["../src/execution-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,OAAO;IACP,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,eAAe;IACf,MAAM;IACN,QAAQ;IACR,WAAW;CACH,CAAC;AAIX;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;CAC4B,CAAC;AAErD,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACxB,kBAAwC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAC1D,CAAC;AACJ,CAAC;AAED
|
|
1
|
+
{"version":3,"file":"execution-status.js","sourceRoot":"","sources":["../src/execution-status.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;GAeG;AAEH,MAAM,CAAC,MAAM,kBAAkB,GAAG;IAChC,OAAO;IACP,UAAU;IACV,QAAQ;IACR,QAAQ;IACR,QAAQ;IACR,eAAe;IACf,MAAM;IACN,QAAQ;IACR,WAAW;CACH,CAAC;AAIX;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG;IAC7B,KAAK,EAAE,OAAO;IACd,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;IAChB,aAAa,EAAE,eAAe;IAC9B,IAAI,EAAE,MAAM;IACZ,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;CAC4B,CAAC;AAErD,MAAM,UAAU,iBAAiB,CAAC,KAAc;IAC9C,OAAO,CACL,OAAO,KAAK,KAAK,QAAQ;QACxB,kBAAwC,CAAC,QAAQ,CAAC,KAAK,CAAC,CAC1D,CAAC;AACJ,CAAC;AAED;;;;;;;;;;;;;;;;;;;GAmBG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAGrC;IACF,KAAK,EAAE,CAAC,UAAU,EAAE,QAAQ,EAAE,WAAW,CAAC;IAC1C,QAAQ,EAAE,CAAC,QAAQ,EAAE,WAAW,CAAC;IACjC,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,CAAC;IACzC,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,QAAQ,EAAE,WAAW,CAAC;IACnD,MAAM,EAAE,CAAC,MAAM,EAAE,eAAe,EAAE,QAAQ,EAAE,WAAW,CAAC;IACxD,aAAa,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,CAAC;IAChD,IAAI,EAAE,CAAC,eAAe,EAAE,QAAQ,CAAC;IACjC,MAAM,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,WAAW,CAAC;IACzC,SAAS,EAAE,CAAC,OAAO,EAAE,QAAQ,CAAC;CAC/B,CAAC;AAEF;;;GAGG;AACH,MAAM,UAAU,iBAAiB,CAC/B,IAAqB,EACrB,EAAmB;IAEnB,OAAO,4BAA4B,CAAC,IAAI,CAAC,EAAE,QAAQ,CAAC,EAAE,CAAC,IAAI,KAAK,CAAC;AACnE,CAAC"}
|
package/package.json
CHANGED