This commit is contained in:
2026-06-03 14:09:58 +08:00
parent ddd9d43f9d
commit 2b456dbb07
46 changed files with 7145 additions and 1422 deletions

9
tools/README.md Normal file
View File

@@ -0,0 +1,9 @@
# tools — 本地工具目录(预留)
存放与本项目相关、但不属于主源码模块的本地辅助工具(如一次性脚本、调试器、客户端样例、性能测试器等)。当前为空。
约定:
- 放进来的工具应自带说明(脚本头注释或子目录 README不要依赖本目录之外的隐式状态。
- 若某工具成长为长期组成部分,考虑迁入 `src/` 作为正式包,或独立成模块。
- 跨语言客户端样例可放在此处(如 `tools/py-client/`),契约从 `proto/` 生成,见 `proto/README.md`