Commit Graph
19 Commits
Author SHA1 Message Date
csh a5c1b2c67b 🔧 build(lsp-server): 构建产物迁出 OneDrive 至 /var/tmp
lsp-server ci / build-and-test (push) Failing after 1s
将默认构建目录从项目内 lsp-server/build/clang-linux 改为跨机器
固定绝对路径 /var/tmp/tsl-devkit,避免 OneDrive 同步构建产物。

- .clangd: CompilationDatabase 指向新路径
- conanfile.txt: Linux/交叉编译命令统一到 /var/tmp,补齐 cross 段 /Release
- AGENT_RULES.local.md: 更新构建/验证目录,补充 Windows 交叉编译段
- tech-context.md: 更新运行测试目录
2026-07-14 21:54:05 +08:00
csh 9369b652f8 📝 docs(progress): finish LSP core lifecycle plan 2026-07-14 12:28:46 +08:00
csh 5edd4b3637 📝 docs(plan): implement strict LSP core lifecycle 2026-07-13 20:48:14 +08:00
csh b7dc52e895 📝 docs(spec): design strict LSP core lifecycle 2026-07-13 20:21:40 +08:00
csh 2f1cc4b640 📝 docs(progress): finish async executor cancellation plan 2026-07-13 16:06:36 +08:00
csh edea37202d 📝 docs(plan): implement async executor cancellation 2026-07-12 20:17:33 +08:00
csh 627613f586 📝 docs(spec): design async executor cancellation 2026-07-12 19:48:10 +08:00
csh a042bf2efc 📝 docs(progress): finish UTF-16 coordinate plan 2026-07-12 12:34:44 +08:00
csh 16986281a7 📝 docs(plan): implement UTF-16 text coordinate conversion 2026-07-12 09:31:49 +08:00
csh 5e84eb428e 📝 docs(spec): design UTF-16 text coordinate conversion 2026-07-12 09:23:54 +08:00
csh 80fca5d11c 📝 docs(progress): finish args parser plan 2026-07-11 22:01:54 +08:00
csh 9416d44d3d 📝 docs(plan): implement args parser startup errors 2026-07-11 14:23:42 +08:00
csh f37cfbd92b 📝 docs(spec): design args parser startup errors 2026-07-11 14:07:04 +08:00
csh f4f629c232 📦 deps(lsp_server): update conan dependencies
lsp-server ci / build-and-test (push) Failing after 0s
2026-05-27 09:54:39 +08:00
csh 7838f3ec3d 🔧 chore(playbook): align repo with latest workflow
lsp-server ci / build-and-test (push) Failing after 0s
sync playbook-managed rules and prompts.
migrate memory-bank to the new structure and move plans to docs/superpowers/plans.
keep product README files untouched.
2026-05-24 13:34:07 +08:00
csh a9958f36fe 🔧 chore(repo): refresh local rules and ast defaults
add repository-local agent rules and refresh the architecture notes
for the current lsp layering.

register the AST self-test in CTest, initialize a few AST defaults,
and bump glaze to the newer conan package version.

verify: `cmake --build lsp-server/build/clang-linux/Release --target test_ast`
verify: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_unit --output-on-failure` passes
known issue: `ctest --test-dir lsp-server/build/clang-linux/Release -R test_ast_script --output-on-failure` still fails on `/home/csh/windows_share/tsf/funcext/Common/Tree/TTree.tsf` due to invalid TSF syntax (`FConfig &= v` missing trailing `;`).
2026-03-06 13:03:00 +08:00
csh 149a41588c 📝 docs(memory-bank): update architecture
lsp-server ci / build-and-test (push) Failing after 22s
2026-02-03 13:47:23 +08:00
csh fe4183314e 📝 docs(memory-bank): sync templates
lsp-server ci / build-and-test (push) Failing after 21s
2026-02-02 17:21:21 +08:00
csh 01caaf8062 📦 deps(playbook): sync rules, prompts, memory-bank 2026-02-02 13:02:42 +08:00