Changelog

Release notes for the open-source packages behind Astrivya — the memory engine that grounds the workspace, plus the MCP server, CLI, and indexers.

@astrivya/akg-core v0.1.1
July 2026

Knowledge graph engine update

Follow-up release for the core engine hardening hybrid retrieval and graph reasoning.

  • Hybrid retrieval with intent classification — architecture/flow queries weight graph, symbol lookups weight keyword
  • Retrieval sources surfaced per result: fts, semantic, graph
  • GraphTraversal.shortestPath and ImpactAnalyzer.analyzeRemoval public APIs
  • Single-file SQLite storage (.astrivya/akg.db) with sql.js + env-paths — exactly two runtime dependencies
@astrivya/mcp-server v0.1.0
June 2026

MCP server with 14 tools

Model Context Protocol server exposing the knowledge graph to any MCP-compatible client.

  • 14 tools: search_memories, search_connectors, find_related_knowledge, log_decision, log_memory, trace_decision, get_team_context, get_person_context, get_daily_briefing, get_expertise_profile, and more
  • stdio transport by default; HTTP/SSE via --http --port 3001
  • 4 resources: workspace metadata, memories, briefings, and the full knowledge graph
  • Cloud-requiring tools gracefully fall back to local AKG stats when the cloud API is unavailable
@astrivya/cli v0.1.0
June 2026

CLI + TUI

Local CLI for managing the knowledge graph, plus an interactive terminal UI.

  • astrivya init — guided workspace setup with graph indexing and health check
  • astrivya akg — query, search, trace, impact, status, export/import, reindex
  • astrivya mcp-server, doctor, atlas (WebGL visualizer), hooks, local, runtime, plugins
  • astrivya with no arguments launches the interactive TUI
@astrivya/akg-indexer v0.1.0
May 2026

Indexers

Parsers that turn markdown, logs, and source files into graph nodes and edges.

  • ADR parser — Architecture Decision Records become decision nodes
  • Agent parser and TODO parser — activity logs and TODOs tracked in the graph
  • Local embeddings for semantic retrieval — no data leaves your machine