这个流程大约 10 分钟,可以验证 WikiForge 的最小闭环。
This walkthrough takes about 10 minutes and verifies the smallest useful WikiForge loop.
python tools\redaction_check.py如果这里失败,不要继续发布或分享。
If this fails, do not publish or share the repository.
python tools\wiki_lint.py它会检查 frontmatter、facts 置信度、hearsay 泄漏和 stale volatile facts。
It checks frontmatter, fact confidence, hearsay leaks, and stale volatile facts.
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.
python tools\wiki_radar.py query "customer interviews pricing"radar 只返回 reference hints,不会写入 facts。
The radar returns reference hints only. It does not update facts.
python tools\knowledge_exam.py regressionexam 用固定问题检查 reference recall 是否还能找到预期页面。
The exam checks whether fixed questions can still recall expected pages.