Description
Found during the 2026-08-14 tracker migration audit.
internal/source/langsmith/langsmith.go:51 and :74 both carry a WIRING TODO, claiming the LangSmith-specific knobs are defaulted in-package and not yet exposed via root config:
- line 51:
// LangSmith-specific (defaults applied below; coordinator exposes these via root config โ WIRING TODO). - line 74:
// ... LangSmith-specific knobs are defaulted here (WIRING TODO: docs/superpowers/specs/langsmith-poc.md).
They are wired. stats_window, session_filter, max_sessions and the rest all resolve from each loops settingsblock โ verified indeploy/helm/values.yaml, deploy/ecs/terraform/config.example.yamlandtest/eks/values-eks.yaml. Line 74 also points at docs/superpowers/specs/langsmith-poc.md`, which is gitignored scratch โ a public source file citing a path that does not exist in any clone.
Small, but it is the same doc-vs-code drift class that dominates the closed issue set (#135, #131, #118, #100), and a stale TODO invites someone to do work that is already done.
Acceptance Criteria
- #1 Both WIRING TODO comments are corrected to describe what the code actually does
- #2 No public source file references a path under gitignored docs/superpowers/
- #3 make gate green
Definition of Done
- #1 make gate
- #2 go test -tags acceptance ./internal/app/ (only if a ยง9 acceptance seam changed)