From 1b235161eceb9f7ba5e96f129a44a1a1e9c71e27 Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Tue, 16 Dec 2025 21:21:26 +0800 Subject: [PATCH] docs(readme): Update file structure overview Updated the file structure overview in the main README to reflect the new categorized subdirectories within the 'documents' folder. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3a8de54..84cfb2d 100644 --- a/README.md +++ b/README.md @@ -218,9 +218,9 @@ ├── CLAUDE.md # AI 助手的核心行为准则或配置。 │ ├── documents/ # 存放各类说明文档、经验总结和配置详细说明。 -│ ├── auggie-mcp配置文档.md # Augment 上下文引擎配置文档。 -│ ├── 代码组织.md # 代码组织与结构相关文档。 -│ ├── ... (其他文档) +│ ├── Methodology and Principles/ # 方法论与原则 +│ ├── Templates and Resources/ # 模板与资源 +│ └── Tutorials and Guides/ # 教程与指南 │ ├── libs/ # 通用库代码,用于项目内部模块化。 │ ├── common/ # 通用功能模块。