|
7 | 7 | [](https://github.com/MB3R-Lab/Sheaft/blob/main/go.mod) |
8 | 8 | [](https://github.com/MB3R-Lab/Sheaft/releases/tag/v0.2.4) |
9 | 9 | [](https://github.com/MB3R-Lab/Sheaft/blob/main/docs/compatibility-matrix.md) |
| 10 | +[](https://github.com/MB3R-Lab/Bering/releases/tag/v0.3.4) |
10 | 11 |
|
11 | 12 | Sheaft is a downstream resilience posture engine and CI/CD gate for model artifacts produced by Bering or another compatible upstream producer. |
12 | 13 |
|
@@ -59,6 +60,8 @@ Unknown or mismatched contracts are rejected. There is no silent fallback for un |
59 | 60 |
|
60 | 61 | `1.0.0` remains the baseline semantics line and the reference artifact line for cross-version comparisons. `1.1.0` adds richer typed metadata for timeout, retry, placement, shared-resource, and edge-scoped analysis when the artifact provides it. |
61 | 62 |
|
| 63 | +The current `main` line has also been app-level synced against the published Bering `v0.3.4` release/package. That sync does not change the accepted Bering schema contract pins. |
| 64 | + |
62 | 65 | ## Installation |
63 | 66 |
|
64 | 67 | Preferred path for the current technical preview release: |
@@ -139,7 +142,7 @@ sheaft run --model <artifact.json> --analysis <analysis.yaml> --contract-policy |
139 | 142 |
|
140 | 143 | ## Service mode |
141 | 144 |
|
142 | | -The long-running service remains experimental in `v0.1.x`, but it is included in the public technical preview. |
| 145 | +The long-running service remains experimental in `v0.2.x`, but it is included in the public technical preview. |
143 | 146 |
|
144 | 147 | The checked-in example is runnable without editing paths: |
145 | 148 |
|
@@ -172,6 +175,7 @@ Sheaft is intentionally downstream of Bering artifacts and schemas. |
172 | 175 | - `1.0.0` is kept as the stable fail-stop baseline semantics line. |
173 | 176 | - `1.1.0` enables additive path-aware diagnostics and fault-profile analysis when metadata exists. |
174 | 177 | - Compatibility metadata is published in [compatibility-manifest.json](compatibility-manifest.json). |
| 178 | +- The current app-level Bering release/package sync target is `v0.3.4`; schema acceptance still comes only from the pinned contracts above. |
175 | 179 | - Schema ownership stays with Bering; Sheaft does not redefine those schema versions. |
176 | 180 | - `--contract-policy` can narrow or deprecate accepted contracts for a specific project, but it cannot expand support beyond the built-in whitelist. |
177 | 181 |
|
|
0 commit comments