Kick off step438 via MCP and add legacy detector scaffold
This commit is contained in:
8
editor/src/LegacyIdiomDetector.h
Normal file
8
editor/src/LegacyIdiomDetector.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#pragma once
|
||||
|
||||
// Step 438 (MCP probe): Legacy idiom detector scaffold.
|
||||
|
||||
struct LegacyIdiomFinding {
|
||||
const char* pattern;
|
||||
int score;
|
||||
};
|
||||
Reference in New Issue
Block a user