Task · GOB-0012

Remove the stale WIRING TODO comments in the langsmith source

Status
To Do
Priority
medium
Labels
docs-drift, cleanup, good-first-task
Updated
2026-08-14

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:

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

Definition of Done

View the source file on GitHub