docs: add keyword system

- Add docs/concepts/keyword-system.md and wire it into README, docs indexes, taxonomy, llms.txt, and AI citation context.\n- Exclude unstable zread.ai links from lychee external link checks.
This commit is contained in:
土块
2026-06-30 01:42:48 +08:00
committed by GitHub
parent fafdc42e6e
commit 6832a1abe5
9 changed files with 279 additions and 89 deletions
+5 -1
View File
@@ -6,7 +6,7 @@ sections:
agent_guide: docs/getting-started/AGENTS.md
concepts:
path: docs/concepts
purpose: 核心概念、问题求解与工程思想
purpose: 核心概念、问题求解、关键词系统与工程思想
entry: docs/concepts/README.md
agent_guide: docs/concepts/AGENTS.md
philosophy:
@@ -45,6 +45,7 @@ reading_paths:
title: 开发者路径
documents:
- docs/concepts/glue-coding.md
- docs/concepts/keyword-system.md
- docs/concepts/system-building.md
- docs/references/technology-stack.md
- docs/references/project-architecture-template.md
@@ -110,6 +111,9 @@ documents:
- path: docs/concepts/language-layers.md
title: 语言层要素
role: 代码理解所需语言层级
- path: docs/concepts/keyword-system.md
title: 关键词系统
role: Vibe Coding 与工程协作中的高频关键词
- path: docs/concepts/recursive-self-optimizing-system.md
title: 递归自优化系统
role: 递归自优化生成系统的形式化模型