HACP (v0.1) is a minimal, vendor-neutral protocol and reference implementation for safe, auditable, and productive collaboration between humans and high-capability AI systems.
This repository contains:
- the normative spec (
HACP.md) - schemas and SHACL shapes for compliance testing
- a canonical reference mapping to the "Beast" implementation
- examples and a pilot plan for non-classified lab testing
Goal: make the protocol real and executable so that institutions and vendors can interoperate — without surrendering human authority.
- Read the normative spec:
HACP.md - Inspect the schemas:
schemas/task-manifest.yamlandschemas/culture-profile.yaml - Validate examples with SHACL (CI job included): See
.github/workflows/validate-shacl.yml - Review reference fixtures:
- Task fixtures:
examples/rdf/irreversible_task.ttl,examples/rdf/low_confidence_escalation.ttl - Culture fixture:
examples/rdf/culture_profile.ttl
- Task fixtures:
Apache 2.0 — see LICENSE