📦 deps(tsl): sync tsl-playbook from bb8bc6df

Source-Commit: bb8bc6dff9
This commit is contained in:
ci[bot]
2026-07-13 07:46:26 +00:00
parent 6d2dfc1b9a
commit c4d1efe02c
4 changed files with 4 additions and 19 deletions
-4
View File
@@ -8,9 +8,5 @@
| 任务信号 | 入口 | 阻断条件 |
| ---------------------------------------------------------- | -------------------------------------------------------------------------- | ---------------------------------- |
| 要生成或编写 TSL 代码、先定文件模型与起手骨架 | [tsl-syntax-reference Skill](../../skills/tsl-syntax-reference/SKILL.md) | 不写代码,只查语法、函数或命名事实 |
| 查语法写法、语言规则、排查语法错误 | [tsl-syntax-reference Skill](../../skills/tsl-syntax-reference/SKILL.md) | 要找的是函数,不是语法 |
| 取金融数据:行情、财务、板块、选股 | 使用 [tsl-api-reference Skill](../../skills/tsl-api-reference/SKILL.md) | 不是取数,是语法或语言规则 |
| 查 API/函数的名字、参数、返回值 | 使用 [tsl-api-reference Skill](../../skills/tsl-api-reference/SKILL.md) | 要查的是语法,不是 API 事实 |
| 命名与代码风格:变量、函数、类型、文件取名,注释与代码组织 | 取名看 [naming.md](naming.md);注释与组织看 [code_style.md](code_style.md) | 要查的是语法或函数事实 |
| 具体模块能力:Python 调 TSL、策略回测、微信通知/告警 | [modules/index.md](modules/index.md) | 只是纯语法或普通取数 |