@integrity-labs/agt-cli 0.28.2 → 0.28.4
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-K2HIV5DB.js → chunk-LIB6VTH3.js} +2 -2
- package/dist/{chunk-ZBMZTL7G.js → chunk-M6V3RZBD.js} +40 -2
- package/dist/chunk-M6V3RZBD.js.map +1 -0
- package/dist/{chunk-I6QV3IE7.js → chunk-NS4G4HHD.js} +15 -1
- package/dist/{chunk-I6QV3IE7.js.map → chunk-NS4G4HHD.js.map} +1 -1
- package/dist/{claude-pair-runtime-H73LQ5AR.js → claude-pair-runtime-OACH27NE.js} +2 -2
- package/dist/lib/manager-worker.js +42 -10
- package/dist/lib/manager-worker.js.map +1 -1
- package/dist/{persistent-session-QXLGGGO2.js → persistent-session-DSG4HI4R.js} +3 -3
- package/dist/{responsiveness-probe-3BUUOZZO.js → responsiveness-probe-GX5W4ZMI.js} +3 -3
- package/package.json +1 -1
- package/dist/chunk-ZBMZTL7G.js.map +0 -1
- /package/dist/{chunk-K2HIV5DB.js.map → chunk-LIB6VTH3.js.map} +0 -0
- /package/dist/{claude-pair-runtime-H73LQ5AR.js.map → claude-pair-runtime-OACH27NE.js.map} +0 -0
- /package/dist/{persistent-session-QXLGGGO2.js.map → persistent-session-DSG4HI4R.js.map} +0 -0
- /package/dist/{responsiveness-probe-3BUUOZZO.js.map → responsiveness-probe-GX5W4ZMI.js.map} +0 -0
|
@@ -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-
|
|
5149
|
+
//# sourceMappingURL=chunk-NS4G4HHD.js.map
|