Skip to content

Releases: refract-org/refract

v0.5.13

31 May 20:45

Choose a tag to compare

v0.5.12

25 May 05:58

Choose a tag to compare

Full Changelog: v0.5.11...v0.5.12

v0.5.11

25 May 05:57

Choose a tag to compare

Full Changelog: v0.5.10...v0.5.11

v0.5.10

25 May 05:51

Choose a tag to compare

Full Changelog: v0.5.9...v0.5.10

v0.5.9

25 May 05:49

Choose a tag to compare

Full Changelog: v0.5.8...v0.5.9

v0.5.8

23 May 16:55

Choose a tag to compare

Full Changelog: v0.5.7...v0.5.8

v0.5.7 — Semantic Enrichment + Agent Discovery

18 May 20:50

Choose a tag to compare

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

14 May 04:03

Choose a tag to compare

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.


Full changelog