Agent
Reviews a C++ file or diff for C++26 standard compliance. Two-pass: (1) regex anti-pattern check against tools/cpp26lint/patterns.yaml and (2) clang -std=c++2c -fsyntax-only compile check whose diagnostics are classified informationally as bug-vs-compiler-lag using mcpcpp26-refcompilerstatus. Returns a YAML report…
3 3mo ago A 107 tokens
original MIT