@monotykamary/pi-ledger 0.3.0 → 0.4.0

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.
@@ -63,6 +63,7 @@ import {
63
63
  type SettingItem,
64
64
  type TUI,
65
65
  } from '@earendil-works/pi-tui';
66
+ import { installNestedAgentTelemetryHarvester } from './nested-agent-telemetry.js';
66
67
 
67
68
  // ─── Constants ──────────────────────────────────────────────────────────────
68
69
 
@@ -1114,6 +1115,8 @@ function fmtNumber(n: number): string {
1114
1115
  // ─── Extension ──────────────────────────────────────────────────────────────
1115
1116
 
1116
1117
  export default function ledgerExtension(pi: ExtensionAPI) {
1118
+ installNestedAgentTelemetryHarvester(pi);
1119
+
1117
1120
  let settings: LedgerSettings = { ...DEFAULT_SETTINGS };
1118
1121
 
1119
1122
  const totals: Totals = {