Releases: refract-org/refract
Releases · refract-org/refract
v0.5.13
Full Changelog: v0.5.12...v0.5.13
v0.5.12
Full Changelog: v0.5.11...v0.5.12
v0.5.11
Full Changelog: v0.5.10...v0.5.11
v0.5.10
Full Changelog: v0.5.9...v0.5.10
v0.5.9
Full Changelog: v0.5.8...v0.5.9
v0.5.8
Full Changelog: v0.5.7...v0.5.8
v0.5.7 — Semantic Enrichment + Agent Discovery
What's New
Semantic Enrichment (6 deterministic fields)
Every event now carries 6 enrichment fields computed from before/after text:
- editMagnitude — minor/moderate/major (character count)
- contentChange — introduction/removal/expansion/compression/refinement/rewrite
- keyTerms — extracted significant terms
- certaintyProfile — counts of certainty/hedging markers
- directionSignal — strengthening/weakening/neutral
- quantitativeFindings — p-values, hazard ratios, n-values, CIs
All fields are deterministic — no model, no API, byte-reproducible on every run.
Agent Discovery
- SKILL.md — progressive disclosure for AI coding agents
- AGENTS.md — full agent instructions (OpenCode, Codex, Copilot, Cursor, etc.)
- CLAUDE.md — Claude Code compatibility bridge
- server-card.json — MCP server self-description (SEP-1649)
- npm keywords — mcp, mcp-server, wikipedia-analysis, agent-tool
Packages Published
- @refract-org/evidence-graph@0.5.0
- @refract-org/analyzers@0.5.0
- @refract-org/cli@0.5.7
Docs
- Architecture: semantic enrichment section
- Events: enrichment field documentation
- Naming: new type conventions
- README: init-first quickstart, --json examples, install speed comparison, Why Refract over raw API
v0.2.1 — First Public Release
Overview
First public release of Varia, the deterministic claim-provenance engine for Wikipedia page histories.
30 test files, 251 tests passing. 7 published npm packages.
What's Included
L1 — Deterministic Analyzers
- Talk Page Fetcher + Correlation (L1-01, L1-02)
- Wikilink Extractor (L1-03)
- Page Move Detector (L1-04)
- Category Tracker (L1-05)
- Claim Direction Classification (L1-06)
- Re-Observation / Temporal Diff (L1-07)
- Talk Page Section Extractor (L1-08)
- Template Parameter Differ (L1-09)
L2 — Model-Assisted Interpretation
- Talk Page Interpretation (L2-01)
- Lineage-Aware Interpretation (L2-02)
L3 — Independent Ground Truth
- Real L3 Eval with Outcome Labels (INFRA-01)
Cross-Wiki
- Cross-Wiki Diff (CW-01)
Examples
6 tutorial scripts for migration audiences — CC0 licensed.