Kick off step438 via MCP and add legacy detector scaffold

This commit is contained in:
Bill
2026-02-16 18:22:39 -07:00
parent 84331f7e0b
commit 2e7bf0e3d5
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#pragma once
// Step 438 (MCP probe): Legacy idiom detector scaffold.
struct LegacyIdiomFinding {
const char* pattern;
int score;
};