Commit c640709
authored
docs(readme): fix conformance table — getBalances is cross-plane MUST, not SHOULD (#73)
The top conformance-status table listed the 5 runtime ops that
`cycles-protocol-v0.yaml` marks OPTIONAL / nice-to-have as SHOULD.
That list wrongly included `getBalances`, contradicting the paragraph
a few lines below (and CONFORMANCE.md §MUST) which correctly classify
`getBalances` as a cross-plane MUST because
`cycles-governance-admin-v0.1.25.yaml` re-declares the same path +
operationId as normative.
Update the Normative (v0.1.25) row so the 4 true SHOULD ops
(`decide`, `listReservations`, `getReservation`, `createEvent`) stand
alone, and call out that `getBalances` is lifted to MUST via the
admin spec's re-declaration. Matches CONFORMANCE.md §MUST / Cross-plane
operations and the README's own §Conformance paragraph.
Docs-only; no spec, merged artifact, or changelog touched.1 parent e23a496 commit c640709
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments