ccc-notifier 0.4.0 → 0.6.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/README.md +129 -122
- package/dist/{budget-EHWPEYXY.js → budget-V7CCMJHF.js} +1 -1
- package/dist/{chunk-J6Y3RMMC.js → chunk-27SJELD2.js} +107 -22
- package/dist/{chunk-2VPBBIDW.js → chunk-4JSRGJCZ.js} +61 -22
- package/dist/chunk-6HTETN26.js +226 -0
- package/dist/{chunk-5LHZOZZO.js → chunk-CH34OJ7Q.js} +241 -110
- package/dist/chunk-D4D76RGQ.js +547 -0
- package/dist/chunk-HLJAJS2W.js +55 -0
- package/dist/chunk-OOAC5ULQ.js +1101 -0
- package/dist/chunk-OYD6H3ZZ.js +124 -0
- package/dist/{chunk-TUZVISLD.js → chunk-T6Z2ZAN4.js} +1 -1
- package/dist/cli.js +388 -77
- package/dist/{dashboard-GYKABTTN.js → dashboard-NORNHUPT.js} +3 -4
- package/dist/{history-6OUJLXJT.js → history-DL4SG3PG.js} +3 -5
- package/dist/{mute-GBDNN5PB.js → mute-UIR5P5N5.js} +2 -2
- package/dist/{setup-W3CSTHJC.js → setup-3SRNQ5PG.js} +4 -3
- package/dist/subagent-store-US4TJJQR.js +31 -0
- package/dist/sweep-RUPPGAWJ.js +795 -0
- package/dist/{track-QT2U3E2R.js → track-H4AIT575.js} +53 -31
- package/package.json +1 -1
- package/dist/chunk-26CISNOE.js +0 -324
- package/dist/chunk-CKVK3UCA.js +0 -357
- package/dist/chunk-LHKBGA5K.js +0 -462
- package/dist/chunk-ZHIZZ6V5.js +0 -92
- package/dist/sweep-IBSV4LRD.js +0 -604
|
@@ -3,12 +3,11 @@ import {
|
|
|
3
3
|
browserOpenPlan,
|
|
4
4
|
runDashboard,
|
|
5
5
|
writeDashboardHtml
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-4JSRGJCZ.js";
|
|
7
7
|
import "./chunk-DGXUSPS4.js";
|
|
8
|
-
import "./chunk-ZHIZZ6V5.js";
|
|
9
|
-
import "./chunk-J6Y3RMMC.js";
|
|
10
8
|
import "./chunk-J5QAYTFE.js";
|
|
11
|
-
import "./chunk-
|
|
9
|
+
import "./chunk-27SJELD2.js";
|
|
10
|
+
import "./chunk-OOAC5ULQ.js";
|
|
12
11
|
export {
|
|
13
12
|
browserOpenPlan,
|
|
14
13
|
runDashboard,
|
|
@@ -1,13 +1,11 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
2
|
import {
|
|
3
|
-
invalidateCanonicalDashboards
|
|
4
|
-
} from "./chunk-ZHIZZ6V5.js";
|
|
5
|
-
import {
|
|
3
|
+
invalidateCanonicalDashboards,
|
|
6
4
|
waitForDataLock
|
|
7
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-27SJELD2.js";
|
|
8
6
|
import {
|
|
9
7
|
paths
|
|
10
|
-
} from "./chunk-
|
|
8
|
+
} from "./chunk-OOAC5ULQ.js";
|
|
11
9
|
|
|
12
10
|
// src/history.ts
|
|
13
11
|
import { existsSync, readFileSync, writeFileSync, renameSync, rmSync } from "fs";
|
|
@@ -3,12 +3,13 @@ import {
|
|
|
3
3
|
matchesMarker,
|
|
4
4
|
runInit,
|
|
5
5
|
runUninstall
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-CH34OJ7Q.js";
|
|
7
7
|
import "./chunk-NV5UOHJA.js";
|
|
8
|
-
import "./chunk-DGXUSPS4.js";
|
|
9
8
|
import "./chunk-HTYUYKFW.js";
|
|
9
|
+
import "./chunk-6HTETN26.js";
|
|
10
|
+
import "./chunk-DGXUSPS4.js";
|
|
10
11
|
import "./chunk-J5QAYTFE.js";
|
|
11
|
-
import "./chunk-
|
|
12
|
+
import "./chunk-OOAC5ULQ.js";
|
|
12
13
|
export {
|
|
13
14
|
matchesMarker,
|
|
14
15
|
runInit,
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
import {
|
|
3
|
+
acquireCodexActivityLock,
|
|
4
|
+
closeCodexRootContext,
|
|
5
|
+
codexActivityProjectionKey,
|
|
6
|
+
handleCodexSubagentHook,
|
|
7
|
+
handleCodexUserPromptSubmitHook,
|
|
8
|
+
normalizeAgentType,
|
|
9
|
+
openCodexRootContext,
|
|
10
|
+
projectCodexSubagentActivity,
|
|
11
|
+
readCodexSubagentActivity,
|
|
12
|
+
recordCodexSubagentEvent,
|
|
13
|
+
recordCodexSubagentPayload,
|
|
14
|
+
reduceCodexSubagentActivity,
|
|
15
|
+
validateCodexSubagentPayload
|
|
16
|
+
} from "./chunk-OOAC5ULQ.js";
|
|
17
|
+
export {
|
|
18
|
+
acquireCodexActivityLock,
|
|
19
|
+
closeCodexRootContext,
|
|
20
|
+
codexActivityProjectionKey,
|
|
21
|
+
handleCodexSubagentHook,
|
|
22
|
+
handleCodexUserPromptSubmitHook,
|
|
23
|
+
normalizeAgentType,
|
|
24
|
+
openCodexRootContext,
|
|
25
|
+
projectCodexSubagentActivity,
|
|
26
|
+
readCodexSubagentActivity,
|
|
27
|
+
recordCodexSubagentEvent,
|
|
28
|
+
recordCodexSubagentPayload,
|
|
29
|
+
reduceCodexSubagentActivity,
|
|
30
|
+
validateCodexSubagentPayload
|
|
31
|
+
};
|