Merge commit '3d83740f88b6aaba6962256be517656496b83f25' into lsp-server

This commit is contained in:
csh
2026-05-24 13:04:22 +08:00
292 changed files with 30774 additions and 218828 deletions
@@ -43,5 +43,4 @@
## 与开发规范的关系
- 本仓库内`docs/cpp/``docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/cpp/``docs/standards/playbook/docs/common/`
- 规范文档`docs/cpp/``docs/common/`
+1 -1
View File
@@ -6,7 +6,7 @@
> - **AI 读取**:目标项目根目录的 `.agents/`,而非此处
> - **使用流程**
>
> ```
> ```text
> playbook/rulesets/tsl/ → [sync] → your-project/.agents/tsl/ ← AI 代理读取
> (模板源) (实际使用)
> ```
@@ -20,6 +20,7 @@
- 优先使用 Prettier(仓库已固定配置/脚本)
- 不引入新的 Markdown 格式化依赖
- `markdownlint` 如需启用,由目标项目自行增加;不属于本规则集默认部署内容
### 行内代码
@@ -41,5 +41,4 @@
## 与开发规范的关系
- 本仓库内`docs/python/``docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/python/``docs/standards/playbook/docs/common/`
- 规范文档`docs/python/``docs/common/`
@@ -28,17 +28,18 @@
## 权威来源
- 语法手册`docs/tsl/syntax_book/index.md`
- 函数库`docs/tsl/syntax_book/function/`(按需检索,禁止整份加载)
- TSL 总入口`docs/tsl/index.md`
- 语法手册`docs/tsl/syntax/index.md`
- 金融业务入口:`docs/tsl/finance/index.md`
- 模块与集成入口:`docs/tsl/modules/index.md`
- 函数检索入口:`docs/tsl/reference/index.md`
- 代码风格:`docs/tsl/code_style.md`
- 命名规范:`docs/tsl/naming.md`
## Skills(按需加载)
- `$tsl-guide`
- `$commit-message`
## 与开发规范的关系
- 本仓库内`docs/tsl/``docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/tsl/``docs/standards/playbook/docs/common/`
- 规范文档`docs/tsl/``docs/common/`
@@ -44,5 +44,4 @@
## 与开发规范的关系
- 本仓库内`docs/typescript/``docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/typescript/``docs/standards/playbook/docs/common/`
- 规范文档`docs/typescript/``docs/common/`