🐛 fix(playbook): publish hidden ci test fixes

Unhide the tracked docs and test updates that were left under assume-unchanged, remove the shipped tsl-guide skill, and align the deploy_root-related test coverage with the current external-clone rules.
This commit is contained in:
csh
2026-04-23 14:02:42 +08:00
parent 3f6775429c
commit 956da11348
13 changed files with 26 additions and 1028 deletions
+5 -6
View File
@@ -9,15 +9,14 @@
## TSLtsl/tsf
- TSL 源文件后缀同时包含:`.tsl`(脚本)与 `.tsf`(模块/库代码)。
- TSL 总入口(先判断主问题属于哪一层):`tsl/index.md`
- 代码风格:`tsl/code_style.md`
- 命名规范:`tsl/naming.md`
- 语法手册(TSL 语法;函数库按需检索 `tsl/syntax_book/function/`):`tsl/syntax_book/index.md`
- 语法手册(只处理“语言怎么写”):`tsl/syntax/index.md`
- 金融业务入口(指标、选股、回测与策略流程):`tsl/finance/index.md`
- 模块与集成入口(pyTSL、微信消息、Python 互操作、回测框架):`tsl/modules/index.md`
- 函数检索入口(模块目录位于 `tsl/reference/catalog/`):`tsl/reference/index.md`
- 工具链与验证命令(模板):`tsl/toolchain.md`
- TSL 模块化文档:
- 微信消息接口说明:`tsl/modules/wechat_message.md`
- 回测框架 TSBackTesting`tsl/modules/tsbacktesting.md`
- 天软与 Python 交互:`tsl/modules/tsl_python_interop.md`
- pyTSL 接口说明:`tsl/modules/pytsl_api.md`
## C++cpp