Metadata-Version: 2.4
Name: chp-adapter-delegation
Version: 0.10.0
Summary: CHP capability adapter — governed work handoff and delegation lifecycle
Author: Auxo
License: Apache-2.0
Keywords: adapter,capability-host-protocol,chp,delegation,governance
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.10
Requires-Dist: chp-core>=0.7.0
Provides-Extra: dev
Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
Requires-Dist: pytest>=8.0; extra == 'dev'
Description-Content-Type: text/markdown

# chp-adapter-delegation

CHP capability adapter for governed work handoff and delegation lifecycle.

## Capabilities

| Capability | Risk | Description |
|---|---|---|
| `chp.adapters.delegation.create` | medium | Open a delegation envelope |
| `chp.adapters.delegation.accept` | low | Accept a pending delegation |
| `chp.adapters.delegation.complete` | medium | Record successful completion |
| `chp.adapters.delegation.reject` | low | Reject with a stated reason |

## Evidence Events

`delegation_created`, `delegation_accepted`, `delegation_completed`, `delegation_rejected`
