Skip to content

v1.1.0 — Production-Ready

Choose a tag to compare

@doz34 doz34 released this 10 Jun 23:22

CE-Harness v1.1.0 — Production-Ready

All findings from the integral analysis council (40/100) resolved with real code.

Security (CISO 18→80+)

  • EncryptedStateDB — AES-256-GCM encryption at rest for state.db (opt-in CTXH_ENCRYPTED=1)
  • PII salt persistence — deterministic tokens across process restarts
  • SIGTERM handler — graceful shutdown with WAL checkpoint
  • Replaced os.popen('date') with datetime.now().isoformat()

Architecture (Architect 38→80+)

  • L4 LLM View Builder — head/middle/tail layout (lost-in-the-middle mitigation)
  • Subprocess isolationIsolatedExecutor via multiprocessing.Process
  • New CLI command: ctxh view <phase>

Observability (DevOps 42→80+)

  • Structured JSON loggingCTXH_LOG_LEVEL / CTXH_LOG_FORMAT
  • Health checkctxh health [--json] for monitoring integration
  • pyproject.tomlpip install ce-harness
  • CI release workflow — auto GitHub release on tag

Stats

  • 355/355 tests pass (Python 3.10-3.13, 4/4 CI matrix green)
  • 79% coverage (78% gate enforced)
  • 10.8× token economy verified end-to-end
  • +1833 LOC across 17 files

Installation

pip install ce-harness[crypto]
# or from source:
git clone https://github.com/doz34/context-engineering-harness
cd context-engineering-harness && ./prototype/bin/install.sh

Migration from v1.0.x

No breaking changes. New features are opt-in via env vars.

See docs/PRODUCTION.md for full deployment guide.