You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Per-repo database catalog — each repository gets its own store under ~/.metatron, with one-time auto-migration from the legacy single-file metatron.db.
Employee attribution — local identity with metatron whoami, served/feedback events stamped with the actor, and metatron import to merge contributors' databases into a curator's catalog.
New React web UI wired to the live API — Agent Impact, candidate review, and drill-down side drawers.
metatron export <repo> for handing a repository's decisions to another store.
Changed
Renamed "priors" to "decisions" across the project.
SQLite runs in autocommit for real-time reads, with WAL and a busy timeout for concurrent multi-process access.
Terminology and UX polish — "canonical" glossed as "approved & served to agents"; timestamps surfaced on candidates and decisions.
Fixed
Boot errors surfaced instead of an endless splash.
Agent-activity status vocabulary and last-active timestamps corrected.