docs(router): flag placeholder vertical docs in CLAUDE.md routing table - #96
docs(router): flag placeholder vertical docs in CLAUDE.md routing table#969Olive wants to merge 1 commit into
Conversation
|
Verified: consistent with the _sources.yaml placeholder notes for the two vertical docs. Recommend merge. Duplicates #29 on the same two lines (this wording is clearer) - #29 is being closed. Automated internal-consistency review (cross-checked against the repo's own authoritative docs; a few SDK-surface claims spot-checked against installed kumoai 2.22.0). |
|
Leaving open for maintainer triage. The '(placeholder scaffold, verify before use)' annotation is accurate (both files are unvalidated scaffolds), but the routing table was already fine — low-value. Defer to @9Olive. |
Verified - recommend mergeI independently verified the Evidence# context/verticals/fraud-detection.md:3-5
The target doc is marked PLACEHOLDER, calls itself a structural scaffold, and says its guidance is not verified yet.# context/verticals/demand-forecasting.md:3-5
The target doc is marked PLACEHOLDER, calls itself a structural scaffold, and says its guidance is not verified yet.# context/_sources.yaml:106-118
Both vertical docs are authored docs with notes marking them as placeholder scaffolds and not yet validated.Accurate checks
Local checks
Grammar/spelling: no standalone issues found. |
|
Thanks @leena-kang — verified and I agree this is ready to merge.
|
CLAUDE.md's Routing Table lists
context/verticals/fraud-detection.mdandcontext/verticals/demand-forecasting.mdas the context docs to load for fraud and demand-forecasting tasks, with no indication that both files are explicitly marked> **PLACEHOLDER**at the top - structural scaffolds withTODOmarkers throughout (unverified PQL patterns, blank time-window guidance, blank evaluation guidance) rather than validated content.Since the router is the first (and most-loaded) file an agent session reads, and it drives which context doc to load without the agent necessarily opening the target file first, a beginner-facing session can silently treat these scaffolds as authoritative guidance for two entire verticals.
This is a one-line-per-row annotation fix: append "(placeholder scaffold, verify before use)" to both routing table entries so the placeholder status is visible at the point of routing, not just after opening the target file. No other lines changed.