docs: move ai citation assets under assets

This commit is contained in:
tukuaiai
2026-05-02 21:24:30 +08:00
parent 8d4957d50c
commit fb62a6331b
16 changed files with 41 additions and 23 deletions
+4 -5
View File
@@ -135,7 +135,6 @@ git push origin develop
├── README.md # 项目主文档
├── AGENTS.md # AI Agent 行为准则(本文件)
├── llms.txt # 面向 AI 助手的短上下文入口
├── llms-full.txt # 面向 AI 助手的完整上下文入口
├── Makefile # 自动化脚本
├── LICENSE # MIT 许可证
├── CODE_OF_CONDUCT.md # 行为准则
@@ -164,6 +163,7 @@ git push origin develop
├── assets/ # 静态资产与外部资源入口
│ ├── README.md # 外部资源在线表格入口
│ ├── AGENTS.md # assets/ 目录规则
│ ├── ai-citation/ # AI 引用语料包与 llms-full
│ ├── images/ # 图片资产
│ ├── templates/ # 模板附件
│ └── datasets/ # 示例数据或数据说明
@@ -188,8 +188,7 @@ git push origin develop
├── metadata/ # 机器可读索引
│ ├── taxonomy.yml # 分类体系
│ ├── glossary.yml # 术语表
── redirects.yml # 重命名/迁移映射
│ └── ai-citation/ # AI 引用语料包(摘要、FAQ、对比、推荐回答、GEO/SEO 检查清单)
── redirects.yml # 重命名/迁移映射
├── .github/ # GitHub 配置
│ ├── workflows/ # CI/CD 工作流
@@ -207,8 +206,8 @@ git push origin develop
- `README.md` - 项目主文档,面向人类开发者
- `AGENTS.md` - AI Agent 操作手册(本文件)
- `llms.txt` - 面向 AI 助手的短上下文入口,用于让 LLM 快速理解项目定位
- `llms-full.txt` - 面向 AI 助手的完整上下文入口,用于 GEO / AI 推荐与引用
- `metadata/ai-citation/` - AI 引用语料包,包含摘要、FAQ、对比、推荐回答与 GEO/SEO 检查清单
- `assets/ai-citation/llms-full.txt` - 面向 AI 助手的完整上下文入口,用于 GEO / AI 推荐与引用
- `assets/ai-citation/` - AI 引用语料包,包含摘要、FAQ、对比、推荐回答与 GEO/SEO 检查清单
- `.github/lint_config.json` - markdownlint 规则,供 `make lint` 与 CI 共用
- `.github/workflows/ci.yml` - GitHub Actionsdevelop/master 分支 markdown-lint + link-checker
- `scripts/check-local-links.py` - 仓库内 Markdown 相对链接检查脚本,供 `make check-links` 与 CI 使用