Skip to content

CTX Layer 0.2.0a11

Choose a tag to compare

@abhilashsblai abhilashsblai released this 05 Jul 03:40
· 9 commits to master since this release

CTX Layer 0.2.0a11

Published: 2026-07-05

Source commit: df6aabcef885010323bd16bac15456ad5edde5cb

Wheel: releases/ctxlayer-0.2.0a11-py3-none-any.whl

GitHub release:
https://github.com/abhilashsblai/ctxlayer-release/releases/tag/v0.2.0a11

SHA256:
d7ea956517b0e29f1debb005c175609402a5ab8b138427c46e9f09559b472c5a

Wheel size: 695269 bytes

Highlights

  • Bumps the package metadata to 0.2.0a11.
  • Publishes the memory storage-retention redesign as an installable wheel.
  • Adds public documentation for storage-report, retention show, and
    retention set --preset balanced.
  • Packages bounded dirty-pack retention, per-repo snapshot fairness,
    session-event/audit summarization, and debounced degraded-state maintenance.
  • Preserves the 0.2.0a10 database-evolution, metacognition, governance,
    advanced memory, judgment, workspace-loop, workflow, anticipation, CIE, MCP,
    and write-time guardrail surfaces.

Upgrade Notes

Existing repositories do not need to re-index solely to adopt this version.
After upgrading the CTX Layer package, run:

ctxlayer --repo . doctor
ctxlayer --repo . storage-report
ctxlayer --repo . retention show

For large existing workspaces, back up .ctxlayer/workspace.db first, then use:

ctxlayer --repo . retention set --preset balanced
ctxlayer --repo . gc --deep --dry-run
ctxlayer --repo . gc --deep
ctxlayer --repo . memory bench --samples 3

CTX Layer stores indexed text chunks, vectors, graph edges, context packs,
sessions, and memory metadata in workspace.db. It does not store raw images or
videos as media blobs.

Verification

  • python -m pytest tests/test_memory_optimization.py tests/test_service.py tests/test_reliability.py -q
  • python -m ruff check src\ctxlayer\__init__.py
  • python -m compileall -q src\ctxlayer
  • python -m build --wheel
  • Wheel smoke install in a temporary venv: ctxlayer --version returned
    ctxlayer 0.2.0a11
  • CTX check-diff diff and path gates passed for the source README/version
    changes.