Changelog
Track all notable changes to Diverga Research Coordinator
π Upcoming Features
- βv7.0 - Enhanced RAG capabilities
- βTutorial system for new users
- βMarketplace integration
- βAdditional database connectors
v9.0.0
major
Architecture β SQLite + MCP Server Split
2026-02-16
Highlights
- βMCP 3-server split: checkpoint/memory/comm with 16 tools (up from 7)
- βSQLite WAL backend for ACID-safe parallel agent execution
- βDual backend: YAML (default) or SQLite via DIVERGA_BACKEND env var
- βAuto-migration from YAML/JSON to SQLite on first run
- βAgent messaging: register, send, mailbox, acknowledge, broadcast
- βNew entry point: diverga-server.js with tool-registry.js routing
v8.5.0
minor
DX Tooling + Agent Teams Pilot
2026-02-14
Highlights
- βAgent Teams: parallel execution via TeamCreate/TaskCreate/SendMessage
- βI0 Team Lead mode: 3x parallel database fetching for systematic reviews
- βDX: agents.json SSoT, generate.js, sync-version.js, release.js, doctor.js
- βVersion sync automation: 103 files synced from package.json
v8.0.1
patch
Installation Bug Fixes
2026-02-05
Highlights
- βFixed install script path corruption
- βReplaced symlinks with file copies for skills
π Bug Fixes
- β’Fixed ensure_repo() stdout capture bug where log messages were mixed with path output
- β’Changed skill installation from symlinks to file copies - symlinks broke after temporary directory cleanup
v8.0.0
major
Project Visibility & HUD Enhancement
2026-02-04
Highlights
- βIndependent HUD statusline display
- βSimplified 3-step setup wizard
- βNatural language project initialization
- βAuto-generated research documentation
β¨ Features
- +File structure redesign: .research/ (hidden system) + docs/ (visible documentation)
- +HUD presets: research, checkpoint, memory, minimal
- +Auto-detection: "systematic review on AI" β auto-initialize
- +Session start auto-load with project banner
- +7 auto-generated docs: PROJECT_STATUS, DECISION_LOG, RESEARCH_AUDIT, METHODOLOGY, TIMELINE, REFERENCES, README
β οΈ Breaking Changes
- !Setup wizard simplified from 9 steps to 3
- !LLM selection removed (uses Claude Code model)
- !API key configuration removed
v7.0.0
major
Memory System Global Deployment
2026-02-03
Highlights
- β3-layer context loading system
- βCheckpoint auto-trigger enforcement
- βCross-session persistence
- βDual-tree filesystem structure
β¨ Features
- +Layer 1: Keyword-triggered context (15 EN + 15 KR keywords)
- +Layer 2: Task interceptor for agent context injection
- +Layer 3: CLI-based explicit context access
- +17 standard checkpoints with π΄π π‘ levels
- +Decision audit trail with immutable versioning
- +Stage archiving with auto-summaries
- +Research documentation automation
v6.9.2
patch
Marketplace Cache Fix
2026-02-03
Highlights
- βFixed marketplace cache synchronization
- βComprehensive troubleshooting guide
- βGitHub Action for SKILL.md validation
π Bug Fixes
- β’Marketplace was pulling outdated cached version
- β’Missing version field in cached SKILL.md files
- β’Added automatic symlink installation in setup wizard
v6.9.1
patch
Plugin Discovery Fix
2026-02-03
Highlights
- βAdded version field to all 51 SKILL.md files
- βCleaned up orphaned skill directories
- βLocal skills symlink installation
π Bug Fixes
- β’Fixed "Unknown skill" error by adding version field
- β’Deleted orphaned .claude/skills/ and .codex/skills/ directories (-50,430 lines)
- β’Created 51 symlinks in ~/.claude/skills/ for reliable skill discovery
v6.7.1
patch
Documentation Synchronization
2026-01-31
Highlights
- βAligned AGENTS.md to v6.7.0 (44 agents)
- βUpdated SKILL.md files with consistent versioning
- βSynchronized checkpoint definitions
v6.7.0
major
Systematic Review Automation
2026-01-30
Highlights
- βCategory I: 4 new agents (I0-I3)
- βPRISMA 2020 compliant pipeline
- βMulti-database support (Semantic Scholar, OpenAlex, arXiv)
- βAI-assisted screening with 6-dimension criteria
β¨ Features
- +I0-ScholarAgentOrchestrator: Pipeline coordination and stage management
- +I1-PaperRetrievalAgent: Multi-database fetching
- +I2-ScreeningAssistant: AI-PRISMA screening
- +I3-RAGBuilder: Vector database construction
- +New checkpoints: SCH_DATABASE_SELECTION, SCH_SCREENING_CRITERIA, SCH_RAG_READINESS
v6.6.3
patch
Codex CLI SKILL.md Implementation
2026-01-30
Highlights
- βSKILL.md files enable actual skill loading
- βCodex CLI support with behavioral checkpoints
- βComprehensive skill system documentation
v6.5.0
minor
Meta-Analysis System
2026-01-28
Highlights
- βC5/C6/C7 meta-analysis agents
- β4-gate validation workflow
- βUniversal codebook support
- βHedges' g calculation
β¨ Features
- +C5-MetaAnalysisMaster: Multi-gate validation and orchestration
- +C6-DataIntegrityGuard: Completeness validation, Hedges' g calculation
- +C7-ErrorPreventionEngine: Pattern detection and anomaly alerts
- +CP_META_GATE checkpoint with π΄ REQUIRED level
v6.1.0
minor
Humanization Pipeline
2026-01-25
Highlights
- βG5 Academic Style Auditor
- βG6 Academic Style Humanizer
- βF5 Humanization Verifier
- β24 AI pattern categories
β¨ Features
- +Transform AI-generated text to natural academic prose
- +Based on Wikipedia AI Cleanup initiative
- +Three transformation modes: Conservative, Balanced, Aggressive
- +Preserve scholarly integrity while improving naturalness
v6.0.0
major
VS Methodology & Human Checkpoints
2026-01-20
Highlights
- βVerbalized Sampling (VS) T-Score system
- β5-Phase VS process for creative alternatives
- βMode collapse prevention
- β44 specialized agents across 9 categories
β¨ Features
- +T-Score (Typicality Score) for option ranking
- +Human checkpoint system with π΄π π‘ levels
- +Removed Sisyphus/OMC autonomous modes
- +Mandatory checkpoints at all critical decisions
β οΈ Breaking Changes
- !Removed Sisyphus Protocol ("work never stops")
- !Removed Iron Law of Continuation
- !Removed ralph/ultrawork/autopilot/ecomode autonomous modes
- !All checkpoints now MANDATORY (no bypass)
v5.0.0
major
Foundation Release
2026-01-15
Highlights
- βHuman checkpoint system
- βMemory system foundation
- βAgent orchestration
- βBilingual support (EN/KO)
For complete version history and technical details, see CHANGELOG.md on GitHub