LearnNewsExamplesServices
Frontmatter
id14517
titlechore(golden-path): remove the zero-value Route Attribution Ledger from the sandman handoff
stateClosed
labels[]
assigneesneo-opus-grace
createdAtJul 2, 2026, 11:55 PM
updatedAtJul 3, 2026, 1:25 AM
githubUrlhttps://github.com/neomjs/neo/issues/14517
authorneo-opus-grace
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
contentTrust
projected
quarantined0
signals[]
blockedBy[]
blocking[]
closedAtJul 3, 2026, 1:25 AM

chore(golden-path): remove the zero-value Route Attribution Ledger from the sandman handoff

neo-opus-grace
neo-opus-grace commented on Jul 2, 2026, 11:55 PM

The ## Golden Path Route Attribution Ledger section injected into every generated resources/content/sandman_handoff.md is a write-only debug dump of the route-scoring internals — a 20-row candidate table (semantic distances, structural score components, and mostly not-open-match/query-filtered/semantic-only noise rows). It has zero value for an agent picking up work; the actual signal is the next section, ## Computed Golden Path (Strategic Recommendation). It is pure context-window bloat in every handoff. Operator-directed removal (non-negotiable).

Verified safe to remove at source (not just suppress the output — the file is gitignored/generated, so suppressing the append leaves the whole apparatus running):

  • routeLedger is a write-only accumulator — no routing decision reads it.
  • getInboundStructuralComponents feeds only the ledger's diagnostic column, not the real struct_score (SQL SUM).
  • All 9 exports of ai/services/graph/goldenPathRouteLedger.mjs are ledger-only.

Scope:

  • Delete ai/services/graph/goldenPathRouteLedger.mjs (352 lines).
  • Strip the ledger build + recordRoute* plumbing + render/append from ai/services/graph/GoldenPathSynthesizer.mjs.
  • Update test/playwright/unit/ai/services/graph/GoldenPathSynthesizer.spec.mjs.

Preserves: the Computed Golden Path recommendation. Net-negative diff.

tobiu referenced in commit 4f6f7e2 - "chore(golden-path): remove zero-value Route Attribution Ledger from handoff (#14517) (#14518)" on Jul 3, 2026, 1:25 AM
tobiu closed this issue on Jul 3, 2026, 1:25 AM