1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
The machine-readable [feature parity matrix](feature-parity.json) is the
authoritative implementation inventory for four declared targets:
- ---
The matrix records the published 0.2.1 baseline and the 0.2.2 work stream. It
separates implementation from target status. A capability can be implemented
while runtime verification on a particular OS remains incomplete.
Each target status uses one of these values:
The current matrix intentionally marks ordinary cross-platform capabilities as
`shippedUncertified`, not unsupported. This is an inventory status, not a local
support claim. Native extensions are `experimental` only for explicit opt-in on
the locally verified Linux ARM64 sandbox and remain `blockedBySecurityGate` on
the other declared targets. Windows is outside this matrix and remains
unsupported.
The JSON contract is defined by
[feature-parity-v1.schema.json](schema/feature-parity-v1.schema.json). The
matrix is evidence inventory, not a claim that every declared target has passed
the complete native verification suite.
See [platform support and local certification](ci-platform-certification.md)
for the local verification boundary.