v1.1.0 — Production-Ready
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')withdatetime.now().isoformat()
Architecture (Architect 38→80+)
- L4 LLM View Builder — head/middle/tail layout (lost-in-the-middle mitigation)
- Subprocess isolation —
IsolatedExecutorviamultiprocessing.Process - New CLI command:
ctxh view <phase>
Observability (DevOps 42→80+)
- Structured JSON logging —
CTXH_LOG_LEVEL/CTXH_LOG_FORMAT - Health check —
ctxh health [--json]for monitoring integration - pyproject.toml —
pip 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.shMigration from v1.0.x
No breaking changes. New features are opt-in via env vars.
See docs/PRODUCTION.md for full deployment guide.