Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.43 KB

File metadata and controls

55 lines (33 loc) · 1.43 KB

Quickstart

这个流程大约 10 分钟,可以验证 WikiForge 的最小闭环。

This walkthrough takes about 10 minutes and verifies the smallest useful WikiForge loop.

1. Run The Safety Gate / 先跑脱敏闸门

python tools\redaction_check.py

如果这里失败,不要继续发布或分享。

If this fails, do not publish or share the repository.

2. Check The Wiki / 检查 wiki

python tools\wiki_lint.py

它会检查 frontmatter、facts 置信度、hearsay 泄漏和 stale volatile facts。

It checks frontmatter, fact confidence, hearsay leaks, and stale volatile facts.

3. Add A Sample Source / 加入示例素材

python tools\ingest_stub.py examples\sample-source.md

这会把样例复制到 sources/,并在 sources/_pending.md 里追加一条 pending 记录。

This copies the sample into sources/ and appends a pending row to sources/_pending.md.

4. Recall References / 召回参考

python tools\wiki_radar.py query "customer interviews pricing"

radar 只返回 reference hints,不会写入 facts。

The radar returns reference hints only. It does not update facts.

5. Run The Knowledge Exam / 跑知识考试

python tools\knowledge_exam.py regression

exam 用固定问题检查 reference recall 是否还能找到预期页面。

The exam checks whether fixed questions can still recall expected pages.