@claude-flow/cli 3.25.6 → 3.26.1

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.
Files changed (104) hide show
  1. package/.claude/.proven-config-version +1 -0
  2. package/.claude/helpers/.helpers-version +1 -1
  3. package/.claude/helpers/helpers.manifest.json +5 -4
  4. package/.claude/helpers/hook-handler.cjs +129 -0
  5. package/.claude/helpers/statusline.cjs +781 -505
  6. package/.claude/proven-config.json +42 -0
  7. package/catalog-manifest.json +12 -0
  8. package/dist/src/commands/advisor.d.ts +15 -0
  9. package/dist/src/commands/advisor.js +94 -0
  10. package/dist/src/commands/doctor.js +77 -3
  11. package/dist/src/commands/funnel.d.ts +13 -0
  12. package/dist/src/commands/funnel.js +103 -0
  13. package/dist/src/commands/hooks.js +112 -46
  14. package/dist/src/commands/index.js +10 -0
  15. package/dist/src/commands/init.js +44 -0
  16. package/dist/src/commands/proxy.d.ts +21 -0
  17. package/dist/src/commands/proxy.js +310 -0
  18. package/dist/src/commands/security.js +29 -0
  19. package/dist/src/commands/settings.d.ts +19 -0
  20. package/dist/src/commands/settings.js +180 -0
  21. package/dist/src/commands/version.d.ts +42 -0
  22. package/dist/src/commands/version.js +106 -0
  23. package/dist/src/funnel/advisor-tip.d.ts +58 -0
  24. package/dist/src/funnel/advisor-tip.js +92 -0
  25. package/dist/src/funnel/attribution.d.ts +37 -0
  26. package/dist/src/funnel/attribution.js +101 -0
  27. package/dist/src/funnel/consent.d.ts +22 -0
  28. package/dist/src/funnel/consent.js +55 -0
  29. package/dist/src/funnel/credit-errors.d.ts +31 -0
  30. package/dist/src/funnel/credit-errors.js +88 -0
  31. package/dist/src/funnel/credit-notifier.d.ts +44 -0
  32. package/dist/src/funnel/credit-notifier.js +74 -0
  33. package/dist/src/funnel/disclosure.d.ts +46 -0
  34. package/dist/src/funnel/disclosure.js +97 -0
  35. package/dist/src/funnel/enrollment.d.ts +36 -0
  36. package/dist/src/funnel/enrollment.js +64 -0
  37. package/dist/src/funnel/environment.d.ts +17 -0
  38. package/dist/src/funnel/environment.js +39 -0
  39. package/dist/src/funnel/event-transport.d.ts +51 -0
  40. package/dist/src/funnel/event-transport.js +199 -0
  41. package/dist/src/funnel/events.d.ts +42 -0
  42. package/dist/src/funnel/events.js +150 -0
  43. package/dist/src/funnel/index.d.ts +20 -0
  44. package/dist/src/funnel/index.js +20 -0
  45. package/dist/src/funnel/insights.d.ts +49 -0
  46. package/dist/src/funnel/insights.js +120 -0
  47. package/dist/src/funnel/local-signals.d.ts +15 -0
  48. package/dist/src/funnel/local-signals.js +68 -0
  49. package/dist/src/funnel/message-transport.d.ts +51 -0
  50. package/dist/src/funnel/message-transport.js +149 -0
  51. package/dist/src/funnel/messages.d.ts +55 -0
  52. package/dist/src/funnel/messages.js +160 -0
  53. package/dist/src/funnel/power-saver-notifier.d.ts +44 -0
  54. package/dist/src/funnel/power-saver-notifier.js +92 -0
  55. package/dist/src/funnel/precedence.d.ts +16 -0
  56. package/dist/src/funnel/precedence.js +85 -0
  57. package/dist/src/funnel/promo.d.ts +41 -0
  58. package/dist/src/funnel/promo.js +144 -0
  59. package/dist/src/funnel/rate-limit-notifier.d.ts +55 -0
  60. package/dist/src/funnel/rate-limit-notifier.js +102 -0
  61. package/dist/src/funnel/rotation.d.ts +19 -0
  62. package/dist/src/funnel/rotation.js +70 -0
  63. package/dist/src/funnel/state.d.ts +13 -0
  64. package/dist/src/funnel/state.js +52 -0
  65. package/dist/src/funnel/toggle-cooldown.d.ts +17 -0
  66. package/dist/src/funnel/toggle-cooldown.js +32 -0
  67. package/dist/src/funnel/types.d.ts +86 -0
  68. package/dist/src/funnel/types.js +26 -0
  69. package/dist/src/init/executor.js +9 -3
  70. package/dist/src/init/helper-refresh.d.ts +33 -2
  71. package/dist/src/init/helper-refresh.js +102 -12
  72. package/dist/src/init/helpers-generator.js +52 -0
  73. package/dist/src/init/statusline-generator.js +292 -116
  74. package/dist/src/services/daemon-autostart.js +28 -5
  75. package/dist/src/services/fable-harness.d.ts +39 -0
  76. package/dist/src/services/fable-harness.js +41 -0
  77. package/package.json +13 -4
  78. package/dist/src/ruvector/lattice-wasm.d.ts +0 -14
  79. package/dist/src/ruvector/lattice-wasm.js +0 -144
  80. package/plugins/ruflo-metaharness/.claude-flow/daemon-state.json +0 -178
  81. package/plugins/ruflo-metaharness/.claude-flow/daemon.pid +0 -1
  82. package/plugins/ruflo-metaharness/.claude-flow/data/pending-insights.jsonl +0 -5
  83. package/plugins/ruflo-metaharness/.claude-flow/logs/daemon.log +0 -43
  84. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783604774864_ozbujc_prompt.log +0 -19
  85. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783604774864_ozbujc_result.log +0 -108
  86. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783605513587_ulvmpb_prompt.log +0 -19
  87. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783605513587_ulvmpb_result.log +0 -209
  88. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783606368867_ahysui_prompt.log +0 -19
  89. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/audit_1783606368867_ahysui_result.log +0 -192
  90. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/optimize_1783604894861_v6n3ut_prompt.log +0 -14
  91. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/optimize_1783604894861_v6n3ut_result.log +0 -66
  92. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/optimize_1783605934532_9h8ikb_prompt.log +0 -14
  93. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/optimize_1783605934532_9h8ikb_result.log +0 -68
  94. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/testgaps_1783605134860_9jssz9_prompt.log +0 -14
  95. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/testgaps_1783605134860_9jssz9_result.log +0 -69
  96. package/plugins/ruflo-metaharness/.claude-flow/logs/headless/testgaps_1783606516743_zftbaa_prompt.log +0 -14
  97. package/plugins/ruflo-metaharness/.claude-flow/metrics/backup.json +0 -7
  98. package/plugins/ruflo-metaharness/.claude-flow/metrics/codebase-map.json +0 -11
  99. package/plugins/ruflo-metaharness/.claude-flow/metrics/consolidation.json +0 -16
  100. package/plugins/ruflo-metaharness/.claude-flow/metrics/harness-loop.json +0 -83
  101. package/plugins/ruflo-metaharness/.claude-flow/metrics/performance.json +0 -67
  102. package/plugins/ruflo-metaharness/.claude-flow/metrics/security-audit.json +0 -191
  103. package/plugins/ruflo-metaharness/.claude-flow/metrics/test-gaps.json +0 -68
  104. package/plugins/ruflo-metaharness/.claude-flow/neural/stats.json +0 -6
@@ -1,5 +1,10 @@
1
1
  export declare const HELPERS_STAMP_FILE = ".helpers-version";
2
- /** ruflo-owned helpers that carry hook logic and must track the package version. */
2
+ /**
3
+ * ruflo-owned helpers that carry hook logic (or the render surface for the
4
+ * funnel disclosure row) and must track the package version. Adding to this
5
+ * list REQUIRES re-signing `helpers.manifest.json` at publish time — the
6
+ * integrity gate below refuses any file it doesn't have a signed hash for.
7
+ */
3
8
  export declare const CRITICAL_HELPERS: string[];
4
9
  /** Installed @claude-flow/cli version — the value the helpers are stamped with. */
5
10
  export declare function getInstalledCliVersion(): string;
@@ -9,8 +14,34 @@ export declare function getInstalledCliVersion(): string;
9
14
  * stamp read + string compare (sub-ms); the copy runs at most once per version
10
15
  * bump. Best-effort, never throws. No-op outside a ruflo project (requires an
11
16
  * existing hook-handler.cjs — never creates files in an unrelated directory).
17
+ *
18
+ * FORWARD-ONLY (never downgrades): refreshing on any mere INEQUALITY, rather
19
+ * than only when the installed version is semver-NEWER, is a real corruption
20
+ * vector — confirmed live: a stray/older installed binary (a stale `npx`
21
+ * cache, a marketplace install lagging behind an unpublished dev-tree fix)
22
+ * running `daemon start` (or any command) against THIS project directory
23
+ * would see its own older version != the project's newer stamp and silently
24
+ * overwrite hand-fixed `hook-handler.cjs`/`intelligence.cjs` with its own
25
+ * older, already-superseded bundled copies. Comparing with `semver.gt`
26
+ * instead of `!==` makes that impossible: an older or equal installed
27
+ * version is always a no-op, regardless of how it got invoked.
28
+ *
29
+ * `opts` exists for tests ONLY (mirrors daemon-autostart.ts's injectable
30
+ * `SpawnDaemonFn` pattern): the real signed-copy path is otherwise coupled to
31
+ * THIS repo's actual current `.claude/helpers` + its real Ed25519 signature —
32
+ * fine for production (that coupling to the real source IS the point), but
33
+ * it means a test exercising that path for real would only pass when this
34
+ * repo's manifest happens to be currently re-signed, which is a separately-
35
+ * gated, occasionally-stale publish-time step. `sourceDirOverride` +
36
+ * `pubkeyPemOverride` let a test build its own tiny, throwaway-keypair-
37
+ * signed fixture and get real, deterministic coverage of the verify → hash →
38
+ * copy logic without depending on that.
12
39
  */
13
- export declare function autoRefreshHelpersIfStale(cwd: string): Promise<{
40
+ export declare function autoRefreshHelpersIfStale(cwd: string, opts?: {
41
+ sourceDirOverride?: string;
42
+ pubkeyPemOverride?: string;
43
+ versionOverride?: string;
44
+ }): Promise<{
14
45
  refreshed: boolean;
15
46
  from?: string;
16
47
  to?: string;
@@ -17,11 +17,55 @@ import * as fs from 'fs';
17
17
  import * as path from 'path';
18
18
  import { fileURLToPath } from 'url';
19
19
  import { createRequire } from 'module';
20
+ import * as semver from 'semver';
20
21
  import { verifyHelpersManifest, sha256Hex, HELPERS_MANIFEST_FILE, } from './helper-signing.js';
21
22
  const __dirname = path.dirname(fileURLToPath(import.meta.url));
23
+ /**
24
+ * Walk up from `startDir` to the nearest ancestor whose `package.json` names
25
+ * `@claude-flow/cli` — depth-independent, unlike a hardcoded `'..','..',
26
+ * '..'`. That fixed count assumed this module always runs compiled, three
27
+ * levels under the package root (`dist/src/init/helper-refresh.js`); it
28
+ * silently breaks whenever the module runs from a different depth — e.g.
29
+ * loaded straight from `src/init/helper-refresh.ts` (one level shallower:
30
+ * ts-node, tsx, or a test runner that transforms TS in place rather than
31
+ * requiring a prior `tsc` build). When that happened here, BOTH
32
+ * `getInstalledCliVersion()` silently fell back to the placeholder `'0.0.0'`
33
+ * AND `findPackageHelpersDir()` silently failed to resolve the real package
34
+ * helpers dir — with no error surfaced, just wrong values propagating into
35
+ * version-comparison and refresh-source-selection logic. Real ceiling on the
36
+ * walk (`maxUp`) so a package.json-less filesystem can't loop forever.
37
+ */
38
+ function findPackageRoot(startDir, maxUp = 6) {
39
+ let dir = startDir;
40
+ for (let i = 0; i < maxUp; i++) {
41
+ try {
42
+ const pkg = JSON.parse(fs.readFileSync(path.join(dir, 'package.json'), 'utf-8'));
43
+ if (pkg && pkg.name === '@claude-flow/cli')
44
+ return dir;
45
+ }
46
+ catch { /* no package.json here, or unreadable — keep climbing */ }
47
+ const parent = path.dirname(dir);
48
+ if (parent === dir)
49
+ break; // reached filesystem root
50
+ dir = parent;
51
+ }
52
+ return null;
53
+ }
22
54
  export const HELPERS_STAMP_FILE = '.helpers-version';
23
- /** ruflo-owned helpers that carry hook logic and must track the package version. */
24
- export const CRITICAL_HELPERS = ['auto-memory-hook.mjs', 'hook-handler.cjs', 'intelligence.cjs'];
55
+ /**
56
+ * ruflo-owned helpers that carry hook logic (or the render surface for the
57
+ * funnel disclosure row) and must track the package version. Adding to this
58
+ * list REQUIRES re-signing `helpers.manifest.json` at publish time — the
59
+ * integrity gate below refuses any file it doesn't have a signed hash for.
60
+ */
61
+ export const CRITICAL_HELPERS = [
62
+ 'auto-memory-hook.mjs',
63
+ 'hook-handler.cjs',
64
+ 'intelligence.cjs',
65
+ // statusline.cjs is here so the funnel disclosure row (ADR-301) reaches
66
+ // existing installs on the next `ruflo` command, not only fresh `ruflo init`.
67
+ 'statusline.cjs',
68
+ ];
25
69
  /** Installed @claude-flow/cli version — the value the helpers are stamped with. */
26
70
  export function getInstalledCliVersion() {
27
71
  try {
@@ -30,9 +74,11 @@ export function getInstalledCliVersion() {
30
74
  return String(pkg.version || '0.0.0');
31
75
  }
32
76
  catch {
33
- // dist/src/init package root
77
+ const root = findPackageRoot(__dirname);
78
+ if (!root)
79
+ return '0.0.0';
34
80
  try {
35
- const pkg = JSON.parse(fs.readFileSync(path.resolve(__dirname, '..', '..', '..', 'package.json'), 'utf-8'));
81
+ const pkg = JSON.parse(fs.readFileSync(path.join(root, 'package.json'), 'utf-8'));
36
82
  return String(pkg.version || '0.0.0');
37
83
  }
38
84
  catch {
@@ -49,7 +95,9 @@ function findPackageHelpersDir() {
49
95
  candidates.push(path.join(pkgRoot, '.claude', 'helpers'));
50
96
  }
51
97
  catch { /* not resolvable */ }
52
- candidates.push(path.resolve(__dirname, '..', '..', '..', '.claude', 'helpers'));
98
+ const root = findPackageRoot(__dirname);
99
+ if (root)
100
+ candidates.push(path.join(root, '.claude', 'helpers'));
53
101
  for (const c of candidates) {
54
102
  if (fs.existsSync(path.join(c, 'hook-handler.cjs')))
55
103
  return c;
@@ -67,13 +115,16 @@ function findPackageHelpersDir() {
67
115
  * fallback needs no manifest — that content comes from the CLI's own compiled
68
116
  * code, which is already the trust root.
69
117
  */
70
- async function writeCriticalHelpers(helpersDir, version) {
71
- const source = findPackageHelpersDir();
118
+ async function writeCriticalHelpers(helpersDir, version, opts = {}) {
119
+ const source = opts.sourceDirOverride ?? findPackageHelpersDir();
72
120
  if (source) {
73
- // 1. Verify the signed manifest against the baked public key.
121
+ // 1. Verify the signed manifest against the baked public key (or, in
122
+ // tests, an injected throwaway key — see autoRefreshHelpersIfStale's
123
+ // opts.pubkeyPemOverride doc comment for why that injection point
124
+ // exists at all).
74
125
  let trusted = null;
75
126
  try {
76
- trusted = verifyHelpersManifest(fs.readFileSync(path.join(source, HELPERS_MANIFEST_FILE), 'utf-8'));
127
+ trusted = verifyHelpersManifest(fs.readFileSync(path.join(source, HELPERS_MANIFEST_FILE), 'utf-8'), opts.pubkeyPemOverride);
77
128
  }
78
129
  catch {
79
130
  trusted = null;
@@ -118,10 +169,19 @@ async function writeCriticalHelpers(helpersDir, version) {
118
169
  // Fallback: source unresolvable (broken npx paths) — regenerate from the CLI's
119
170
  // OWN compiled generators (the trust root; no external file to verify).
120
171
  const gen = await import('./helpers-generator.js');
172
+ const statusGen = await import('./statusline-generator.js');
121
173
  const files = {
122
174
  'hook-handler.cjs': gen.generateHookHandler(),
123
175
  'intelligence.cjs': gen.generateIntelligenceStub(),
124
176
  'auto-memory-hook.mjs': gen.generateAutoMemoryHook(),
177
+ // Fallback needs the same generator inputs `ruflo init` uses. We match the
178
+ // hardcoded default (maxAgents 15) because the fallback fires when the
179
+ // installed package is unresolvable — no way to read the user's project
180
+ // config from here. Fresh `ruflo init` still generates a per-project value.
181
+ 'statusline.cjs': statusGen.generateStatuslineScript({
182
+ statusline: { enabled: true, style: 'compact' },
183
+ runtime: { maxAgents: 15 },
184
+ }),
125
185
  };
126
186
  let wrote = false;
127
187
  for (const [name, content] of Object.entries(files)) {
@@ -147,13 +207,35 @@ async function writeCriticalHelpers(helpersDir, version) {
147
207
  * stamp read + string compare (sub-ms); the copy runs at most once per version
148
208
  * bump. Best-effort, never throws. No-op outside a ruflo project (requires an
149
209
  * existing hook-handler.cjs — never creates files in an unrelated directory).
210
+ *
211
+ * FORWARD-ONLY (never downgrades): refreshing on any mere INEQUALITY, rather
212
+ * than only when the installed version is semver-NEWER, is a real corruption
213
+ * vector — confirmed live: a stray/older installed binary (a stale `npx`
214
+ * cache, a marketplace install lagging behind an unpublished dev-tree fix)
215
+ * running `daemon start` (or any command) against THIS project directory
216
+ * would see its own older version != the project's newer stamp and silently
217
+ * overwrite hand-fixed `hook-handler.cjs`/`intelligence.cjs` with its own
218
+ * older, already-superseded bundled copies. Comparing with `semver.gt`
219
+ * instead of `!==` makes that impossible: an older or equal installed
220
+ * version is always a no-op, regardless of how it got invoked.
221
+ *
222
+ * `opts` exists for tests ONLY (mirrors daemon-autostart.ts's injectable
223
+ * `SpawnDaemonFn` pattern): the real signed-copy path is otherwise coupled to
224
+ * THIS repo's actual current `.claude/helpers` + its real Ed25519 signature —
225
+ * fine for production (that coupling to the real source IS the point), but
226
+ * it means a test exercising that path for real would only pass when this
227
+ * repo's manifest happens to be currently re-signed, which is a separately-
228
+ * gated, occasionally-stale publish-time step. `sourceDirOverride` +
229
+ * `pubkeyPemOverride` let a test build its own tiny, throwaway-keypair-
230
+ * signed fixture and get real, deterministic coverage of the verify → hash →
231
+ * copy logic without depending on that.
150
232
  */
151
- export async function autoRefreshHelpersIfStale(cwd) {
233
+ export async function autoRefreshHelpersIfStale(cwd, opts = {}) {
152
234
  try {
153
235
  const helpersDir = path.join(cwd, '.claude', 'helpers');
154
236
  if (!fs.existsSync(path.join(helpersDir, 'hook-handler.cjs')))
155
237
  return { refreshed: false };
156
- const version = getInstalledCliVersion();
238
+ const version = opts.versionOverride ?? getInstalledCliVersion();
157
239
  let stamped = '';
158
240
  try {
159
241
  stamped = fs.readFileSync(path.join(helpersDir, HELPERS_STAMP_FILE), 'utf-8').trim();
@@ -161,7 +243,15 @@ export async function autoRefreshHelpersIfStale(cwd) {
161
243
  catch { /* pre-feature: unstamped */ }
162
244
  if (stamped === version)
163
245
  return { refreshed: false }; // up to date — fast path
164
- const res = await writeCriticalHelpers(helpersDir, version);
246
+ if (stamped && semver.valid(stamped) && semver.valid(version) && semver.gte(stamped, version)) {
247
+ // Stamped version is already >= what this binary reports — refreshing
248
+ // would silently DOWNGRADE the project's helpers. Skip, untouched.
249
+ return { refreshed: false };
250
+ }
251
+ const res = await writeCriticalHelpers(helpersDir, version, {
252
+ sourceDirOverride: opts.sourceDirOverride,
253
+ pubkeyPemOverride: opts.pubkeyPemOverride,
254
+ });
165
255
  // A blocked refresh is a SECURITY signal (tampered source/manifest) — surface
166
256
  // it, don't advance the stamp, and leave the project's existing helpers intact.
167
257
  if (res.blocked)
@@ -448,6 +448,7 @@ export function generateHookHandler() {
448
448
  '',
449
449
  "const path = require('path');",
450
450
  "const fs = require('fs');",
451
+ "const os = require('os');",
451
452
  '',
452
453
  'const helpersDir = __dirname;',
453
454
  '',
@@ -537,6 +538,57 @@ export function generateHookHandler() {
537
538
  ' } else {',
538
539
  " console.log('[INFO] Router not available, using default routing');",
539
540
  ' }',
541
+ '',
542
+ ' // Rate-limit -> sponsored-capacity nudge (ADR-312/313). Fires here,',
543
+ ' // client-side, BEFORE the API call this prompt would make - so it',
544
+ ' // still reaches the transcript even if that call then fails from the',
545
+ ' // rate limit. Cheap local file reads only; never a network call or a',
546
+ ' // child process, so it cannot add latency to prompt submission.',
547
+ ' try {',
548
+ " var rlFunnelEnv = process.env.RUFLO_FUNNEL;",
549
+ ' var rlDisabledByEnv = rlFunnelEnv !== undefined && /^(0|false|off|no)$/i.test(String(rlFunnelEnv).trim());',
550
+ " var rlCiVars = ['CI', 'GITHUB_ACTIONS', 'GITLAB_CI', 'CIRCLECI', 'TRAVIS', 'BUILDKITE', 'JENKINS_URL', 'TEAMCITY_VERSION', 'TF_BUILD'];",
551
+ ' var rlIsCi = rlCiVars.some(function (v) {',
552
+ ' var val = process.env[v];',
553
+ " return val !== undefined && val !== '' && val !== '0' && String(val).toLowerCase() !== 'false';",
554
+ ' });',
555
+ " var rlHome = path.join(os.homedir(), '.ruflo');",
556
+ ' var rlUserDisabled = false;',
557
+ ' try {',
558
+ " var rlUserCfg = JSON.parse(fs.readFileSync(path.join(rlHome, 'funnel.json'), 'utf8'));",
559
+ ' rlUserDisabled = !!(rlUserCfg && rlUserCfg.enabled === false);',
560
+ ' } catch (e) { /* absent/malformed = not disabled */ }',
561
+ ' var rlProjectDisabled = false;',
562
+ ' try {',
563
+ " var rlProjCfg = JSON.parse(fs.readFileSync(path.join(process.cwd(), 'claude-flow.config.json'), 'utf8'));",
564
+ ' rlProjectDisabled = !!(rlProjCfg && rlProjCfg.funnel && rlProjCfg.funnel.enabled === false);',
565
+ ' } catch (e) { /* absent/malformed = not disabled */ }',
566
+ '',
567
+ ' if (!rlDisabledByEnv && !rlIsCi && !rlUserDisabled && !rlProjectDisabled) {',
568
+ ' var rlStatus = null;',
569
+ " try { rlStatus = JSON.parse(fs.readFileSync(path.join(rlHome, 'rate-limit-status.json'), 'utf8')); } catch (e) { /* not flagged */ }",
570
+ ' var rlIsLimited = false;',
571
+ ' if (rlStatus && rlStatus.limited) {',
572
+ ' if (rlStatus.since) {',
573
+ ' var rlSinceMs = Date.parse(rlStatus.since);',
574
+ ' rlIsLimited = isNaN(rlSinceMs) ? true : (Date.now() - rlSinceMs) < 6 * 60 * 60 * 1000;',
575
+ ' } else {',
576
+ ' rlIsLimited = true;',
577
+ ' }',
578
+ ' }',
579
+ ' if (rlIsLimited) {',
580
+ ' var rlConsented = false;',
581
+ ' try {',
582
+ " var rlConsentFile = JSON.parse(fs.readFileSync(path.join(rlHome, 'consent.json'), 'utf8'));",
583
+ " var rlReceipt = rlConsentFile && rlConsentFile['sponsored-downtime'];",
584
+ ' rlConsented = !!(rlReceipt && rlReceipt.granted === true && rlReceipt.at !== null && rlReceipt.policyVersion === 1);',
585
+ ' } catch (e) { /* not consented */ }',
586
+ ' if (!rlConsented) {',
587
+ " console.log('[COGNITUM] Hit your Claude usage limit? Free sponsored capacity is available at cognitum.one/meta-llm -- run: ruflo proxy sponsor-enable --yes');",
588
+ ' }',
589
+ ' }',
590
+ ' }',
591
+ ' } catch (e) { /* nudge must never break the hook */ }',
540
592
  ' },',
541
593
  '',
542
594
  " 'pre-bash': () => {",