obsidian-project-kb-core
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseObsidian Project KB Core
Obsidian项目知识库核心
This is the main workflow authority for project-scoped Obsidian knowledge maintenance.
Default project root:
text
Research/{project-slug}/Default structure:
text
00-Hub.md
01-Plan.md
02-Index.md
Sources/
Knowledge/
Experiments/
Results/
Reports/
Writing/
Daily/
Maps/
Archive/
_system/这是项目范围Obsidian知识维护的主要工作流管理模块。
默认项目根目录:
text
Research/{project-slug}/默认结构:
text
00-Hub.md
01-Plan.md
02-Index.md
Sources/
Knowledge/
Experiments/
Results/
Reports/
Writing/
Daily/
Maps/
Archive/
_system/Core rules
核心规则
- Keep all durable project knowledge inside the current .
Research/{project-slug}/ - Keep repo-local only as the runtime binding layer.
.claude/project-memory/* - is the only visible project registry.
_system/registry.md - is a human navigation note, not a registry mirror.
02-Index.md - is a derived-artifact area; do not generate non-essential canvases by default.
Maps/ - is the default subdirectory for round and batch experiment reports.
Results/Reports/
- 将所有持久化项目知识保存在当前的目录内。
Research/{project-slug}/ - 仅将仓库本地的作为运行时绑定层。
.claude/project-memory/* - 是唯一可见的项目注册表。
_system/registry.md - 是供人类导航的笔记,而非注册表镜像。
02-Index.md - 是衍生产物区域;默认情况下不要生成非必要的画布。
Maps/ - 是循环和批量实验报告的默认子目录。
Results/Reports/
Responsibilities
职责
- detect and bind the current repo to a project root
- bootstrap the project skeleton
- route notes into
Sources / Knowledge / Experiments / Results / Results/Reports / Writing / Daily / Maps / Archive - update ,
00-Hub.md,01-Plan.md02-Index.md - update ,
_system/registry.md,_system/schema.md_system/lint-report.md - handle note lifecycle actions: create, update, rename, archive, purge, promote, and link repair
- run deterministic health checks through helper scripts
- 检测并将当前仓库绑定到项目根目录
- 初始化项目骨架结构
- 将笔记路由到目录
Sources / Knowledge / Experiments / Results / Results/Reports / Writing / Daily / Maps / Archive - 更新、
00-Hub.md、01-Plan.md02-Index.md - 更新、
_system/registry.md、_system/schema.md_system/lint-report.md - 处理笔记生命周期操作:创建、更新、重命名、归档、清理、升级以及链接修复
- 通过辅助脚本执行确定性健康检查
Deterministic helpers
确定性辅助工具
Use the scripts under for:
scripts/- scaffold
- registry consistency
- link checks
- index checks
- canvas checks
- lint aggregation
Use agents for:
- note routing
- daily promotion decisions
- source vs knowledge judgment
- stable-result judgment
- semantic Hub and Index updates
使用下的脚本完成以下操作:
scripts/- 脚手架搭建
- 注册表一致性检查
- 链接检查
- 索引检查
- 画布检查
- 代码检查聚合
使用Agent完成以下操作:
- 笔记路由
- 每日升级决策
- 来源与知识判断
- 稳定结果判断
- 语义化中心与索引更新
Read next
后续阅读
references/DIRECTORY-SCHEMA.mdreferences/HUB-PLAN-INDEX.mdreferences/REGISTRY.mdreferences/DAILY-PROMOTION.mdreferences/LIFECYCLE.mdreferences/LINT.mdreferences/BINDING-LAYER.md
references/DIRECTORY-SCHEMA.mdreferences/HUB-PLAN-INDEX.mdreferences/REGISTRY.mdreferences/DAILY-PROMOTION.mdreferences/LIFECYCLE.mdreferences/LINT.mdreferences/BINDING-LAYER.md