@integrity-labs/agt-cli 0.28.653 → 0.28.655
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/bin/agt.js +5 -5
- package/dist/{chunk-CXZEIJRN.js → chunk-452C2DZR.js} +4 -4
- package/dist/{chunk-HRMF6VUK.js → chunk-6KCM6UPT.js} +4 -4
- package/dist/chunk-6KCM6UPT.js.map +1 -0
- package/dist/{chunk-E26EKDFP.js → chunk-XGTAGSBI.js} +2 -2
- package/dist/{claude-pair-runtime-E6BFNZUV.js → claude-pair-runtime-IK66PNDU.js} +2 -2
- package/dist/lib/manager-worker.js +19 -17
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +3 -3
- package/dist/mcp/index.js +3 -3
- package/dist/mcp/origami.js +3 -3
- package/dist/mcp/slack-channel.js +3 -3
- package/dist/mcp/telegram-channel.js +3 -3
- package/dist/{persistent-session-XXP4NGEP.js → persistent-session-3O72XXK5.js} +3 -3
- package/dist/{responsiveness-probe-QSJ263ZW.js → responsiveness-probe-D4OHFUWH.js} +3 -3
- package/dist/{session-auth-dead-HHZT5KIM.js → session-auth-dead-T3EAAOKZ.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-HRMF6VUK.js.map +0 -1
- /package/dist/{chunk-CXZEIJRN.js.map → chunk-452C2DZR.js.map} +0 -0
- /package/dist/{chunk-E26EKDFP.js.map → chunk-XGTAGSBI.js.map} +0 -0
- /package/dist/{claude-pair-runtime-E6BFNZUV.js.map → claude-pair-runtime-IK66PNDU.js.map} +0 -0
- /package/dist/{persistent-session-XXP4NGEP.js.map → persistent-session-3O72XXK5.js.map} +0 -0
- /package/dist/{responsiveness-probe-QSJ263ZW.js.map → responsiveness-probe-D4OHFUWH.js.map} +0 -0
- /package/dist/{session-auth-dead-HHZT5KIM.js.map → session-auth-dead-T3EAAOKZ.js.map} +0 -0
|
@@ -33926,7 +33926,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
33926
33926
|
}
|
|
33927
33927
|
},
|
|
33928
33928
|
{
|
|
33929
|
-
//
|
|
33929
|
+
// Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
|
|
33930
33930
|
// delivered to an agent as a tag-granted note the agent reads and summarises.
|
|
33931
33931
|
//
|
|
33932
33932
|
// No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
|
|
@@ -33960,9 +33960,9 @@ var INTEGRATION_REGISTRY = [
|
|
|
33960
33960
|
// first integration to need `pricing: 'included'`, which is why that value
|
|
33961
33961
|
// now exists.
|
|
33962
33962
|
id: "ninjafy-notes",
|
|
33963
|
-
name: "
|
|
33963
|
+
name: "Ninja Notes",
|
|
33964
33964
|
category: "workspace-productivity",
|
|
33965
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
33965
|
+
description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
|
|
33966
33966
|
supported_auth_types: ["none"],
|
|
33967
33967
|
capabilities: [
|
|
33968
33968
|
{
|
package/dist/mcp/index.js
CHANGED
|
@@ -41288,7 +41288,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
41288
41288
|
}
|
|
41289
41289
|
},
|
|
41290
41290
|
{
|
|
41291
|
-
//
|
|
41291
|
+
// Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
|
|
41292
41292
|
// delivered to an agent as a tag-granted note the agent reads and summarises.
|
|
41293
41293
|
//
|
|
41294
41294
|
// No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
|
|
@@ -41322,9 +41322,9 @@ var INTEGRATION_REGISTRY = [
|
|
|
41322
41322
|
// first integration to need `pricing: 'included'`, which is why that value
|
|
41323
41323
|
// now exists.
|
|
41324
41324
|
id: "ninjafy-notes",
|
|
41325
|
-
name: "
|
|
41325
|
+
name: "Ninja Notes",
|
|
41326
41326
|
category: "workspace-productivity",
|
|
41327
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
41327
|
+
description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
|
|
41328
41328
|
supported_auth_types: ["none"],
|
|
41329
41329
|
capabilities: [
|
|
41330
41330
|
{
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40146,7 +40146,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
40146
40146
|
}
|
|
40147
40147
|
},
|
|
40148
40148
|
{
|
|
40149
|
-
//
|
|
40149
|
+
// Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
|
|
40150
40150
|
// delivered to an agent as a tag-granted note the agent reads and summarises.
|
|
40151
40151
|
//
|
|
40152
40152
|
// No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
|
|
@@ -40180,9 +40180,9 @@ var INTEGRATION_REGISTRY = [
|
|
|
40180
40180
|
// first integration to need `pricing: 'included'`, which is why that value
|
|
40181
40181
|
// now exists.
|
|
40182
40182
|
id: "ninjafy-notes",
|
|
40183
|
-
name: "
|
|
40183
|
+
name: "Ninja Notes",
|
|
40184
40184
|
category: "workspace-productivity",
|
|
40185
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
40185
|
+
description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
|
|
40186
40186
|
supported_auth_types: ["none"],
|
|
40187
40187
|
capabilities: [
|
|
40188
40188
|
{
|
|
@@ -34212,7 +34212,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34212
34212
|
}
|
|
34213
34213
|
},
|
|
34214
34214
|
{
|
|
34215
|
-
//
|
|
34215
|
+
// Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
|
|
34216
34216
|
// delivered to an agent as a tag-granted note the agent reads and summarises.
|
|
34217
34217
|
//
|
|
34218
34218
|
// No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
|
|
@@ -34246,9 +34246,9 @@ var INTEGRATION_REGISTRY = [
|
|
|
34246
34246
|
// first integration to need `pricing: 'included'`, which is why that value
|
|
34247
34247
|
// now exists.
|
|
34248
34248
|
id: "ninjafy-notes",
|
|
34249
|
-
name: "
|
|
34249
|
+
name: "Ninja Notes",
|
|
34250
34250
|
category: "workspace-productivity",
|
|
34251
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
34251
|
+
description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
|
|
34252
34252
|
supported_auth_types: ["none"],
|
|
34253
34253
|
capabilities: [
|
|
34254
34254
|
{
|
|
@@ -34356,7 +34356,7 @@ var INTEGRATION_REGISTRY = [
|
|
|
34356
34356
|
}
|
|
34357
34357
|
},
|
|
34358
34358
|
{
|
|
34359
|
-
//
|
|
34359
|
+
// Ninja Notes (ADR-0063, ENG-8842). Meeting capture on the user's own Mac,
|
|
34360
34360
|
// delivered to an agent as a tag-granted note the agent reads and summarises.
|
|
34361
34361
|
//
|
|
34362
34362
|
// No `installable` here, on purpose: ninjafy-notes is a Direct-HTTP SEED
|
|
@@ -34390,9 +34390,9 @@ var INTEGRATION_REGISTRY = [
|
|
|
34390
34390
|
// first integration to need `pricing: 'included'`, which is why that value
|
|
34391
34391
|
// now exists.
|
|
34392
34392
|
id: "ninjafy-notes",
|
|
34393
|
-
name: "
|
|
34393
|
+
name: "Ninja Notes",
|
|
34394
34394
|
category: "workspace-productivity",
|
|
34395
|
-
description: "Meeting notes captured on your Mac and sent to an agent.
|
|
34395
|
+
description: "Meeting notes captured on your Mac and sent to an agent. Ninja Notes records and transcribes a meeting on-device \u2014 the audio never leaves your machine \u2014 then hands the transcript to the agents you choose, which read it with your organization's context and write their own summary. Notes are private by default; sending one to an agent is the only thing that grants access.",
|
|
34396
34396
|
supported_auth_types: ["none"],
|
|
34397
34397
|
capabilities: [
|
|
34398
34398
|
{
|
|
@@ -43,8 +43,8 @@ import {
|
|
|
43
43
|
writeDirectChatSessionState,
|
|
44
44
|
writeEgressAllowlist,
|
|
45
45
|
writePersistentClaudeWrapper
|
|
46
|
-
} from "./chunk-
|
|
47
|
-
import "./chunk-
|
|
46
|
+
} from "./chunk-XGTAGSBI.js";
|
|
47
|
+
import "./chunk-6KCM6UPT.js";
|
|
48
48
|
import "./chunk-XWVM4KPK.js";
|
|
49
49
|
export {
|
|
50
50
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -92,4 +92,4 @@ export {
|
|
|
92
92
|
writeEgressAllowlist,
|
|
93
93
|
writePersistentClaudeWrapper
|
|
94
94
|
};
|
|
95
|
-
//# sourceMappingURL=persistent-session-
|
|
95
|
+
//# sourceMappingURL=persistent-session-3O72XXK5.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
4
|
-
import "./chunk-
|
|
3
|
+
} from "./chunk-XGTAGSBI.js";
|
|
4
|
+
import "./chunk-6KCM6UPT.js";
|
|
5
5
|
import "./chunk-XWVM4KPK.js";
|
|
6
6
|
|
|
7
7
|
// src/lib/responsiveness-probe.ts
|
|
@@ -727,4 +727,4 @@ export {
|
|
|
727
727
|
readAndResetSlackReplyBindingClassifications,
|
|
728
728
|
readAndResetSlackReplyTargetClassifications
|
|
729
729
|
};
|
|
730
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
730
|
+
//# sourceMappingURL=responsiveness-probe-D4OHFUWH.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
sessionTranscriptDir
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-6KCM6UPT.js";
|
|
4
4
|
|
|
5
5
|
// src/lib/session-auth-dead.ts
|
|
6
6
|
import { closeSync, openSync, readSync, readdirSync, statSync } from "fs";
|
|
@@ -203,4 +203,4 @@ export {
|
|
|
203
203
|
decideSessionAuthState,
|
|
204
204
|
probeSessionAuth
|
|
205
205
|
};
|
|
206
|
-
//# sourceMappingURL=session-auth-dead-
|
|
206
|
+
//# sourceMappingURL=session-auth-dead-T3EAAOKZ.js.map
|