Context
The operator verified that resources/content/sandman_handoff.md must keep the Dream Pipeline / Golden Path handoff format focused on capability-gap categories and the strategic interpretation. The ## KB Multi-Tenant Health Markdown table added by #11639 / PR #11708 does not belong in that operator-facing handoff surface.
The Problem
The table interrupts the Sandman handoff with low-level KB telemetry and hides the expected shape operators and agents look for: Guide Disconnects, Example Disconnects, Orphaned Concepts, Concept Reverification Queue, Active PR Cycle State when applicable, Golden Path recommendations, and Strategic Interpretation.
The Architectural Reality
GoldenPathSynthesizer.synthesizeGoldenPath() is the single writer for resources/content/sandman_handoff.md. It currently imports and appends renderKbMultiTenantHealthSection() from KbTenantHealthHelper.mjs, which creates the table. The KB helper can remain available for KB observability tests or a future correct surface; the Sandman handoff should stop composing it.
The Fix
Remove the KB Multi-Tenant Health composition block from ai/services/graph/GoldenPathSynthesizer.mjs. Adjust tests so the Sandman handoff generation path asserts the KB table is absent.
Acceptance Criteria
Out of Scope
- Runtime config overlay migration.
- Strategic Interpretation provider repair.
- Latest Priority Backlog recursion.
- Removing the KB telemetry recorder itself.
Related
- Supersedes the Sandman-handoff surface portion of #11639 / PR #11708.
Origin Session ID: 6ca1b510-51c3-4fac-aa39-a0fd6941318c
Handoff Retrieval Hint: sandman_handoff KB Multi-Tenant Health table GoldenPathSynthesizer #11708 removal
Context
The operator verified that
resources/content/sandman_handoff.mdmust keep the Dream Pipeline / Golden Path handoff format focused on capability-gap categories and the strategic interpretation. The## KB Multi-Tenant HealthMarkdown table added by #11639 / PR #11708 does not belong in that operator-facing handoff surface.The Problem
The table interrupts the Sandman handoff with low-level KB telemetry and hides the expected shape operators and agents look for: Guide Disconnects, Example Disconnects, Orphaned Concepts, Concept Reverification Queue, Active PR Cycle State when applicable, Golden Path recommendations, and Strategic Interpretation.
The Architectural Reality
GoldenPathSynthesizer.synthesizeGoldenPath()is the single writer forresources/content/sandman_handoff.md. It currently imports and appendsrenderKbMultiTenantHealthSection()fromKbTenantHealthHelper.mjs, which creates the table. The KB helper can remain available for KB observability tests or a future correct surface; the Sandman handoff should stop composing it.The Fix
Remove the KB Multi-Tenant Health composition block from
ai/services/graph/GoldenPathSynthesizer.mjs. Adjust tests so the Sandman handoff generation path asserts the KB table is absent.Acceptance Criteria
GoldenPathSynthesizer.synthesizeGoldenPath()no longer imports or appendsrenderKbMultiTenantHealthSection().sandman_handoff.mdoutput no longer contains## KB Multi-Tenant Health.Out of Scope
Related
Origin Session ID: 6ca1b510-51c3-4fac-aa39-a0fd6941318c
Handoff Retrieval Hint:
sandman_handoff KB Multi-Tenant Health table GoldenPathSynthesizer #11708 removal