@integrity-labs/agt-cli 0.28.48 → 0.28.50

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.
@@ -1020,6 +1020,20 @@ var FLAG_REGISTRY = [
1020
1020
  // AGT_RESUME_RECONCILER_ENABLED set keeps that value until the env is retired.
1021
1021
  envVar: "AGT_RESUME_RECONCILER_ENABLED"
1022
1022
  },
1023
+ {
1024
+ key: "memory-extraction",
1025
+ description: "Host-side durable-memory extraction (ENG-6200): the manager extracts candidate memories from completed conversations and POSTs them to /host/memories/candidates, which writes dream_log via promoteCandidates. Post persistent-session cutover this is the ONLY live consolidation path. Boolean gate; ships dark \u2014 when off the manager runs no extraction, so 0 dream_log rows fleet-wide is the expected steady state until it is armed.",
1026
+ flagType: "boolean",
1027
+ // Declared safe value is `false` (no extraction). Fail-safe direction: a
1028
+ // flag-DB read error must never start sending candidate memories across the
1029
+ // host→control-plane boundary on its own. Flip on per-host for the canary,
1030
+ // then fleet-wide from the admin Feature Flags page.
1031
+ defaultValue: false,
1032
+ // Migration override (ADR-0022): the pre-flags env gate stays the
1033
+ // highest-precedence operator override so a host already running with
1034
+ // AGT_MEMORY_EXTRACTION_ENABLED set keeps that value until the env is retired.
1035
+ envVar: "AGT_MEMORY_EXTRACTION_ENABLED"
1036
+ },
1023
1037
  {
1024
1038
  key: "channel-quarantine-mode",
1025
1039
  description: "Optional-channel quarantine (ENG-5932): off = disabled, shadow = log matches only, enforce = quarantine.",
@@ -5456,4 +5470,4 @@ export {
5456
5470
  parseEnvIntegrations,
5457
5471
  probeMcpEnvSubstitution
5458
5472
  };
5459
- //# sourceMappingURL=chunk-5CO27R3F.js.map
5473
+ //# sourceMappingURL=chunk-MJKGJXKV.js.map