Doc Fact Checker
@twonines/doc-fact-checkerv2026.08.18.1
01README
Fact-check one Markdown document through a provider-neutral, read-only adapter. Kiro CLI is the default provider; Claude CLI is supported when explicitly selected. Repository and optional web capabilities are recorded separately, with no provider fallback.
02Models
@twonines/doc-fact-checkerv2026.08.18.1doc_fact_check.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| wallTimeoutMs | number | Hard ceiling for the single agent invocation (default 10 minutes). |
| allowWeb | boolean | Request external verification. The selected provider and profile determine whether web access is effective. |
| guidance | string | Optional extra instructions for this document/instance. |
| maxDocumentChars | number | Maximum document size included in the provider prompt. |
fn review(path: string)
Read one document and verify its facts and assumptions with a read-only Claude or Kiro agent.
| Argument | Type | Description |
|---|---|---|
| path | string | Path to the markdown document, repo-relative or absolute. |
Resources
fact-check(30d)— Fact-check findings for one document, including claims, status, severity, evidence, and recommendations.
03Reports
@twonines/doc-fact-reviewmethod
doc_review_report.ts
Renders the @twonines/doc-fact-checker fact-check resource as a human-readable review.
docsfact-checkreview
04Previous Versions
2026.08.12.1
updated labels
2026.07.22.2
2026.07.22.1
05Stats
A
100 / 100
Downloads
13
Archive size
39.7 KB
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit2/2earned
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels