You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| FR7 Framework definitions | PASS | 8 frameworks in `frameworks/` and `core/framework/`; list/show implemented. |
25
25
| FR8 Go module API | PASS | Primary API surface exported from `proof.go`. |
26
26
| FR9 JSON schemas | PASS | Base + type schemas + chain/bundle/framework schemas in `schemas/v1/`. |
@@ -35,11 +35,11 @@ Status key:
35
35
| AC4 Cross-product chain | PASS | Mixed record types chain and verify correctly. |
36
36
| AC5 Offline guarantee | PASS | Core verification is offline-first; cosign path is explicitly local-binary based, no mandatory network dependency in CLI flow. |
37
37
| AC6 Schema validation | PASS | Invalid/missing fields rejected by schema and validation layers. |
38
-
| AC7 Custom type | PASS |Custom schema validation is supported through CLI/API (`types validate`, `ValidateCustomTypeSchema`). |
38
+
| AC7 Custom type | PASS |Runtime custom type registration is supported through CLI/API (`--custom-type-schema`, `RegisterCustomTypeSchema`), and verification validates base + custom schema. |
39
39
| AC8 Framework PR only | PASS | Frameworks are YAML-only; no code change required to add files. |
40
-
| AC9 Sigstore parity | PASS | cosign key/cert verification paths, release signing, and release signature verification are wired and tested. |
41
-
| AC10 Determinism proof | PASS |Determinism/contract checks are gated (hash-chain integrity, exit-code contract, golden-style deterministic checks in tests/scripts). |
42
-
| AC11 Gait backward compatibility | PASS | Native Gait pack and embedded signed-JSON verification with key-id compatibility and signature checks implemented and covered. |
0 commit comments