@warmdrift/kgauto-compiler 2.0.0-alpha.86 → 2.0.0-alpha.87

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.
@@ -2,7 +2,7 @@ import {
2
2
  allProfiles,
3
3
  resolveModelAlias,
4
4
  tryGetProfile
5
- } from "./chunk-2MQIVVEU.mjs";
5
+ } from "./chunk-YVKTTTTB.mjs";
6
6
 
7
7
  // src/brain-query.ts
8
8
  var FRESH_SNAPSHOT = {
@@ -13,6 +13,9 @@ var FRESH_SNAPSHOT = {
13
13
  };
14
14
  var snapshot = { ...FRESH_SNAPSHOT };
15
15
  var runtime;
16
+ function configFreshness() {
17
+ return runtime && snapshot.data ? "brain" : "bundled";
18
+ }
16
19
  function configureBrainQuery(rt) {
17
20
  runtime = rt;
18
21
  snapshot = { ...FRESH_SNAPSHOT };
@@ -816,6 +819,7 @@ var loadChainsFromBrain = createBrainQueryCache({
816
819
  });
817
820
 
818
821
  export {
822
+ configFreshness,
819
823
  configureBrainQuery,
820
824
  createBrainQueryCache,
821
825
  isBrainQueryActiveFor,
@@ -1,5 +1,5 @@
1
1
  // src/version.ts
2
- var LIBRARY_VERSION = "2.0.0-alpha.86";
2
+ var LIBRARY_VERSION = "2.0.0-alpha.87";
3
3
 
4
4
  // src/key-health.ts
5
5
  var JSON_HEADERS = { "Content-Type": "application/json" };
@@ -211,7 +211,7 @@ var PROFILES_RAW = [
211
211
  },
212
212
  {
213
213
  id: "claude-opus-4-7",
214
- verifiedAgainstDocs: "2026-05-08",
214
+ verifiedAgainstDocs: "2026-08-14",
215
215
  provider: "anthropic",
216
216
  status: "legacy",
217
217
  // s76 2026-07-25: docs list as LEGACY (Opus 5 is current). Bundle said current while the brain already said legacy — the two disagreed.
@@ -261,7 +261,7 @@ var PROFILES_RAW = [
261
261
  },
262
262
  {
263
263
  id: "claude-opus-4-6",
264
- verifiedAgainstDocs: "2026-05-08",
264
+ verifiedAgainstDocs: "2026-08-14",
265
265
  provider: "anthropic",
266
266
  status: "legacy",
267
267
  maxContextTokens: 1e6,
@@ -306,7 +306,7 @@ var PROFILES_RAW = [
306
306
  },
307
307
  {
308
308
  id: "claude-sonnet-4-6",
309
- verifiedAgainstDocs: "2026-05-08",
309
+ verifiedAgainstDocs: "2026-08-14",
310
310
  provider: "anthropic",
311
311
  status: "legacy",
312
312
  // s76 2026-07-25: docs list as LEGACY (Sonnet 5 is current).
@@ -347,7 +347,7 @@ var PROFILES_RAW = [
347
347
  },
348
348
  {
349
349
  id: "claude-haiku-4-5",
350
- verifiedAgainstDocs: "2026-05-08",
350
+ verifiedAgainstDocs: "2026-08-14",
351
351
  provider: "anthropic",
352
352
  status: "current",
353
353
  maxContextTokens: 2e5,
@@ -410,7 +410,7 @@ var PROFILES_RAW = [
410
410
  // ── Google ──
411
411
  {
412
412
  id: "gemini-2.5-flash",
413
- verifiedAgainstDocs: "2026-05-08",
413
+ verifiedAgainstDocs: "2026-08-14",
414
414
  provider: "google",
415
415
  status: "current",
416
416
  maxContextTokens: 1048576,
@@ -516,7 +516,7 @@ var PROFILES_RAW = [
516
516
  // thresholds. The brain will validate/relax these as evidence accumulates
517
517
  // per (archetype, model) tuple. Currently ZERO brain rows for this model.
518
518
  id: "gemini-2.5-flash-lite",
519
- verifiedAgainstDocs: "2026-05-13",
519
+ verifiedAgainstDocs: "2026-08-14",
520
520
  provider: "google",
521
521
  status: "current",
522
522
  maxContextTokens: 1048576,
@@ -673,7 +673,7 @@ var PROFILES_RAW = [
673
673
  },
674
674
  {
675
675
  id: "gemini-3.1-pro-preview",
676
- verifiedAgainstDocs: "2026-05-08",
676
+ verifiedAgainstDocs: "2026-08-14",
677
677
  provider: "google",
678
678
  status: "preview",
679
679
  maxContextTokens: 1048576,
@@ -733,7 +733,7 @@ var PROFILES_RAW = [
733
733
  // deepseek-reasoner registered as aliases (see ALIASES below).
734
734
  {
735
735
  id: "deepseek-v4-flash",
736
- verifiedAgainstDocs: "2026-05-08",
736
+ verifiedAgainstDocs: "2026-08-14",
737
737
  provider: "deepseek",
738
738
  status: "current",
739
739
  maxContextTokens: 1e6,
@@ -771,7 +771,7 @@ var PROFILES_RAW = [
771
771
  // baseQuality (it carries 'reasoning') with no latency counterweight,
772
772
  // leapfrogged gemini-2.5-flash as PB's summarize leader once reachable.
773
773
  latencyTier: "slow",
774
- notes: "Cheap workhorse. 1M context, 384k max output. Cache-hit input $0.0028/M (1/50\xD7 of miss). Aliased as `deepseek-chat` (non-thinking) and `deepseek-reasoner` (thinking) \u2014 see ALIASES.",
774
+ notes: "Cheap workhorse. 1M context, 384k max output. Cache-hit input $0.0028/M (1/50\xD7 of miss). Aliased as `deepseek-chat` (non-thinking) and `deepseek-reasoner` (thinking) \u2014 see ALIASES. PRICING MODEL CHANGE effective 2026-08-16: DeepSeek moves to peak/off-peak billing, off-peak at HALF the peak rate (docs, fetched 2026-08-14). Encoded prices are peak; cost math for off-peak traffic will overstate by up to 2x until time-of-day pricing is modeled.",
775
775
  // Master plan §6.2 anchor. Brain-validated tier 1 cross-provider for
776
776
  // classify (169 rows, 0% empty). Tier 0 for summarize-with-no-tools.
777
777
  // Falls off on hunt (sequential tools — L-040) and reasoning depth.
@@ -806,7 +806,7 @@ var PROFILES_RAW = [
806
806
  },
807
807
  {
808
808
  id: "deepseek-v4-pro",
809
- verifiedAgainstDocs: "2026-06-22",
809
+ verifiedAgainstDocs: "2026-08-14",
810
810
  provider: "deepseek",
811
811
  status: "current",
812
812
  maxContextTokens: 1e6,
@@ -847,7 +847,7 @@ var PROFILES_RAW = [
847
847
  // of the served set. Tag derivation would say 'medium'; the measurement says
848
848
  // otherwise.
849
849
  latencyTier: "slow",
850
- notes: "Pro tier. 1M context, 384k max output. $0.435/$0.87 per 1M (cache-hit in $0.003625) \u2014 verified live 2026-06-22; the launch promo became the standing price (no revert). Default mode = thinking.",
850
+ notes: "Pro tier. 1M context, 384k max output. $0.435/$0.87 per 1M (cache-hit in $0.003625) \u2014 verified live 2026-06-22; the launch promo became the standing price (no revert). Default mode = thinking. PRICING MODEL CHANGE effective 2026-08-16: DeepSeek moves to peak/off-peak billing, off-peak at HALF the peak rate (docs, fetched 2026-08-14). Encoded prices are peak; cost math for off-peak traffic will overstate by up to 2x until time-of-day pricing is modeled.",
851
851
  // Master plan §3.3: tier 3 cross-provider for plan chain. Reasoning
852
852
  // bumped one notch over V4-Flash; same parallel-tool ceiling.
853
853
  archetypePerf: {
@@ -1455,13 +1455,109 @@ var PROFILES_RAW = [
1455
1455
  // +1 vs 2.5-flash — but still below Sonnet/Opus reasoning floor
1456
1456
  }
1457
1457
  },
1458
+ // ─────────────────────────────────────────────────────────────────────────
1459
+ // gemini-3.6-flash — hand-onboarded s86 (2026-08-14), step-zero against
1460
+ // Google docs (models/gemini-3.6-flash page + pricing via catalog-sync's
1461
+ // two-agreeing-extraction the same day). Docs list it as Stable and call
1462
+ // it "previous-generation Flash" (3.5-flash is now "legacy" in Google's
1463
+ // wording) — but kgauto status is 'preview' per the standing entry rule:
1464
+ // a new model enters on capability data verified only at the docs level,
1465
+ // preview is unreachable by starter chains, and promotion to routing
1466
+ // happens through brain evidence, not through Google's marketing tier.
1467
+ // This also means NO family-primary retarget rides this release.
1468
+ // ─────────────────────────────────────────────────────────────────────────
1469
+ {
1470
+ id: "gemini-3.6-flash",
1471
+ verifiedAgainstDocs: "2026-08-14",
1472
+ versionAdded: "2.0.0-alpha.87",
1473
+ provider: "google",
1474
+ status: "preview",
1475
+ maxContextTokens: 1048576,
1476
+ maxOutputTokens: 65536,
1477
+ maxTools: 128,
1478
+ parallelToolCalls: true,
1479
+ structuredOutput: "native",
1480
+ systemPromptMode: "separate",
1481
+ streaming: true,
1482
+ cliffs: [
1483
+ {
1484
+ metric: "input_tokens",
1485
+ threshold: 8e3,
1486
+ action: "downgrade_quality_warning",
1487
+ reason: "Inherited Flash-family guard (2.5\u21923.5 lineage); no 3.6 brain evidence yet"
1488
+ },
1489
+ {
1490
+ metric: "tool_count",
1491
+ threshold: 20,
1492
+ action: "drop_to_top_relevant",
1493
+ reason: "Inherited from Flash family: tool reliability drops above ~20 (despite 128 hard limit). Validate per (archetype, model) after n\u226520."
1494
+ },
1495
+ {
1496
+ metric: "thinking_with_short_output",
1497
+ threshold: 1,
1498
+ action: "force_thinking_budget_zero",
1499
+ reason: "Thinking supported per Google docs; same drain risk as 2.5/3.5-flash \u2014 thinking tokens consume maxOutputTokens"
1500
+ },
1501
+ {
1502
+ metric: "tool_count",
1503
+ threshold: 1,
1504
+ whenIntent: "summarize",
1505
+ action: "strip_tools",
1506
+ reason: "Inherited from 2.5-flash s11 cliff: summarize+tools \u2192 empty response. Preemptive family guard until brain evidence on 3.6-flash specifically."
1507
+ }
1508
+ ],
1509
+ costInputPer1m: 1.5,
1510
+ costOutputPer1m: 7.5,
1511
+ lowering: {
1512
+ ...GOOGLE_LOWERING_BASE,
1513
+ cache: { ...GOOGLE_LOWERING_BASE.cache, discount: 0.1 },
1514
+ thinking: { field: "generationConfig.thinkingConfig.thinkingBudget", default: "auto" }
1515
+ },
1516
+ recovery: [
1517
+ {
1518
+ signal: "empty_response_after_tool",
1519
+ action: "retry_with_params",
1520
+ retryParams: { "generationConfig.thinkingConfig.thinkingBudget": 0 },
1521
+ maxRetries: 1,
1522
+ reason: "Inherited Flash-family pattern: empty after tool result \u2014 retry with thinking off"
1523
+ },
1524
+ {
1525
+ signal: "empty_response",
1526
+ action: "retry_with_params",
1527
+ retryParams: { "generationConfig.thinkingConfig.thinkingBudget": 0 },
1528
+ maxRetries: 1,
1529
+ reason: "Empty response \u2014 try with thinking off"
1530
+ },
1531
+ {
1532
+ signal: "malformed_function_call",
1533
+ action: "escalate",
1534
+ reason: "MALFORMED_FUNCTION_CALL maps to stop \u2014 escalate to next target"
1535
+ }
1536
+ ],
1537
+ strengths: ["agentic_loops", "coding", "1m_context", "parallel_tools", "thinking_mode"],
1538
+ weaknesses: ["no_brain_evidence_yet"],
1539
+ notes: "Hand-onboarded s86 (2026-08-14), step-zero verified: 1,048,576 ctx / 65,536 out (Google model page), $1.50/$7.50 per 1M (catalog-sync two-agreeing-extraction same day \u2014 CHEAPER output than 3.5-flash at $9.00). Docs status Stable; enters kgauto as preview per standing rule (availability != lifecycle, promotion via brain evidence). Function calling + structured outputs + thinking per docs; parallel tools assumed per Flash family (docs silent). First flagged by the release watcher s73; sat in the onboarding queue 18 days \u2014 drained by the s86 catalog-sync run.",
1540
+ archetypePerf: {
1541
+ hunt: 9,
1542
+ // Flash-family parallel-tool tier (L-040); inherited from 3.5-flash
1543
+ classify: 7,
1544
+ summarize: 7,
1545
+ transform: 7,
1546
+ ask: 8,
1547
+ generate: 8,
1548
+ plan: 7,
1549
+ extract: 7,
1550
+ critique: 5
1551
+ }
1552
+ },
1458
1553
  {
1459
1554
  // Auto-onboarded 2026-07-01 from `claude-sonnet-4-6`; VERIFIED 2026-07-02
1460
1555
  // against the claude-api reference (cc-portfolio ratification pass). The
1461
- // clone got context right (1M) and pricing right at sticker ($3/$15
1462
- // NOTE an introductory $2/$10 per MTok runs through 2026-08-31; sticker
1463
- // encoded here per the time-bounded-pricing convention, intro belongs in
1464
- // brain kgauto_pricing if worth capturing). The clone got max output WRONG:
1556
+ // clone got context right (1M). PRICING RE-BASED 2026-08-14 (s86): the
1557
+ // introductory $2/$10 was made PERMANENT Anthropic's pricing page now
1558
+ // states the scheduled Sept-1 increase to $3/$15 "will not occur", so
1559
+ // $2/$10 IS the sticker. (The $3/$15 encoded 07-02 was correct under the
1560
+ // time-bounded-pricing convention at the time; the bound was cancelled.) The clone got max output WRONG:
1465
1561
  // Sonnet 5 is 128k, not 4-6's 64k — corrected. New tokenizer (~30% more
1466
1562
  // tokens for the same text vs 4-6): byte-budget consumers should re-baseline.
1467
1563
  // API quirks (claude-api ref): (a) NON-DEFAULT temperature/top_p/top_k
@@ -1474,7 +1570,7 @@ var PROFILES_RAW = [
1474
1570
  // 'preview' per the Fable precedent — no brain evidence yet; promotion to
1475
1571
  // 'current' is an explicit call. (L-049/L-081.)
1476
1572
  id: "claude-sonnet-5",
1477
- verifiedAgainstDocs: "2026-07-02",
1573
+ verifiedAgainstDocs: "2026-08-14",
1478
1574
  provider: "anthropic",
1479
1575
  status: "current",
1480
1576
  // s76 2026-07-25: GA per docs; was preview.
@@ -1486,8 +1582,9 @@ var PROFILES_RAW = [
1486
1582
  systemPromptMode: "inline",
1487
1583
  streaming: true,
1488
1584
  cliffs: [],
1489
- costInputPer1m: 3,
1490
- costOutputPer1m: 15,
1585
+ costInputPer1m: 2,
1586
+ // 2026-08-14: intro price made PERMANENT (docs: "the previously scheduled increase to $3/$15 on September 1, 2026 will not occur")
1587
+ costOutputPer1m: 10,
1491
1588
  lowering: ANTHROPIC_LOWERING_BASE,
1492
1589
  recovery: [
1493
1590
  { signal: "rate_limit", action: "escalate", reason: "429 \u2014 escalate" },
@@ -1678,6 +1775,55 @@ function _setProfileBrainHook(hook) {
1678
1775
  function canonicalId(id) {
1679
1776
  return brainHook.resolveAlias?.(id) ?? ALIASES[id] ?? id;
1680
1777
  }
1778
+ var CONSUMER_INDEX = /* @__PURE__ */ new Map();
1779
+ function registerProfiles(profiles) {
1780
+ for (const p of profiles) CONSUMER_INDEX.set(p.id, p);
1781
+ }
1782
+ function _testClearConsumerProfiles() {
1783
+ CONSUMER_INDEX.clear();
1784
+ }
1785
+ function inferProviderFromId(id) {
1786
+ const lower = id.toLowerCase();
1787
+ if (lower.startsWith("claude")) return "anthropic";
1788
+ if (lower.startsWith("gemini") || lower.startsWith("palm")) return "google";
1789
+ if (lower.startsWith("gpt") || /^o[0-9]/.test(lower) || lower.startsWith("chatgpt")) return "openai";
1790
+ if (lower.startsWith("deepseek")) return "deepseek";
1791
+ if (lower.startsWith("glm")) return "zai";
1792
+ if (lower.startsWith("kimi") || lower.startsWith("moonshot")) return "moonshot";
1793
+ return void 0;
1794
+ }
1795
+ function bestEffortProfile(id) {
1796
+ const canonical = canonicalId(id);
1797
+ const existing = tryGetProfile(canonical);
1798
+ if (existing) return existing;
1799
+ const provider = inferProviderFromId(canonical);
1800
+ if (!provider) return void 0;
1801
+ const donor = PROFILES_RAW.find((p) => p.provider === provider && p.status === "current") ?? PROFILES_RAW.find((p) => p.provider === provider);
1802
+ if (!donor) return void 0;
1803
+ const synth = {
1804
+ id: canonical,
1805
+ provider,
1806
+ bestEffort: true,
1807
+ status: "preview",
1808
+ maxContextTokens: 128e3,
1809
+ maxOutputTokens: 4096,
1810
+ maxTools: donor.maxTools,
1811
+ parallelToolCalls: false,
1812
+ structuredOutput: "none",
1813
+ systemPromptMode: donor.systemPromptMode,
1814
+ streaming: donor.streaming,
1815
+ cliffs: [],
1816
+ costInputPer1m: 0,
1817
+ costOutputPer1m: 0,
1818
+ lowering: donor.lowering,
1819
+ recovery: [],
1820
+ strengths: [],
1821
+ weaknesses: ["best-effort synthesized profile \u2014 no verified capability data"],
1822
+ notes: `Synthesized by onUnprofiledModel:'best-effort' (provider ${provider} inferred from id; wire mechanics borrowed from ${donor.id}). No cliffs, no measured knowledge, cost UNKNOWN (recorded as 0). Replace via registerProfiles() for real guards.`
1823
+ };
1824
+ CONSUMER_INDEX.set(canonical, synth);
1825
+ return synth;
1826
+ }
1681
1827
  function resolveModelAlias(id) {
1682
1828
  return canonicalId(id);
1683
1829
  }
@@ -1686,18 +1832,22 @@ var PROFILE_INDEX = new Map(
1686
1832
  );
1687
1833
  function getProfile(id) {
1688
1834
  const canonical = canonicalId(id);
1835
+ const fromConsumer = CONSUMER_INDEX.get(canonical);
1836
+ if (fromConsumer) return fromConsumer;
1689
1837
  const fromBrain = brainHook.getProfile?.(canonical);
1690
1838
  if (fromBrain) return fromBrain;
1691
1839
  const p = PROFILE_INDEX.get(canonical);
1692
1840
  if (!p) {
1693
1841
  const known = [...PROFILE_INDEX.keys(), ...Object.keys(ALIASES)].join(", ");
1694
- throw new Error(`Unknown model id: "${id}". Known: ${known}`);
1842
+ throw new Error(
1843
+ `Unknown model id: "${id}". Known: ${known}. For a model kgauto has not onboarded: registerProfiles([...]) supplies a full profile, or policy.onUnprofiledModel:'best-effort' compiles with guards skipped (alpha.87).`
1844
+ );
1695
1845
  }
1696
1846
  return p;
1697
1847
  }
1698
1848
  function tryGetProfile(id) {
1699
1849
  const canonical = canonicalId(id);
1700
- return brainHook.getProfile?.(canonical) ?? PROFILE_INDEX.get(canonical);
1850
+ return CONSUMER_INDEX.get(canonical) ?? brainHook.getProfile?.(canonical) ?? PROFILE_INDEX.get(canonical);
1701
1851
  }
1702
1852
  function allProfiles() {
1703
1853
  return PROFILES_RAW;
@@ -1714,6 +1864,10 @@ export {
1714
1864
  latencyTierOf,
1715
1865
  ALIASES,
1716
1866
  _setProfileBrainHook,
1867
+ registerProfiles,
1868
+ _testClearConsumerProfiles,
1869
+ inferProviderFromId,
1870
+ bestEffortProfile,
1717
1871
  resolveModelAlias,
1718
1872
  getProfile,
1719
1873
  tryGetProfile,
@@ -1,6 +1,6 @@
1
- import { G as GlassboxEvent } from '../types-BiV-qN_x.mjs';
2
- export { A as AdvisoryFiredData, C as CompileDoneData, a as CompileStartData, E as ExecuteAttemptData, b as ExecuteSuccessData, F as FallbackWalkedData, c as GLASSBOX_STREAM_TTL_MS, d as GlassboxEventKind, e as GlassboxPubSub } from '../types-BiV-qN_x.mjs';
3
- import '../ir-5TJLAYKR.mjs';
1
+ import { G as GlassboxEvent } from '../types-7sF3adLO.mjs';
2
+ export { A as AdvisoryFiredData, C as CompileDoneData, a as CompileStartData, E as ExecuteAttemptData, b as ExecuteSuccessData, F as FallbackWalkedData, c as GLASSBOX_STREAM_TTL_MS, d as GlassboxEventKind, e as GlassboxPubSub } from '../types-7sF3adLO.mjs';
3
+ import '../ir-P3NEU8z4.mjs';
4
4
  import '../dialect.mjs';
5
5
 
6
6
  /**
@@ -1,6 +1,6 @@
1
- import { G as GlassboxEvent } from '../types-C2H37XLR.js';
2
- export { A as AdvisoryFiredData, C as CompileDoneData, a as CompileStartData, E as ExecuteAttemptData, b as ExecuteSuccessData, F as FallbackWalkedData, c as GLASSBOX_STREAM_TTL_MS, d as GlassboxEventKind, e as GlassboxPubSub } from '../types-C2H37XLR.js';
3
- import '../ir-C1zmvAh6.js';
1
+ import { G as GlassboxEvent } from '../types-B_MjEB0h.js';
2
+ export { A as AdvisoryFiredData, C as CompileDoneData, a as CompileStartData, E as ExecuteAttemptData, b as ExecuteSuccessData, F as FallbackWalkedData, c as GLASSBOX_STREAM_TTL_MS, d as GlassboxEventKind, e as GlassboxPubSub } from '../types-B_MjEB0h.js';
3
+ import '../ir-ZgN2KkuF.js';
4
4
  import '../dialect.js';
5
5
 
6
6
  /**
@@ -1,5 +1,5 @@
1
- import { T as TraceHealth } from '../types-BcYPDXgJ.mjs';
2
- import '../ir-5TJLAYKR.mjs';
1
+ import { T as TraceHealth } from '../types-CK0zUlVE.mjs';
2
+ import '../ir-P3NEU8z4.mjs';
3
3
  import '../dialect.mjs';
4
4
 
5
5
  /**
@@ -1,5 +1,5 @@
1
- import { T as TraceHealth } from '../types-8Goj1cKf.js';
2
- import '../ir-C1zmvAh6.js';
1
+ import { T as TraceHealth } from '../types-BgfuVIVI.js';
2
+ import '../ir-ZgN2KkuF.js';
3
3
  import '../dialect.js';
4
4
 
5
5
  /**
@@ -1,7 +1,7 @@
1
- import { G as GlassboxEvent } from '../types-BiV-qN_x.mjs';
2
- import { a as TraceDetail, b as TraceSummary, c as TraceCounterfactual } from '../types-BcYPDXgJ.mjs';
3
- export { A as AdvisoryRecord, T as TraceHealth, d as TraceSectionRewrite } from '../types-BcYPDXgJ.mjs';
4
- import '../ir-5TJLAYKR.mjs';
1
+ import { G as GlassboxEvent } from '../types-7sF3adLO.mjs';
2
+ import { a as TraceDetail, b as TraceSummary, c as TraceCounterfactual } from '../types-CK0zUlVE.mjs';
3
+ export { A as AdvisoryRecord, T as TraceHealth, d as TraceSectionRewrite } from '../types-CK0zUlVE.mjs';
4
+ import '../ir-P3NEU8z4.mjs';
5
5
  import '../dialect.mjs';
6
6
 
7
7
  /**
@@ -1,7 +1,7 @@
1
- import { G as GlassboxEvent } from '../types-C2H37XLR.js';
2
- import { a as TraceDetail, b as TraceSummary, c as TraceCounterfactual } from '../types-8Goj1cKf.js';
3
- export { A as AdvisoryRecord, T as TraceHealth, d as TraceSectionRewrite } from '../types-8Goj1cKf.js';
4
- import '../ir-C1zmvAh6.js';
1
+ import { G as GlassboxEvent } from '../types-B_MjEB0h.js';
2
+ import { a as TraceDetail, b as TraceSummary, c as TraceCounterfactual } from '../types-BgfuVIVI.js';
3
+ export { A as AdvisoryRecord, T as TraceHealth, d as TraceSectionRewrite } from '../types-BgfuVIVI.js';
4
+ import '../ir-ZgN2KkuF.js';
5
5
  import '../dialect.js';
6
6
 
7
7
  /**