@integrity-labs/agt-cli 0.28.491 → 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-HA46Z4D6.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-HA46Z4D6.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
|
@@ -9117,6 +9117,18 @@ var FLAG_REGISTRY = [
|
|
|
9117
9117
|
flagType: "boolean",
|
|
9118
9118
|
defaultValue: false
|
|
9119
9119
|
},
|
|
9120
|
+
{
|
|
9121
|
+
key: "id-keyed-layout-migration",
|
|
9122
|
+
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.",
|
|
9123
|
+
flagType: "boolean",
|
|
9124
|
+
// Declared safe value is `false` = no migration. A flag-DB read error must
|
|
9125
|
+
// never move a customer agent's on-disk state on its own (fail-safe = leave
|
|
9126
|
+
// the legacy layout untouched).
|
|
9127
|
+
defaultValue: false,
|
|
9128
|
+
// One-way-door filesystem migration of a live agent's durable state: arming
|
|
9129
|
+
// it MOVES data, so mutations require explicit confirmation (ADR-0022 §4).
|
|
9130
|
+
sensitive: true
|
|
9131
|
+
},
|
|
9120
9132
|
{
|
|
9121
9133
|
key: "agent-hours-billing-enabled",
|
|
9122
9134
|
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.",
|
|
@@ -14500,4 +14512,4 @@ export {
|
|
|
14500
14512
|
stopAllSessionsAndWait,
|
|
14501
14513
|
getProjectDir
|
|
14502
14514
|
};
|
|
14503
|
-
//# sourceMappingURL=chunk-
|
|
14515
|
+
//# sourceMappingURL=chunk-SRO2IQ4R.js.map
|