@@ -8,6 +8,8 @@ risk-model artifacts.
88| Input | Producer | Required format |
99| --- | --- | --- |
1010| Risk model analysis | ` gatl-core risk-models ` | ` gatl-core/v0.1-risk-model-analysis ` |
11+ | Derivative golden fixture | ` gatl-ad-lab export-golden ` | ` gatl-ad-lab/v0.1-derivative-golden-fixture ` |
12+ | External AD proof result | ` gatl-ad-proof-backend ` | ` gatl-ad-lab/v0.1-external-ad-proof-result ` |
1113
1214## Produced Artifacts
1315
@@ -17,6 +19,9 @@ risk-model artifacts.
1719| AD check report | ` gatl-ad-lab/v0.1-ad-check-report ` |
1820| Derivative golden fixture | ` gatl-ad-lab/v0.1-derivative-golden-fixture ` |
1921| External AD proof result placeholder | ` gatl-ad-lab/v0.1-external-ad-proof-result ` |
22+ | AD proof result validation | ` gatl-ad-lab/v0.1-ad-proof-result-validation ` |
23+ | AD proof result comparison | ` gatl-ad-lab/v0.1-ad-proof-result-comparison ` |
24+ | AD proof import gate | ` gatl-ad-lab/v0.1-ad-proof-import-gate ` |
2025| Proof backend boundary validation | ` gatl-ad-lab/v0.1-proof-backend-boundary-validation ` |
2126| Proof backend environment report | ` gatl-ad-lab/v0.1-proof-backend-environment ` |
2227| Proof backend activation gate | ` gatl-ad-lab/v0.1-proof-backend-activation-gate ` |
@@ -28,8 +33,10 @@ evaluates the typed scalar expression, runs the exported reverse derivative
2833instruction skeleton, compares the result with finite differences, and exports
2934a derivative golden fixture for external formal proof backends. It also
3035validates the proof backend boundary manifest, emits a local environment probe,
31- and verifies that the activation gate remains closed when the external proof
32- backend command is missing.
36+ verifies that the activation gate remains closed when the external proof
37+ backend command is missing, generates an external AD proof result through the
38+ separate ` gatl-ad-proof-backend ` repo, validates that result, compares it to
39+ the derivative golden fixture, and opens the AD proof import gate.
3340
3441## Boundary
3542
@@ -41,3 +48,6 @@ The proof backend activation gate is only a readiness artifact for external
4148deployment automation. It must be consumed by a separate production proof
4249service before proof jobs run; ` gatl-ad-lab ` itself does not run the proof
4350backend beyond an explicit ` --version ` probe.
51+
52+ The AD proof import gate is a result-consumption artifact. It only imports an
53+ already-produced proof result and requires a matching fixture content address.
0 commit comments