docs: move thinking docs to philosophy

This commit is contained in:
tukuaiai
2026-05-03 00:43:38 +08:00
parent 616920c8f3
commit d51e61587d
10 changed files with 22 additions and 10 deletions
+4 -2
View File
@@ -10,8 +10,8 @@
docs/
├── README.md # 知识库总索引
├── getting-started/ # 从零开始、学习地图、环境与 AI CLI 配置
├── concepts/ # 核心概念、方法论与底层模型
├── philosophy/ # 哲学方法论与底层认知模型
├── concepts/ # 核心概念、方法论与工程思想
├── philosophy/ # 哲学方法论、思维模型与底层认知模型
└── references/ # 清单、约束、常见坑、模板
```
@@ -21,6 +21,8 @@ docs/
- `getting-started/README.md`:从零开始完整入门,包含学习地图、Vibe Coding 经验、网络配置、CLI 配置与开发环境搭建。
- `concepts/拼好码.md`:复用优先、能力编排、边界治理与工程门禁。
- `philosophy/README.md`:哲学方法论工具箱入口。
- `philosophy/思维模型.md`:可复用认知工具入口。
- `philosophy/编程之道.md`:编程哲学与工程判断入口。
## 操作规范