v3.13.11 Release Notes
Release Date: 2026-08-14
Highlights
This patch makes quality-judge failures observable without corrupting CLI JSON,
repairs native ESM consumption of every published export, and exposes learned
patterns safely across MCP, hooks, and consolidation workflows.
Added
- MCP pattern responses and the dashboard expose read-only SONA pattern counts
and statistics through the initialized kernel domain API. - JSON hook responses retain
patternCountand add backward-compatible pattern
details. Reasoning-bank callers can opt in to filtered learned guidance.
Fixed
- Quality-judge provider errors, timeouts, and unparseable responses are written
to stderr by the CLI and through the MCP logger. JSON stdout remains valid. - Published ESM output now normalizes extensionless relative dependencies across
its public module graph. Packed-package coverage imports every declared export,
with direct regressions for the RuVector barrel and coordinator GNN, and the
runtime TypeScript parser dependency is declared for isolated consumers. - Pattern-aware hook guidance preserves static advice and appends only patterns
meeting the existing relevance floor. - CLI session-end and background-worker consolidation stamp
last_used_at.
Confidence decay falls back tocreated_atfor legacy rows, and evolution
merges preserve the newest source timestamp.
Upgrade notes
No database migration or request-contract change is required. New response
fields and learned guidance are additive, and pattern guidance remains opt in.
Legacy rows with a null last_used_at continue to decay from created_at.