feat(playbook): support multi-language standards layout

This commit is contained in:
csh
2025-12-13 19:15:55 +08:00
parent 5311f33802
commit 88f0842134
13 changed files with 396 additions and 171 deletions
+13
View File
@@ -0,0 +1,13 @@
# 文档导航(Docs Index
本仓库文档按“跨语言共识 / 语言专属”分层组织,便于在多语言项目中扩展与复用。
## 跨语言(common
- 提交信息与版本号:`common/commit_message.md`
## TSLtsl
- 代码风格:`tsl/code_style.md`
- 命名规范:`tsl/naming.md`
@@ -1,4 +1,4 @@
# 代码风格(Code Style
# TSL 代码风格(Code Style
本章节规定 TSL 代码的结构与格式约定。
+1 -1
View File
@@ -1,4 +1,4 @@
# 命名规范(Naming
# TSL 命名规范(Naming
本仓库命名规则与 Google C++ Style Guide 对齐:通过名字的“形状”快速判断实体类型(类型/函数/变量/常量等),减少阅读成本。