https://github.com/refract-org/refract-docs
Open infrastructure for agent-readable knowledge change. Turns source histories into replayable semantic change events.
https://github.com/refract-org/refract-docs
documentation knowledge-change refract wikipedia
Last synced: 21 days ago
JSON representation
Open infrastructure for agent-readable knowledge change. Turns source histories into replayable semantic change events.
- Host: GitHub
- URL: https://github.com/refract-org/refract-docs
- Owner: refract-org
- License: other
- Created: 2026-05-14T18:19:13.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-23T01:53:34.000Z (22 days ago)
- Last Synced: 2026-05-23T03:28:05.922Z (22 days ago)
- Topics: documentation, knowledge-change, refract, wikipedia
- Language: CSS
- Homepage: https://refract-org.github.io/refract-docs/
- Size: 305 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Security: docs/security.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# Refract Docs
Public documentation for [Refract](https://github.com/refract-org/refract) — open infrastructure for knowledge-change provenance.
**Refract is open infrastructure for agent-readable knowledge change. It turns source histories into replayable semantic change events about claims, citations, and evidence bindings.**
---
**Live at:** [refract-org.github.io/refract-docs](https://refract-org.github.io/refract-docs/)
## Quick start
```bash
# One command, zero install
npx @refract-org/cli analyze "Earth" --depth brief
```
See [quickstart](https://refract-org.github.io/refract-docs/quickstart/) for a full walkthrough.
## Packages
| Package | Status | License | Description |
|---|---|---|---|
| `@refract-org/evidence-graph` | [](https://www.npmjs.com/package/@refract-org/evidence-graph) | CC0-1.0 | Core types, schemas, BYO-inference boundaries |
| `@refract-org/ingestion` | [](https://www.npmjs.com/package/@refract-org/ingestion) | AGPL-3.0 | Wikimedia API adapters |
| `@refract-org/analyzers` | [](https://www.npmjs.com/package/@refract-org/analyzers) | AGPL-3.0 | Deterministic analyzers |
| `@refract-org/cli` | [](https://www.npmjs.com/package/@refract-org/cli) | AGPL-3.0 | CLI tool (`refract` / `wikihistory`, `classify` inference) |
| `@refract-org/eval` | [](https://www.npmjs.com/package/@refract-org/eval) | Evaluation harness |
| `@refract-org/persistence` | Not published | AGPL-3.0 | SQLite storage |
| Observable recipe | — | — | [Copy-paste pattern](./docs/sdk.md#observable-framework-data-loader) for Observable Framework data loaders |
## Project status
Refract is actively developed by [NextConsensus](https://nextconsensus.com). v0.3.1 — deterministic observation layer is production-quality.
## License
CC-BY-4.0