🔧 chore(playbook): align repo with latest workflow
lsp-server ci / build-and-test (push) Failing after 0s

sync playbook-managed rules and prompts.
migrate memory-bank to the new structure and move plans to docs/superpowers/plans.
keep product README files untouched.
This commit is contained in:
csh
2026-05-24 13:34:07 +08:00
parent 696920df73
commit 7838f3ec3d
27 changed files with 1063 additions and 901 deletions
+1 -2
View File
@@ -43,5 +43,4 @@
## 与开发规范的关系
- 本仓库内`docs/standards/playbook/docs/cpp/``docs/standards/playbook/docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/cpp/``docs/standards/playbook/docs/common/`
- 规范文档`docs/standards/playbook/docs/cpp/``docs/standards/playbook/docs/common/`
+10 -6
View File
@@ -4,14 +4,18 @@
建议约定:
- `.agents/tsl/`TSL 相关规则集(由 `sync_standards.*` 同步;适用于 `.tsl`/`.tsf`
- `.agents/cpp/`C++ 相关规则集(由 `sync_standards.*` 同步;适用于 C++23/Modules
- `.agents/python/` 等:其他语言的规则集(按需增加
- `.agents/cpp/`C++ 相关规则集(由 playbook 同步;适用于 C++23/Modules
- `.agents/tsl/`TSL 相关规则集(由 playbook 同步;适用于 `.tsl`/`.tsf`
- `.agents/markdown/`:Markdown 相关规则集(仅代码格式化
规则发生冲突时,建议以“更靠近代码的目录规则更具体”为准。
入口建议从:
- `.agents/tsl/index.md`TSL 规则集入口)
- `.agents/cpp/index.md`C++ 规则集入口)
- `docs/standards/playbook/docs/`(人类开发规范快照:`tsl/``cpp/``python/``common/`
- `.agents/cpp/index.md`
- `.agents/tsl/index.md`
- `.agents/markdown/index.md`
标准快照文档入口:
- docs/standards/playbook/docs
+1
View File
@@ -20,6 +20,7 @@
- 优先使用 Prettier(仓库已固定配置/脚本)
- 不引入新的 Markdown 格式化依赖
- `markdownlint` 如需启用,由目标项目自行增加;不属于本规则集默认部署内容
### 行内代码
+6 -5
View File
@@ -28,17 +28,18 @@
## 权威来源
- 语法手册`docs/standards/playbook/docs/tsl/syntax_book/index.md`
- 函数库`docs/standards/playbook/docs/tsl/syntax_book/function/`(按需检索,禁止整份加载)
- TSL 总入口`docs/standards/playbook/docs/tsl/index.md`
- 语法手册`docs/standards/playbook/docs/tsl/syntax/index.md`
- 金融业务入口:`docs/standards/playbook/docs/tsl/finance/index.md`
- 模块与集成入口:`docs/standards/playbook/docs/tsl/modules/index.md`
- 函数检索入口:`docs/standards/playbook/docs/tsl/reference/index.md`
- 代码风格:`docs/standards/playbook/docs/tsl/code_style.md`
- 命名规范:`docs/standards/playbook/docs/tsl/naming.md`
## Skills(按需加载)
- `$tsl-guide`
- `$commit-message`
## 与开发规范的关系
- 本仓库内`docs/standards/playbook/docs/tsl/``docs/standards/playbook/docs/common/`
- 目标项目 subtree`docs/standards/playbook/docs/tsl/``docs/standards/playbook/docs/common/`
- 规范文档`docs/standards/playbook/docs/tsl/``docs/standards/playbook/docs/common/`