chore: migrate repository to standard knowledge base layout

This commit is contained in:
tukuaiai
2026-05-02 03:29:06 +08:00
parent fb3bd75473
commit a23de97460
565 changed files with 687 additions and 711 deletions
+9 -9
View File
@@ -13,11 +13,11 @@ documentation:
- '.github/**/*.md'
- 'assets/README.md'
- 'assets/AGENTS.md'
- 'assets/config/**/*.md'
- 'assets/documents/**/*.md'
- 'assets/prompt/**/*.md'
- 'assets/skills/**/*.md'
- 'assets/repos/**/*.md'
- 'tools/config/**/*.md'
- 'docs/**/*.md'
- 'prompts/**/*.md'
- 'skills/**/*.md'
- 'tools/external/**/*.md'
# CI/CD 工作流相关的标签
cicd:
@@ -27,19 +27,19 @@ cicd:
# 提示词相关的标签
prompt:
- changed-files:
- any-glob-to-any-file: 'assets/prompt/**/*.md'
- any-glob-to-any-file: 'prompts/**/*.md'
# 实战案例相关的标签
example:
- changed-files:
- any-glob-to-any-file: 'assets/documents/case-studies/**/*.md'
- any-glob-to-any-file: 'docs/case-studies/**/*.md'
# 外部工具/依赖相关的标签
repos:
- changed-files:
- any-glob-to-any-file: 'assets/repos/**'
- any-glob-to-any-file: 'tools/external/**'
# 工作流模板相关的标签
workflow:
- changed-files:
- any-glob-to-any-file: 'assets/documents/workflow/**'
- any-glob-to-any-file: 'docs/playbooks/workflows/**'