This release includes breaking changes for platform teams planning a safe upgrade.
✓ No known CVEs patched in this version
Topics
+10 more
Summary
AI summaryCSL-Core graduates from alpha to beta with no breaking changes.
Full changelog
CSL-Core exits alpha. This release is identical in functionality to 0.3.0a1; what changed is confidence. CSL-Core is now running in production inside Project Chimera v1.7.0, enforcing formally verified safety policies across two live domains: e-commerce optimization and crypto trading.
Every policy is Z3-verified at startup. Every agent action is evaluated deterministically at runtime. Zero violations slipped through during integration testing and live operation.
That's enough to drop the alpha label.
What's New
🏭 Production-Proven
- CSL-Core now powers all safety policies in Project Chimera's Adaptive Strategy Lab, Colosseum multi-agent arena, and quant trading backtest suite.
- Both
ecommerce_guard.cslandquant_guard.cslare Z3-verified at startup with sub-millisecond runtime enforcement. - Drop-in migration from 850+ lines of hardcoded Python rules to 30-line
.cslpolicy files — zero breaking changes in Chimera's API.
📖 README Rewritten
- 1,257 → 351 lines. Removed walls of text. Kept what matters: Quick Start, Benchmark, LangChain integration, CLI, MCP Server.
- New Benchmark section with real data from the Four Frontiers adversarial attack study — prompt-based rules vs CSL-Core enforcement across GPT-4.1, GPT-4o, Claude Sonnet 4, and Gemini 2.0 Flash.
- New "Used in Production" section linking to Project Chimera.
🔧 Fixes
- All project URLs updated to
Chimera-ProtocolGitHub organization. - Benchmark scripts cleaned up: renamed run files, updated result JSONs.
📦 Packaging
- Version:
0.3.0a1→0.3.0 - PyPI classifier:
Development Status :: 3 - Alpha→4 - Beta pip install csl-corenow resolves to stable without--preflag.
Install
pip install csl-core
No --pre flag needed anymore. That's the whole point.
What Didn't Change
The engine is the same. Parser, compiler, Z3 verifier, runtime, CLI, MCP server, LangChain plugin — all identical to 0.3.0a1. This release is about status, not features. The code earned its promotion by surviving production.
Full Changelog: v0.3.0-alpha...v0.3.0
Project Chimera v1.7.0 Release: The Great Unification
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
About Chimera-Protocol/csl-core
Deterministic AI safety policy engine with Z3 formal verification. Write, verify, and enforce machine-verifiable constraints for AI agents via MCP.
Related context
Beta — feedback welcome: [email protected]