docs: promote philosophy to top-level section

This commit is contained in:
tukuaiai
2026-05-02 23:56:06 +08:00
parent 045b43ce71
commit 7f88581e17
12 changed files with 15 additions and 4 deletions
+1
View File
@@ -145,6 +145,7 @@ git push origin develop
│ ├── README.md # docs 总索引
│ ├── getting-started/ # 从零开始、学习地图、环境与 AI CLI 配置
│ ├── concepts/ # 核心概念、方法论与底层模型
│ ├── philosophy/ # 哲学方法论与底层认知模型
│ └── references/ # 清单、约束、常见坑、模板
├── prompts/ # 提示词库入口(指向云端表格)
+3 -2
View File
@@ -32,7 +32,7 @@
<a href="./docs/getting-started/README.md"><img src="https://img.shields.io/badge/🚀_从零开始-完整入门-red?style=for-the-badge" alt="从零开始完整入门"></a>
<a href="./docs/concepts/问题求解能力.md"><img src="https://img.shields.io/badge/🧩_问题求解-必读-purple?style=for-the-badge" alt="问题求解能力"></a>
<a href="./docs/concepts/思维模型.md"><img src="https://img.shields.io/badge/🧭_思维模型-认知工具-purple?style=for-the-badge" alt="思维模型"></a>
<a href="./docs/concepts/philosophy/README.md"><img src="https://img.shields.io/badge/🔮_哲学方法论-底层协议-purple?style=for-the-badge" alt="哲学与方法论"></a>
<a href="./docs/philosophy/README.md"><img src="https://img.shields.io/badge/🔮_哲学方法论-底层协议-purple?style=for-the-badge" alt="哲学与方法论"></a>
<a href="./docs/references/AI编程质量门禁与常见坑.md"><img src="https://img.shields.io/badge/🛡️_质量门禁-避坑指南-darkred?style=for-the-badge" alt="AI 编程质量门禁与常见坑"></a>
<a href="./docs/concepts/语言层要素.md"><img src="https://img.shields.io/badge/📊_语言层要素-12层框架-gold?style=for-the-badge" alt="语言层要素"></a>
<a href="./skills/"><img src="https://img.shields.io/badge/⚡_Skills-技能大全-forestgreen?style=for-the-badge" alt="skills技能大全"></a>
@@ -295,7 +295,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt
**核心理念**:哲学不是空谈,是可落地的工程方法。
👉 [深入了解哲学方法论工具箱](docs/concepts/philosophy/README.md)
👉 [深入了解哲学方法论工具箱](docs/philosophy/README.md)
</details>
@@ -445,6 +445,7 @@ pip install -r tools/prompts-library/scripts/requirements.txt
├── docs/ # 核心知识库
│ ├── getting-started/ # 从零开始、学习地图、环境与 AI CLI 配置
│ ├── concepts/ # 核心概念、方法论与底层模型
│ ├── philosophy/ # 哲学方法论与底层认知模型
│ └── references/ # 清单、约束、常见坑与模板
├── prompts/ # 提示词库入口(指向云端表格)
├── skills/ # 技能库入口
+2
View File
@@ -11,6 +11,7 @@ docs/
├── README.md # 知识库总索引
├── getting-started/ # 从零开始、学习地图、环境与 AI CLI 配置
├── concepts/ # 核心概念、方法论与底层模型
├── philosophy/ # 哲学方法论与底层认知模型
└── references/ # 清单、约束、常见坑、模板
```
@@ -19,6 +20,7 @@ docs/
- `README.md`:知识库总索引。
- `getting-started/README.md`:从零开始完整入门,包含学习地图、Vibe Coding 经验、网络配置、CLI 配置与开发环境搭建。
- `concepts/拼好码.md`:复用优先、能力编排、边界治理与工程门禁。
- `philosophy/README.md`:哲学方法论工具箱入口。
## 操作规范
+2
View File
@@ -8,6 +8,7 @@
|:---|:---|
| [getting-started](./getting-started/) | 从零开始、学习地图、环境配置与默认 AI CLI 路线 |
| [concepts](./concepts/) | Vibe Coding、拼好码、问题求解、语言层、工程范式等核心概念 |
| [philosophy](./philosophy/) | 哲学方法论与底层认知模型 |
| [references](./references/) | 清单、模板、强约束与常见坑 |
## 推荐入口
@@ -17,3 +18,4 @@
3. [思维模型](./concepts/思维模型.md)
4. [拼好码](./concepts/拼好码.md)
5. [AI 编程质量门禁与常见坑](./references/AI编程质量门禁与常见坑.md)
6. [哲学方法论](./philosophy/README.md)
+1 -1
View File
@@ -144,7 +144,7 @@
### 对象-状态-变换模型
来源:[理解世界、描述变化、整理知识的一套较小框架](./philosophy/理解世界、描述变化、整理知识的一套较小框架.md)
来源:[理解世界、描述变化、整理知识的一套较小框架](../philosophy/理解世界、描述变化、整理知识的一套较小框架.md)
这个模型把复杂对象放进一条动态认知链:
+3 -1
View File
@@ -4,7 +4,9 @@ redirects:
- from: docs/principles/fundamentals/
to: docs/concepts/ 或 docs/references/
- from: docs/principles/philosophy/
to: docs/concepts/philosophy/
to: docs/philosophy/
- from: docs/concepts/philosophy/
to: docs/philosophy/
- from: docs/guides/playbook/
to: docs/README.md
- from: docs/playbooks/
+3
View File
@@ -5,6 +5,9 @@ sections:
concepts:
path: docs/concepts
purpose: 核心概念、方法论、问题求解与工程思想
philosophy:
path: docs/philosophy
purpose: 哲学方法论与底层认知模型
references:
path: docs/references
purpose: 清单、模板、强约束与常见坑