Session infrastructure: OpenRouter + tree-split reducer + observer→LLM Team + scrum_applier #11
@ -842,6 +842,11 @@ Respond with markdown. Be specific, not generic. Cite file-region + PRD-chunk-of
|
||||
"const", "static", "impl", "trait", "struct", "enum", "use",
|
||||
"mod", "crate", "super", "match", "return", "Some", "None",
|
||||
"Ok", "Err", "true", "false",
|
||||
// Markdown table column headers kimi outputs for structured
|
||||
// reviews — "Flag" / "Change" / "Confidence" are layout words,
|
||||
// not identifiers. Seen as noise in iter 11 vectord extraction
|
||||
// ("DeadCode:Flag" pattern_key).
|
||||
"Flag", "Change", "Confidence", "PRD", "Plan",
|
||||
]);
|
||||
const filtered = codeTokens.filter(t => !FLAG_SET.has(t) && !KEYWORDS.has(t));
|
||||
if (filtered.length === 0) continue;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user