@integrity-labs/agt-cli 0.28.492 → 0.28.493
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 +4 -4
- package/dist/{chunk-KB5KVAWJ.js → chunk-3XLUSG32.js} +129 -6
- package/dist/chunk-3XLUSG32.js.map +1 -0
- package/dist/{chunk-34E3FHOS.js → chunk-SRO2IQ4R.js} +13 -1
- package/dist/{chunk-34E3FHOS.js.map → chunk-SRO2IQ4R.js.map} +1 -1
- package/dist/{claude-pair-runtime-GJF64TMZ.js → claude-pair-runtime-7TSEIWGA.js} +2 -2
- package/dist/lib/manager-worker.js +332 -214
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/mcp/direct-chat-channel.js +12 -0
- package/dist/mcp/origami.js +12 -0
- package/dist/mcp/slack-channel.js +12 -0
- package/dist/mcp/telegram-channel.js +12 -0
- package/dist/{persistent-session-Y3WIXJPW.js → persistent-session-MVAEGE6J.js} +2 -2
- package/dist/{responsiveness-probe-AEFEFKOQ.js → responsiveness-probe-6YXN4G6V.js} +2 -2
- package/package.json +1 -1
- package/dist/chunk-KB5KVAWJ.js.map +0 -1
- /package/dist/{claude-pair-runtime-GJF64TMZ.js.map → claude-pair-runtime-7TSEIWGA.js.map} +0 -0
- /package/dist/{persistent-session-Y3WIXJPW.js.map → persistent-session-MVAEGE6J.js.map} +0 -0
- /package/dist/{responsiveness-probe-AEFEFKOQ.js.map → responsiveness-probe-6YXN4G6V.js.map} +0 -0
|
@@ -34365,6 +34365,18 @@ var FLAG_REGISTRY = [
|
|
|
34365
34365
|
flagType: "boolean",
|
|
34366
34366
|
defaultValue: false
|
|
34367
34367
|
},
|
|
34368
|
+
{
|
|
34369
|
+
key: "id-keyed-layout-migration",
|
|
34370
|
+
description: "Dark migration engine (ENG-7891 / ADR-0049 slice 3): convert an EXISTING legacy codename-keyed agent host dir to the agent_id-keyed layout (real ~/.augmented/{agent_id} dir + codename compatibility symlink) at the next pre-spawn tick, moving the Claude transcript store so the agent keeps its history. Resolved PER-AGENT (getBooleanForAgent) so a one-way-door migration can be armed one agent at a time. Ships dark; NOT armed until a test-host rehearsal passes (the last ENG-7891 acceptance gate). Crash recovery + the per-agent preconditions (session-down, WhatsApp-writer quiesce, id-aware hook regen by the spawn funnel) are always-on and flag-independent; this flag only gates INITIATING a fresh conversion. Deliberately no host-wide env override - arming is per-agent to avoid flipping every legacy agent on a host at once.",
|
|
34371
|
+
flagType: "boolean",
|
|
34372
|
+
// Declared safe value is `false` = no migration. A flag-DB read error must
|
|
34373
|
+
// never move a customer agent's on-disk state on its own (fail-safe = leave
|
|
34374
|
+
// the legacy layout untouched).
|
|
34375
|
+
defaultValue: false,
|
|
34376
|
+
// One-way-door filesystem migration of a live agent's durable state: arming
|
|
34377
|
+
// it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
|
|
34378
|
+
sensitive: true
|
|
34379
|
+
},
|
|
34368
34380
|
{
|
|
34369
34381
|
key: "agent-hours-billing-enabled",
|
|
34370
34382
|
description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
|
package/dist/mcp/origami.js
CHANGED
|
@@ -40312,6 +40312,18 @@ var FLAG_REGISTRY = [
|
|
|
40312
40312
|
flagType: "boolean",
|
|
40313
40313
|
defaultValue: false
|
|
40314
40314
|
},
|
|
40315
|
+
{
|
|
40316
|
+
key: "id-keyed-layout-migration",
|
|
40317
|
+
description: "Dark migration engine (ENG-7891 / ADR-0049 slice 3): convert an EXISTING legacy codename-keyed agent host dir to the agent_id-keyed layout (real ~/.augmented/{agent_id} dir + codename compatibility symlink) at the next pre-spawn tick, moving the Claude transcript store so the agent keeps its history. Resolved PER-AGENT (getBooleanForAgent) so a one-way-door migration can be armed one agent at a time. Ships dark; NOT armed until a test-host rehearsal passes (the last ENG-7891 acceptance gate). Crash recovery + the per-agent preconditions (session-down, WhatsApp-writer quiesce, id-aware hook regen by the spawn funnel) are always-on and flag-independent; this flag only gates INITIATING a fresh conversion. Deliberately no host-wide env override - arming is per-agent to avoid flipping every legacy agent on a host at once.",
|
|
40318
|
+
flagType: "boolean",
|
|
40319
|
+
// Declared safe value is `false` = no migration. A flag-DB read error must
|
|
40320
|
+
// never move a customer agent's on-disk state on its own (fail-safe = leave
|
|
40321
|
+
// the legacy layout untouched).
|
|
40322
|
+
defaultValue: false,
|
|
40323
|
+
// One-way-door filesystem migration of a live agent's durable state: arming
|
|
40324
|
+
// it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
|
|
40325
|
+
sensitive: true
|
|
40326
|
+
},
|
|
40315
40327
|
{
|
|
40316
40328
|
key: "agent-hours-billing-enabled",
|
|
40317
40329
|
description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
|
|
@@ -34590,6 +34590,18 @@ var FLAG_REGISTRY = [
|
|
|
34590
34590
|
flagType: "boolean",
|
|
34591
34591
|
defaultValue: false
|
|
34592
34592
|
},
|
|
34593
|
+
{
|
|
34594
|
+
key: "id-keyed-layout-migration",
|
|
34595
|
+
description: "Dark migration engine (ENG-7891 / ADR-0049 slice 3): convert an EXISTING legacy codename-keyed agent host dir to the agent_id-keyed layout (real ~/.augmented/{agent_id} dir + codename compatibility symlink) at the next pre-spawn tick, moving the Claude transcript store so the agent keeps its history. Resolved PER-AGENT (getBooleanForAgent) so a one-way-door migration can be armed one agent at a time. Ships dark; NOT armed until a test-host rehearsal passes (the last ENG-7891 acceptance gate). Crash recovery + the per-agent preconditions (session-down, WhatsApp-writer quiesce, id-aware hook regen by the spawn funnel) are always-on and flag-independent; this flag only gates INITIATING a fresh conversion. Deliberately no host-wide env override - arming is per-agent to avoid flipping every legacy agent on a host at once.",
|
|
34596
|
+
flagType: "boolean",
|
|
34597
|
+
// Declared safe value is `false` = no migration. A flag-DB read error must
|
|
34598
|
+
// never move a customer agent's on-disk state on its own (fail-safe = leave
|
|
34599
|
+
// the legacy layout untouched).
|
|
34600
|
+
defaultValue: false,
|
|
34601
|
+
// One-way-door filesystem migration of a live agent's durable state: arming
|
|
34602
|
+
// it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
|
|
34603
|
+
sensitive: true
|
|
34604
|
+
},
|
|
34593
34605
|
{
|
|
34594
34606
|
key: "agent-hours-billing-enabled",
|
|
34595
34607
|
description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
|
|
@@ -34916,6 +34916,18 @@ var FLAG_REGISTRY = [
|
|
|
34916
34916
|
flagType: "boolean",
|
|
34917
34917
|
defaultValue: false
|
|
34918
34918
|
},
|
|
34919
|
+
{
|
|
34920
|
+
key: "id-keyed-layout-migration",
|
|
34921
|
+
description: "Dark migration engine (ENG-7891 / ADR-0049 slice 3): convert an EXISTING legacy codename-keyed agent host dir to the agent_id-keyed layout (real ~/.augmented/{agent_id} dir + codename compatibility symlink) at the next pre-spawn tick, moving the Claude transcript store so the agent keeps its history. Resolved PER-AGENT (getBooleanForAgent) so a one-way-door migration can be armed one agent at a time. Ships dark; NOT armed until a test-host rehearsal passes (the last ENG-7891 acceptance gate). Crash recovery + the per-agent preconditions (session-down, WhatsApp-writer quiesce, id-aware hook regen by the spawn funnel) are always-on and flag-independent; this flag only gates INITIATING a fresh conversion. Deliberately no host-wide env override - arming is per-agent to avoid flipping every legacy agent on a host at once.",
|
|
34922
|
+
flagType: "boolean",
|
|
34923
|
+
// Declared safe value is `false` = no migration. A flag-DB read error must
|
|
34924
|
+
// never move a customer agent's on-disk state on its own (fail-safe = leave
|
|
34925
|
+
// the legacy layout untouched).
|
|
34926
|
+
defaultValue: false,
|
|
34927
|
+
// One-way-door filesystem migration of a live agent's durable state: arming
|
|
34928
|
+
// it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
|
|
34929
|
+
sensitive: true
|
|
34930
|
+
},
|
|
34919
34931
|
{
|
|
34920
34932
|
key: "agent-hours-billing-enabled",
|
|
34921
34933
|
description: "Agent-hours (utilisation) billing (ENG-7910). Per-org gate; ships dark. When on for an org, its closed billing periods are settled into org_agent_hours_settlements from the plan/override agent-hours terms, and the customer billing surface shows used-vs-included hours + projected overage. Off = no settlement written, no charge, surface hidden. Launch prices are seeded in plan_billing_terms; flip on per-org for a controlled rollout.",
|
|
@@ -36,7 +36,7 @@ import {
|
|
|
36
36
|
writeDirectChatSessionState,
|
|
37
37
|
writeEgressAllowlist,
|
|
38
38
|
writePersistentClaudeWrapper
|
|
39
|
-
} from "./chunk-
|
|
39
|
+
} from "./chunk-SRO2IQ4R.js";
|
|
40
40
|
import "./chunk-XWVM4KPK.js";
|
|
41
41
|
export {
|
|
42
42
|
EGRESS_BASELINE_DOMAINS,
|
|
@@ -77,4 +77,4 @@ export {
|
|
|
77
77
|
writeEgressAllowlist,
|
|
78
78
|
writePersistentClaudeWrapper
|
|
79
79
|
};
|
|
80
|
-
//# sourceMappingURL=persistent-session-
|
|
80
|
+
//# sourceMappingURL=persistent-session-MVAEGE6J.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {
|
|
2
2
|
paneLogPath
|
|
3
|
-
} from "./chunk-
|
|
3
|
+
} from "./chunk-SRO2IQ4R.js";
|
|
4
4
|
import "./chunk-XWVM4KPK.js";
|
|
5
5
|
|
|
6
6
|
// src/lib/responsiveness-probe.ts
|
|
@@ -596,4 +596,4 @@ export {
|
|
|
596
596
|
readAndResetSlackReplyBindingClassifications,
|
|
597
597
|
readAndResetSlackReplyTargetClassifications
|
|
598
598
|
};
|
|
599
|
-
//# sourceMappingURL=responsiveness-probe-
|
|
599
|
+
//# sourceMappingURL=responsiveness-probe-6YXN4G6V.js.map
|