- Project templates:
mcpp new <name> --template llmapi[:<tmpl>]— openai (default), chat, anthropic, deepseek (requires mcpp with namespaced-template fix, > 0.0.52) - Templates are import-std-safe (std::cerr/std::cout, no macros) and compile-gated in CI (tools/template_smoke.sh)
- mcpp-first README (en/zh/zh-hant); xmake usage moved to docs//xmake.md
- Workspace mcpp 0.0.13 → 0.0.53; mcpp.lock v2
Note: 0.2.7 is superseded — its default template did not compile under import std; 0.2.7 was never indexed.