feat(skills): add tsl syntax reference skill

This commit is contained in:
csh
2026-07-13 09:16:51 +08:00
parent 1a9a1aeee9
commit ce1b92bbde
42 changed files with 562 additions and 461 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
- TSL 总入口(先判断主问题属于哪一层):`tsl/index.md`
- 代码风格:`tsl/code_style.md`
- 命名规范:`tsl/naming.md`
- 语法手册(只处理“语言怎么写”):`tsl/syntax/index.md`
- 语法手册(只处理“语言怎么写”):[tsl-syntax-reference Skill](../skills/tsl-syntax-reference/SKILL.md)
- 模块与集成入口(pyTSL、微信消息、回测框架):`tsl/modules/index.md`
- 金融函数事实:`tsl/reference/catalog/datawarehouse.md`
- 函数检索入口(模块目录位于 `tsl/reference/catalog/`):`tsl/reference/index.md`