Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.23 KB

File metadata and controls

45 lines (27 loc) · 1.23 KB

Clone Guide

这份指南用于把 WikiForge 改成你自己的知识库模板。

Use this guide when adapting WikiForge to your own project.

1. Rename The Domain Areas / 改领域目录

保留 4 到 6 个稳定领域即可。领域太多会让 Agent 变慢,也更容易写错位置。

Keep four to six stable areas. Too many folders make the agent slower and less consistent.

默认领域:

Default areas:

  • market
  • strategy
  • operations
  • tools
  • notes

2. Rewrite AGENTS.md / 重写 Agent 规则

把示例规则替换成你的真实工作原则,但保留这些骨架:

Replace the example rules with your own operating principles, but keep:

  • load order
  • confidence labels
  • ingest workflow
  • query workflow
  • redaction boundary

3. Define Your Fact Rules / 定义事实规则

明确你的领域里什么算 verified,什么只能算 hypothesis,什么必须留在 hearsay

Decide what counts as verified, hypothesis, and hearsay in your domain.

4. Start Manual / 先手动再自动化

先用手动 ingest 跑通几次。等流程稳定、无聊、可重复,再考虑自动化 capture layer。

Use manual ingest first. Once the workflow is stable and boring, automate the capture layer.