@neat.is/core 0.9.13 → 0.9.15-dev.20260902

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/cli.js CHANGED
@@ -3,11 +3,12 @@ import {
3
3
  clearDaemonRecord,
4
4
  portFromListenAddress,
5
5
  readDaemonRecord,
6
+ reconcileFrontierSurfaces,
6
7
  resolveHost,
7
8
  resolveNeatVersion,
8
9
  startK8sSubstratePolling,
9
10
  writeDaemonRecord
10
- } from "./chunk-BKSM2YLV.js";
11
+ } from "./chunk-NV4WWJSU.js";
11
12
  import {
12
13
  buildSearchIndex
13
14
  } from "./chunk-BC53SCT7.js";
@@ -76,7 +77,7 @@ import {
76
77
  startStalenessLoop,
77
78
  upsertConnectorEntry,
78
79
  validateConnectorEntry
79
- } from "./chunk-RL6H3VVD.js";
80
+ } from "./chunk-SSLPBQWY.js";
80
81
  import {
81
82
  startOtelGrpcReceiver
82
83
  } from "./chunk-ERE47MCR.js";
@@ -483,7 +484,10 @@ async function startWatch(graph, opts) {
483
484
  const stopStaleness = startStalenessLoop(graph, {
484
485
  staleEventsPath: opts.staleEventsPath,
485
486
  project: projectName,
486
- onPolicyTrigger
487
+ onPolicyTrigger,
488
+ // Graduate FRONTIER surfaces whose twin arrived + stage surfaces for current
489
+ // hangs (ADR-226), each post-ingest tick.
490
+ onReconcile: (g) => reconcileFrontierSurfaces(g, opts.errorsPath)
487
491
  });
488
492
  const stopConnectors = await startConnectorPolling({
489
493
  project: projectName,