@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.
@@ -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-34E3FHOS.js.map
14515
+ //# sourceMappingURL=chunk-SRO2IQ4R.js.map