fix(docs): correct file name in extra7 link and update docs readme

Update the incorrect file name reference in the extra7 link from "extra9" to "extra7" to maintain consistency. Also refresh the docs README with new content including project introduction, roadmap, and navigation structure.
This commit is contained in:
sanbuphy
2026-01-01 01:47:20 +08:00
parent 7cebba0d87
commit 39ee38443c
3 changed files with 127 additions and 21 deletions
@@ -1,4 +1,4 @@
# 扩展知识 9 - CLI AI 编程工具与测试驱动开发原则
# 扩展知识 7 - CLI AI 编程工具与测试驱动开发原则
在本教程中,我们将介绍直接在命令行中运行的 AI 编程 Agent。它们和之前学过的 Trae、Cursor 中的 Agent 不同,CLI AI 编程工具只能在终端中使用。与集成在 AI IDE 里的 Agent 相比,它们通常具有更长的上下文窗口、更快的工具调用速度,并且可以兼容更多种类的大模型。在最新的 AI Vibe Coding 实战中,我们往往会优先使用 CLI AI 编程工具,而不是 IDE 内置的编码 Agent。