整理文件路径:Technical→AI/

This commit is contained in:
2026-04-14 18:54:05 +08:00
parent c9767442ca
commit b6a3ed5f77
145 changed files with 4249 additions and 83 deletions

View File

@@ -9,6 +9,7 @@
- 所有输出必须使用**简体中文**
- 专有名词允许保留英文,但首次出现必须附带中文解释
- 如果原始文件名是中文则source页面的名称尽量用中文不要用拼音表示, 如果有特殊字符可以忽略
- 禁止中英混合句(术语除外)
- 不允许输出纯英文总结或分析
@@ -46,12 +47,12 @@ Transformer变压器模型一种基于注意力机制的神经网络架构
# Slash CommandsClaude Code
| Command | 使用方式 |
|---|---|
| `/wiki-ingest` | `ingest raw/your-file.md` |
| `/wiki-query` | `query: 你的问题` |
| `/wiki-lint` | `lint the wiki` |
| `/wiki-graph` | `build the knowledge graph` |
| Command | 使用方式 |
| -------------- | --------------------------- |
| `/wiki-ingest` | `ingest raw/your-file.md` |
| `/wiki-query` | `query: 你的问题` |
| `/wiki-lint` | `lint the wiki` |
| `/wiki-graph` | `build the knowledge graph` |
---
@@ -107,13 +108,11 @@ last_updated: YYYY-MM-DD
---
# Ingest Workflow摄取流程
**重要** 请严格按照摄取流程进行操作,每分析一个页面必须要创建/更新source pageentity, concept等。不可遗漏
触发方式:
- `/wiki-ingest`
- 或:`ingest <file>`
---
## 执行步骤(严格顺序)
1. 使用 Read 工具完整读取 source 文档
2. 读取 `wiki/index.md` 和 `wiki/overview.md`
@@ -135,11 +134,10 @@ title: "Source Title"
type: source
tags: []
date: YYYY-MM-DD
source_file: raw/...
---
## Source Files
- [[SourceFiles]]
## Source File
- [[raw/...]]
## Summary
- 核心主题:
@@ -278,7 +276,8 @@ date: YYYY-MM-DD
- 断链
- 冲突
- 过期内容
- 缺失实体
- 缺失Entity
- 缺失Concept
- 知识空白
---