Update progress.md: document post-sprint SchemaToCpp warning cleanup

This commit is contained in:
Bill
2026-02-18 18:15:25 -07:00
parent 9c0c6bda2f
commit e683a0ac01

View File

@@ -14144,3 +14144,16 @@ Recorded Sprint 45 integration metadata and verification status.
- `./editor/build-native/step688_test` - PASS (8/8)
- Sprint 45 matrix total: **52/52 passing**
- Tool count: **88 → 90**
## Post-Sprint Warning Cleanup
**Status:** PASS
Resolved remaining `whetstone_mcp` build warning:
`-Wchanges-meaning` for class-scope `json` alias imported via `SchemaToCppGenerator.h`.
**Fix applied:**
- Updated `editor/src/SchemaToCppGenerator.h` to remove `using json = nlohmann::json;`
and use `nlohmann::json` directly in the public API signature.
**Verification run:**
- `cmake --build editor/build-native --target whetstone_mcp` - PASS