appcore-contracts 1.0.0

Stable, implementation-independent manifests and distributed runtime contracts for AppCore.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# appcore-contracts

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

Stable, implementation-independent AppCore manifests and policies.

Main contracts: `ApplicationManifestV1`, `DeploymentManifestV1`,
`RuntimeManifestV1`, Runtime modes, capability declarations and
storage/leadership/job/scheduler/health/update policies.

This foundation crate has no internal AppCore dependency. It must not contain
I/O, provider implementations or business concepts.

```bash
cargo test -p appcore-contracts
```