@integrity-labs/agt-cli 0.28.2 → 0.28.3

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.
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  claudeModelAlias,
3
3
  isClaudeFastMode
4
- } from "./chunk-I6QV3IE7.js";
4
+ } from "./chunk-NS4G4HHD.js";
5
5
  import {
6
6
  reapOrphanChannelMcps
7
7
  } from "./chunk-XWVM4KPK.js";
@@ -1466,4 +1466,4 @@ export {
1466
1466
  stopAllSessionsAndWait,
1467
1467
  getProjectDir
1468
1468
  };
1469
- //# sourceMappingURL=chunk-K2HIV5DB.js.map
1469
+ //# sourceMappingURL=chunk-LIB6VTH3.js.map
@@ -2417,6 +2417,20 @@ var FLAG_REGISTRY = [
2417
2417
  // safety control, so mutations require explicit confirmation.
2418
2418
  sensitive: true
2419
2419
  },
2420
+ {
2421
+ key: "workflows-down-sync",
2422
+ description: "Down-sync active dynamic workflows to agents via /host/refresh (ADR-0012, ENG-6352). When on, the API populates the per-agent workflow set (team default \u222A agent override) and the claude-code adapter writes each as .claude/workflows/<name>.js. Boolean gate; ships dark.",
2423
+ flagType: "boolean",
2424
+ // Declared safe value is `false` (no down-sync). The fail-safe direction is
2425
+ // dark: if the API can't reach the flag DB, agents simply receive no
2426
+ // workflows — never a partial or stale set written to their project dir.
2427
+ // Per-org rollout: flip on for one org from the admin Feature Flags page.
2428
+ defaultValue: false,
2429
+ // Migration override (ADR-0022): the pre-flags env gate stays the
2430
+ // highest-precedence operator override so existing AGT_WORKFLOWS_ENABLED
2431
+ // hosts/stages keep working until the env var is retired.
2432
+ envVar: "AGT_WORKFLOWS_ENABLED"
2433
+ },
2420
2434
  {
2421
2435
  key: "projects-menu",
2422
2436
  description: "Show the Projects nav item in the webapp (ADR-0017 Projects soft launch, ENG-6342). Replaces the isAdmin/adminOnly gate with a per-org rollout flag.",
@@ -5132,4 +5146,4 @@ export {
5132
5146
  coerceEnvValue,
5133
5147
  FLAGS_SCHEMA_VERSION
5134
5148
  };
5135
- //# sourceMappingURL=chunk-I6QV3IE7.js.map
5149
+ //# sourceMappingURL=chunk-NS4G4HHD.js.map