Skip to content

This release adds 3 notable features for engineering teams evaluating rollout.

Published 3mo Relational Databases
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

claude-code claude-code-plugin context full-text-search memory plugin
+1 more
sqlite

Summary

AI summary

Fixed silent JSON parse failures to be logged instead of swallowed.

Full changelog

Fixed

  • Bare except: clauses in db_search.py replaced with specific exception types
  • Version mismatch in plugin.json (was 1.0.0, now 1.0.3)
  • Duplicate VALID_TABLES definition in db_init.py — now imported from db_utils
  • Author name standardized to ErebusEnigma across LICENSE, plugin.json, README
  • Python 3.8 compatibility — added from __future__ import annotations
  • Replaced fragile sys.path.insert with try/except ImportError pattern
  • Silent JSON parse failures now logged instead of swallowed

Added

  • 51-test pytest suite covering init, save, search, and utils
  • GitHub Actions CI workflow with ruff linting and test suite (Python 3.8/3.11/3.12)
  • pyproject.toml with project metadata and ruff configuration
  • README badges (license, Python version, latest release) and table of contents
  • CONTRIBUTING.md with development setup and contribution guidelines
  • GitHub issue templates (bug report, feature request) and PR template
  • CLAUDE.md with project conventions for Claude Code
  • Extended .gitignore with pytest, coverage, mypy, ruff cache entries

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track ErebusEnigma/context-memory

Get notified when new releases ship.

Sign up free

About ErebusEnigma/context-memory

Persistent, searchable context storage across Claude Code sessions using SQLite FTS5. Save sessions with AI-generated summaries, two-tier full-text search, checkpoint recovery, and a web dashboard.

All releases →

Beta — feedback welcome: [email protected]