From 713671152c71528e4dfec927622d9bdc842e4556 Mon Sep 17 00:00:00 2001 From: "ci[bot]" Date: Sat, 18 Jul 2026 00:09:45 +0000 Subject: [PATCH] :package: deps(tsl): sync tsl-playbook from 10ce779b Source-Commit: 10ce779b1bfaeb22de92092d45eacf7214fe0ba9 --- skills/tsl-syntax-reference/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skills/tsl-syntax-reference/SKILL.md b/skills/tsl-syntax-reference/SKILL.md index d4dc10a2..c8cbf442 100644 --- a/skills/tsl-syntax-reference/SKILL.md +++ b/skills/tsl-syntax-reference/SKILL.md @@ -29,7 +29,7 @@ python /scripts/lookup.py --query "数组下标" --mode explain `--query` 输出候选后,必须执行下面这种精确取回: ```bash -python /scripts/lookup.py --section "05_functions_and_calls--可直接照写示例--默认参数" +python /scripts/lookup.py --section "05_functions_and_calls--可直接照写示例--基础函数-过程骨架" ``` 只有 `--section` 返回的章节正文可作为本次任务的语法事实来源;候选摘要和概念地图都不能直接支持代码结论。需要补充时改进查询词再次检索,不得绕过 lookup 手工打开或挑选 `references/` 页面。