@a-company/paradigm 5.9.0 → 5.10.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.
- package/dist/{accept-orchestration-GX2YRWM4.js → accept-orchestration-UQLM7PTQ.js} +4 -4
- package/dist/{agent-loader-X7TDYLFL.js → agent-loader-TFIANSF4.js} +1 -1
- package/dist/agent-state-S5DAWPTF.js +24 -0
- package/dist/{chunk-3UCH56D5.js → chunk-4BLYIB7J.js} +270 -928
- package/dist/chunk-4L3UTYQX.js +677 -0
- package/dist/chunk-54LTTQBH.js +138 -0
- package/dist/chunk-5OUOLN6M.js +659 -0
- package/dist/{chunk-SDDCVUCV.js → chunk-CL7JSK52.js} +23 -0
- package/dist/{chunk-MA7G4CTI.js → chunk-RJE5G7WO.js} +27 -1
- package/dist/{chunk-EI32ZBE6.js → chunk-RTHA3XRE.js} +19 -672
- package/dist/{chunk-V7BZBBI6.js → chunk-VPPK3SY4.js} +1 -1
- package/dist/{chunk-WQITYKHM.js → chunk-YRZ5RPEB.js} +7 -7
- package/dist/{diff-RQLLNAFI.js → diff-D4X53HAC.js} +4 -4
- package/dist/{docs-AIY6VNF7.js → docs-QIYKO3BR.js} +1 -1
- package/dist/index.js +19 -19
- package/dist/mcp.js +140 -66
- package/dist/model-discovery-D2H3VBGC.js +8 -0
- package/dist/{nomination-engine-LLREC5BZ.js → nomination-engine-RV5CNO5B.js} +2 -2
- package/dist/{orchestrate-XZA33TJC.js → orchestrate-JLILBBJE.js} +4 -4
- package/dist/{reindex-U2HEB6GW.js → reindex-5LTD53ZC.js} +3 -2
- package/dist/{serve-QWWJP2EW.js → serve-CAH3PHE7.js} +1 -1
- package/dist/session-tracker-C4BMD5WG.js +13 -0
- package/dist/{session-work-log-KDOH4GER.js → session-work-log-MZ47OAPB.js} +1 -1
- package/dist/{shift-VJUGMADR.js → shift-D2JOHHBF.js} +33 -5
- package/dist/{spawn-AW6GDECS.js → spawn-RCHNXDHE.js} +4 -4
- package/dist/{team-7HG7XK5C.js → team-O5MIIFMA.js} +6 -5
- package/package.json +1 -1
- package/dist/{chunk-LSRABQIY.js → chunk-45MUDW6E.js} +3 -3
- /package/dist/{platform-server-U5L2G3EU.js → platform-server-H5YO3DQD.js} +0 -0
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
3
|
BackgroundOrchestrator
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import "./chunk-LSRABQIY.js";
|
|
6
|
-
import "./chunk-PBHIFAL4.js";
|
|
7
|
-
import "./chunk-TXESEO7Y.js";
|
|
4
|
+
} from "./chunk-YRZ5RPEB.js";
|
|
8
5
|
import "./chunk-6QC3YGB6.js";
|
|
6
|
+
import "./chunk-45MUDW6E.js";
|
|
9
7
|
import "./chunk-PMXRGPRQ.js";
|
|
8
|
+
import "./chunk-PBHIFAL4.js";
|
|
9
|
+
import "./chunk-TXESEO7Y.js";
|
|
10
10
|
import "./chunk-5JGJACDU.js";
|
|
11
11
|
import "./chunk-ZGUAAVMA.js";
|
|
12
12
|
import "./chunk-EDOAWN7J.js";
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
addPendingWork,
|
|
4
|
+
addProjectPattern,
|
|
5
|
+
completePendingWork,
|
|
6
|
+
loadAgentState,
|
|
7
|
+
loadAllAgentStates,
|
|
8
|
+
loadGlobalAgentState,
|
|
9
|
+
recordAgentSession,
|
|
10
|
+
saveAgentState,
|
|
11
|
+
updateGlobalAgentState
|
|
12
|
+
} from "./chunk-54LTTQBH.js";
|
|
13
|
+
import "./chunk-7N7GSU6K.js";
|
|
14
|
+
export {
|
|
15
|
+
addPendingWork,
|
|
16
|
+
addProjectPattern,
|
|
17
|
+
completePendingWork,
|
|
18
|
+
loadAgentState,
|
|
19
|
+
loadAllAgentStates,
|
|
20
|
+
loadGlobalAgentState,
|
|
21
|
+
recordAgentSession,
|
|
22
|
+
saveAgentState,
|
|
23
|
+
updateGlobalAgentState
|
|
24
|
+
};
|