appcore-capabilities 1.0.0

Capability registry and resolver contracts for distributed AppCore.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# appcore-capabilities

[English guide](wiki/guide.en.md) |
[Guia em português](wiki/guide.pt.md) |
[Guide français](wiki/guide.fr.md)

Descriptor catalog, local handler registry and deterministic local/remote
provider resolution.

`CapabilityCatalog` authorizes manifest-composed descriptors without claiming
that a handler exists. `CapabilityRegistry` owns executable local handlers.
Both catalog enforcement and provider resolution use the same mode,
idempotency, operational-write and leadership checks. The Runtime does not
infer product meaning from capability names.

```bash
cargo test -p appcore-capabilities
```