- Add a comprehensive ST knowledge base document: - openclaw/memory/srs-coroutines.md - Add ST-focused developer skill: - openclaw/skills/st-develop/SKILL.md - openclaw/skills/st-develop/scripts/verify.sh - Add KB workflow skills that support ST documentation quality and learning: - openclaw/skills/kb-review/SKILL.md - openclaw/skills/srs-learn/SKILL.md - Update openclaw/skills/srs-support/SKILL.md to use dynamic SRS_ROOT path resolution, improving portability for KB/source loading. --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
73 lines
2.0 KiB
JSON
73 lines
2.0 KiB
JSON
{
|
|
"cmake.sourceDirectory": "${workspaceFolder}/cmake",
|
|
"cmake.buildDirectory": "${workspaceFolder}/cmake/build",
|
|
"cmake.configureOnOpen": false,
|
|
"cmake.ctest.testExplorerIntegrationEnabled": false,
|
|
"testMate.cpp.test.advancedExecutables": [
|
|
"{build,Build,BUILD,out,Out,OUT}/**/*{test,Test,TEST}*",
|
|
"${workspaceFolder}/cmake/build/**/*{utest,test,Test,TEST}*"
|
|
],
|
|
"files.associations": {
|
|
"vector": "cpp",
|
|
"__hash_table": "cpp",
|
|
"__split_buffer": "cpp",
|
|
"__tree": "cpp",
|
|
"array": "cpp",
|
|
"bitset": "cpp",
|
|
"deque": "cpp",
|
|
"initializer_list": "cpp",
|
|
"list": "cpp",
|
|
"map": "cpp",
|
|
"queue": "cpp",
|
|
"set": "cpp",
|
|
"stack": "cpp",
|
|
"string": "cpp",
|
|
"string_view": "cpp",
|
|
"unordered_map": "cpp",
|
|
"__bit_reference": "cpp",
|
|
"__locale": "cpp",
|
|
"__node_handle": "cpp",
|
|
"__verbose_abort": "cpp",
|
|
"any": "cpp",
|
|
"cctype": "cpp",
|
|
"charconv": "cpp",
|
|
"clocale": "cpp",
|
|
"cmath": "cpp",
|
|
"complex": "cpp",
|
|
"condition_variable": "cpp",
|
|
"csignal": "cpp",
|
|
"cstdarg": "cpp",
|
|
"cstdint": "cpp",
|
|
"cstdio": "cpp",
|
|
"cstdlib": "cpp",
|
|
"cstring": "cpp",
|
|
"ctime": "cpp",
|
|
"cwchar": "cpp",
|
|
"cwctype": "cpp",
|
|
"execution": "cpp",
|
|
"memory": "cpp",
|
|
"forward_list": "cpp",
|
|
"fstream": "cpp",
|
|
"iomanip": "cpp",
|
|
"ios": "cpp",
|
|
"iosfwd": "cpp",
|
|
"iostream": "cpp",
|
|
"istream": "cpp",
|
|
"limits": "cpp",
|
|
"locale": "cpp",
|
|
"mutex": "cpp",
|
|
"new": "cpp",
|
|
"optional": "cpp",
|
|
"print": "cpp",
|
|
"ratio": "cpp",
|
|
"sstream": "cpp",
|
|
"stdexcept": "cpp",
|
|
"streambuf": "cpp",
|
|
"typeinfo": "cpp",
|
|
"variant": "cpp",
|
|
"algorithm": "cpp",
|
|
"span": "cpp",
|
|
"unordered_set": "cpp"
|
|
}
|
|
}
|