2026-05-02 03:11:58 +08:00
|
|
|
# 知识库总索引
|
|
|
|
|
|
2026-05-05 00:47:53 +08:00
|
|
|
## 字多不看
|
|
|
|
|
|
|
|
|
|
- 新手先读 `getting-started/`,按网络环境、CLI 配置、开发环境和 Git 闭环推进。
|
|
|
|
|
- 想理解 Vibe Coding 的底层概念,读 `concepts/`。
|
2026-05-10 08:06:38 +08:00
|
|
|
- 想补思维模型、软件工程常识和方法论,读 `philosophy/`。
|
2026-05-05 00:47:53 +08:00
|
|
|
- 想查工程模板、质量门禁、技术栈和常见坑,读 `references/`。
|
|
|
|
|
- 想记录新技术、优秀 repo 或工程趋势,读 `research/`。
|
2026-05-05 06:03:48 +08:00
|
|
|
- 想按标准流程推进任务、提交和推送,读 `workflow/`。
|
2026-05-05 00:47:53 +08:00
|
|
|
|
|
|
|
|
## 快速导航
|
2026-05-02 03:11:58 +08:00
|
|
|
|
2026-05-03 03:35:57 +08:00
|
|
|
| 目录 | 定位 | 首选入口 |
|
|
|
|
|
|:---|:---|:---|
|
2026-05-04 01:25:22 +08:00
|
|
|
| [getting-started](./getting-started/) | 从零开始的线性入门教程 | [Vibe Coding 经验](./getting-started/README.md#vibe-coding-experience) / [学习地图](./getting-started/README.md#learning-map) |
|
2026-05-03 03:35:57 +08:00
|
|
|
| [concepts](./concepts/) | 核心概念、问题求解与工程思想 | [核心概念索引](./concepts/README.md) |
|
2026-05-03 20:25:27 +08:00
|
|
|
| [philosophy](./philosophy/) | 哲学方法论、思维模型与底层认知模型 | [哲学方法论工具箱](philosophy/README.md#philosophy-methodology-toolbox-怎么选) |
|
2026-05-03 04:01:26 +08:00
|
|
|
| [references](./references/) | 工程实践、技术栈、模板和检查清单 | [参考资料索引](./references/README.md#目录定位) |
|
2026-05-03 03:35:57 +08:00
|
|
|
| [research](./research/) | 新技术、优秀 repo 与工程范式研究 | [研究笔记索引](./research/README.md) |
|
2026-05-05 06:03:48 +08:00
|
|
|
| [workflow](./workflow/) | 开发流程、质量门禁和交付闭环 | [开发流程](./workflow/README.md#workflow-development-process) |
|
2026-05-02 03:11:58 +08:00
|
|
|
|
2026-05-03 21:27:01 +08:00
|
|
|
<details>
|
2026-05-03 21:36:30 +08:00
|
|
|
<summary><strong>完整细粒度目录(点击展开/收起)</strong></summary>
|
2026-05-03 21:27:01 +08:00
|
|
|
|
|
|
|
|
### 全部文档索引
|
2026-05-03 03:35:57 +08:00
|
|
|
|
|
|
|
|
### getting-started
|
|
|
|
|
|
2026-05-05 00:47:53 +08:00
|
|
|
- [README](./getting-started/README.md#快速导航) - 从零开始完整入门,包含学习地图、Vibe Coding 经验、网络配置、CLI 配置与开发环境搭建。
|
2026-05-04 01:25:22 +08:00
|
|
|
- [Vibe Coding 经验](./getting-started/README.md#vibe-coding-experience) - 通用语言能力、人机分工、机器门禁和入门铁律。
|
2026-05-03 03:35:57 +08:00
|
|
|
- [AGENTS](./getting-started/AGENTS.md) - 入门教程目录操作规则。
|
|
|
|
|
|
|
|
|
|
### concepts
|
|
|
|
|
|
|
|
|
|
- [README](./concepts/README.md) - 核心概念索引。
|
|
|
|
|
- [AGENTS](./concepts/AGENTS.md) - 核心概念目录操作规则。
|
2026-05-03 20:25:27 +08:00
|
|
|
- [问题求解](concepts/README.md#concept-problem-solving) - 用目标、现状、差距、标准、约束、对象和路径定义问题。
|
|
|
|
|
- [拼好码](concepts/README.md#concept-glue-coding) - 复用成熟能力,用胶水代码连接、编排、适配业务流程。
|
|
|
|
|
- [系统构建方法](concepts/README.md#concept-system-building) - 自顶向下、自底向上与分而治之的组合使用。
|
|
|
|
|
- [开发范式演进](concepts/README.md#concept-development-paradigms) - 软件工程组织方式的演进。
|
|
|
|
|
- [语言层要素](concepts/README.md#concept-language-layers) - 看懂代码需要掌握的语言层要素。
|
|
|
|
|
- [递归自优化系统](concepts/README.md#concept-recursive-self-optimizing-system) - 递归自优化生成系统的形式化模型。
|
2026-05-03 03:35:57 +08:00
|
|
|
|
|
|
|
|
### philosophy
|
|
|
|
|
|
2026-05-03 20:25:27 +08:00
|
|
|
- [README](philosophy/README.md#philosophy-methodology-toolbox-怎么选) - 哲学方法论工具箱。
|
2026-05-03 03:35:57 +08:00
|
|
|
- [AGENTS](./philosophy/AGENTS.md) - 哲学方法论目录操作规则。
|
2026-05-03 20:25:27 +08:00
|
|
|
- [思维模型](philosophy/README.md#philosophy-thinking-models) - 可复用思维模型索引。
|
|
|
|
|
- [组合描述模型](philosophy/README.md#philosophy-compositional-description-model) - 用对象、状态、快照、序列、过程、变换、同一/差异与关系描述复杂系统。
|
|
|
|
|
- [编程之道](philosophy/README.md#philosophy-programming-dao) - 编程哲学与工程判断。
|
2026-05-10 08:06:38 +08:00
|
|
|
- [软件工程的朴素真理](philosophy/README.md#philosophy-software-engineering-truths) - 代码、复杂度、需求、维护、质量、架构和团队的工程常识。
|
2026-05-03 03:35:57 +08:00
|
|
|
|
|
|
|
|
### references
|
|
|
|
|
|
|
|
|
|
- [README](./references/README.md) - 参考资料索引。
|
|
|
|
|
- [AGENTS](./references/AGENTS.md) - 参考资料目录操作规则。
|
2026-05-03 21:22:10 +08:00
|
|
|
- [工程实践](references/README.md#reference-engineering-practice) - 项目架构、代码组织、开发经验、质量门禁与常见坑。
|
|
|
|
|
- [技术栈](references/README.md#reference-technology-stack) - 技术栈选型、组合案例与初学者学习路径。
|
2026-05-03 03:35:57 +08:00
|
|
|
|
|
|
|
|
### research
|
|
|
|
|
|
|
|
|
|
- [README](./research/README.md) - 研究笔记索引。
|
|
|
|
|
- [AGENTS](./research/AGENTS.md) - 研究笔记目录操作规则。
|
2026-05-03 20:25:27 +08:00
|
|
|
- [Harness 工程解析](research/README.md#research-harness-engineering) - Harness Engineering 的工程控制、评估器与反馈闭环解析。
|
2026-05-19 02:23:41 +08:00
|
|
|
- [tmux 蜂群协作](research/README.md#research-tmux-ai-swarm) - 用 tmux 让多个 AI 终端可感知、可调度、可救援的实验性协作范式。
|
2026-05-03 03:35:57 +08:00
|
|
|
|
2026-05-05 06:03:48 +08:00
|
|
|
### workflow
|
|
|
|
|
|
|
|
|
|
- [README](./workflow/README.md) - 开发流程索引。
|
|
|
|
|
- [AGENTS](./workflow/AGENTS.md) - 开发流程目录操作规则。
|
|
|
|
|
- [开发流程](workflow/README.md#workflow-development-process) - 默认任务推进顺序、质量门禁和交付闭环。
|
|
|
|
|
|
2026-05-03 21:27:01 +08:00
|
|
|
</details>
|
|
|
|
|
|
2026-05-05 00:47:53 +08:00
|
|
|
## 使用方式
|
|
|
|
|
|
|
|
|
|
- 只想快速开始:从 [getting-started](./getting-started/README.md) 进入。
|
|
|
|
|
- 已经有项目问题:先读 [问题求解](concepts/README.md#concept-problem-solving),再读 [工程实践](references/README.md#reference-engineering-practice)。
|
|
|
|
|
- 需要给 AI Agent 上下文:先给它 [AGENTS](./AGENTS.md),再给它当前任务对应目录的 README。
|
2026-05-05 06:03:48 +08:00
|
|
|
- 需要规范执行顺序:读 [开发流程](workflow/README.md#workflow-development-process)。
|
2026-05-05 00:47:53 +08:00
|
|
|
- 新增内容时,先判断它属于教程、概念、哲学、参考还是研究,再放入对应目录。
|
|
|
|
|
|
|
|
|
|
## 正文
|
|
|
|
|
|
|
|
|
|
### 推荐阅读路径
|
|
|
|
|
|
|
|
|
|
#### 新手路径
|
|
|
|
|
|
|
|
|
|
1. [从零开始完整入门](./getting-started/README.md#learning-map)
|
|
|
|
|
2. [Vibe Coding 经验](./getting-started/README.md#vibe-coding-experience)
|
|
|
|
|
3. [问题求解](concepts/README.md#concept-problem-solving)
|
|
|
|
|
4. [拼好码](concepts/README.md#concept-glue-coding)
|
|
|
|
|
5. [工程实践](references/README.md#reference-engineering-practice)
|
|
|
|
|
|
|
|
|
|
#### 开发者路径
|
|
|
|
|
|
|
|
|
|
1. [拼好码](concepts/README.md#concept-glue-coding)
|
|
|
|
|
2. [系统构建方法](concepts/README.md#concept-system-building)
|
|
|
|
|
3. [技术栈](references/README.md#reference-technology-stack)
|
|
|
|
|
4. [工程实践](references/README.md#reference-engineering-practice)
|
|
|
|
|
|
|
|
|
|
#### 思维模型路径
|
|
|
|
|
|
2026-05-09 17:50:23 +08:00
|
|
|
1. [思维模型](philosophy/README.md#philosophy-thinking-models)
|
|
|
|
|
2. [组合描述模型](philosophy/README.md#philosophy-compositional-description-model)
|
|
|
|
|
3. [编程之道](philosophy/README.md#philosophy-programming-dao)
|
2026-05-10 08:06:38 +08:00
|
|
|
4. [软件工程的朴素真理](philosophy/README.md#philosophy-software-engineering-truths)
|
|
|
|
|
5. [递归自优化系统](concepts/README.md#concept-recursive-self-optimizing-system)
|
2026-05-05 00:47:53 +08:00
|
|
|
|
|
|
|
|
#### AI Agent 读取路径
|
|
|
|
|
|
|
|
|
|
1. [根目录 AGENTS](../AGENTS.md)
|
|
|
|
|
2. [docs 目录 AGENTS](./AGENTS.md)
|
|
|
|
|
3. [从零开始完整入门](./getting-started/README.md#learning-map)
|
|
|
|
|
4. [Vibe Coding 经验](./getting-started/README.md#vibe-coding-experience)
|
2026-05-05 06:03:48 +08:00
|
|
|
5. [开发流程](workflow/README.md#workflow-development-process)
|
|
|
|
|
6. [工程实践](references/README.md#reference-engineering-practice)
|
|
|
|
|
7. [AI 引用语料](../assets/ai-citation/README.md)
|