Releases: capabilityhostprotocol/chp-core
Releases · capabilityhostprotocol/chp-core
Release list
v0.8.0 — chp-host + 30 adapters
What's new
- chp-host 0.8.0 — CLI for serving, initialising, and meshing CHP nodes
- 30 chp-adapter- packages* — governed capabilities for HTTP, filesystem, git, secrets, jobs, MCP, AI/LLM runtimes, and more
- registry/adapters.json — canonical adapter catalog (66 official adapters)
- bootstrap-mac.sh / bootstrap-linux.sh — one-command node setup
Install (while PyPI registration is pending)
pip install chp-core chp-host chp-adapter-http chp-adapter-filesystem \
chp-adapter-audit chp-adapter-secrets chp-adapter-jobs chp-adapter-process chp-adapter-mcp \
--find-links https://github.com/capabilityhostprotocol/chp-core/releases/expanded_assets/v0.8.0Adapters on PyPI already
chp-adapter-audit · chp-adapter-ci · chp-adapter-composition · chp-adapter-conformance
All remaining packages will appear on PyPI as the new-project rate limit clears (drip-register.yml runs daily).
chp-core v0.7.0
chp-core v0.7.0
Install: `pip install chp-core==0.7.0`
What's new
- 42-module Python package — adds agent cognition layer (certification, compliance, delegation, events, incident, metrics, planning, retrieval, safety, transformation, ingestion) and infrastructure modules (persistence, registry, session, state_machine, workflow, knowledge_graph, memory, transport)
check_sync_integrity()— alignment check #42: diff-based verification that chp-core's Python package matches chp-dev source of truth; surfaces in `chp work check-alignment`- TypeScript runtime (`packages/ts-runtime/`) — host, store, session, policy implementations in TypeScript
- Updated examples — local-adapter-host (MCP/webhook patterns), multi-host-demo, dev-workflow-demo, model-adapter-demo (mocked multi-provider)
- Dev extras now include `pytest-asyncio>=0.21` and `hypothesis>=6.0` for property-based and async tests
- 29 conformance checks — all pass on Python 3.12
Protocol
v0.7.0 is protocol-compatible with v0.6.x. No breaking changes to `LocalCapabilityHost`, `SQLiteEvidenceStore`, or the core evidence schema.
Note on TypeScript types npm package
`@capabilityhostprotocol/types 0.7.0` publish failed in CI due to npm org setup needed. Will be published separately.
What's Changed
- sync: chp-dev → chp-core (v0.7.0) by @imonacloud in #2
New Contributors
- @imonacloud made their first contribution in #2
Full Changelog: v0.6.3...v0.7.0