-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmaturity-inventory.json
More file actions
267 lines (267 loc) · 10.1 KB
/
Copy pathmaturity-inventory.json
File metadata and controls
267 lines (267 loc) · 10.1 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
{
"schemaVersion": "0.2.0",
"statusAsOfCommit": "d7192f749aa54481bf979e84be1498b29abd2c55",
"program": "exact-candidate-binding",
"note": "Audited capability baseline is main@d7192f74. Final release commit/tree is bound separately by the release provenance manifest. offline_replay_exists is retained only as a compatibility alias for offline_bundle_replay_exists; offline kernel theorem execution is tracked independently.",
"capabilities": [
{
"id": "algebra.ideal_membership_witness",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": true,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": true,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [
"native_checked",
"kernel_replay"
],
"allowed_certification_outcomes": [
"proved"
],
"exactBinding": {
"supported": true,
"generatorId": "mathevidence.exact_ideal_membership",
"generatorVersion": "0.1.0",
"grammarVersion": "0.1.0",
"generatorPath": "scripts/generate_exact_ideal_replay_module.py",
"verifier": "mathevidence-declaration-identity"
},
"known_limitations": [
"CR eligibility requires candidate-bound Lean exact replay; OfflineFixtures are not Certification Record authority.",
"Witness identity only: no Groebner, non-membership, radical, or completeness claim.",
"Offline bundle replay exists; offline kernel replay is not yet a required release maturity gate."
]
},
{
"id": "algebra.rational_equality",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": false,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": false,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [],
"allowed_certification_outcomes": [],
"exactBinding": {
"supported": false
},
"known_limitations": [
"Checker, soundness theorem, bridge, and exact-source generation remain available, but theorem-level Certification Record promotion is disabled for the pinned Lean 4.14 public preview because the candidate-specific checker proposition cannot be admitted on the production native-reduction path without an unacceptable sorryAx dependency.",
"Canonical rationals: int num, strictly positive den, gcd-normalized, zero as 0/1.",
"Offline bundle replay exists; offline kernel replay is not claimed as a release maturity property."
]
},
{
"id": "algebra.linear_algebra",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": true,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": true,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [
"kernel_replay"
],
"allowed_certification_outcomes": [
"proved"
],
"exactBinding": {
"supported": true,
"generatorId": "mathevidence.exact_linear_algebra",
"generatorVersion": "0.1.0",
"grammarVersion": "0.1.0",
"generatorPath": "scripts/generate_exact_linear_algebra_replay_module.py",
"verifier": "mathevidence-declaration-identity"
},
"known_limitations": [
"CR eligibility is operation-scoped to exact-enabled inverse_witness, system_solution, kernel_vector, and det_identity.",
"Exact int/rational entries only; numerical LA is a different evidence class.",
"Offline bundle replay exists; offline kernel replay is not yet a required release maturity gate."
]
},
{
"id": "logic.finite_counterexample",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": true,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": true,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [
"kernel_replay"
],
"allowed_certification_outcomes": [
"refuted"
],
"exactBinding": {
"supported": true,
"generatorId": "mathevidence.exact_finite_counterexample",
"generatorVersion": "0.1.0",
"grammarVersion": "0.1.0",
"generatorPath": "scripts/generate_exact_finite_counterexample_replay_module.py",
"verifier": "mathevidence-declaration-identity"
},
"known_limitations": [
"Exact witness binding yields outcome polarity refuted (never proved).",
"Failure to find a witness is not a proof of the universal claim.",
"Offline bundle replay exists; offline kernel replay is not yet a required release maturity gate."
]
},
{
"id": "algebra.formal_rational_calculus",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": true,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": true,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [
"kernel_replay"
],
"allowed_certification_outcomes": [
"proved"
],
"exactBinding": {
"supported": true,
"generatorId": "mathevidence.exact_formal_rational_calculus",
"generatorVersion": "0.1.0",
"grammarVersion": "0.1.0",
"generatorPath": "scripts/generate_exact_formal_rational_calculus_replay_module.py",
"verifier": "mathevidence-declaration-identity"
},
"known_limitations": [
"Formal/algebraic only; not general analytic HasDerivAt semantics.",
"CR eligibility is restricted to the exact registered soundResult operations; candidate-only requests remain evidence-only.",
"Offline bundle replay exists; offline kernel replay is not yet a required release maturity gate."
]
},
{
"id": "analysis.analytic_calculus",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": true,
"lean_soundness_exists": true,
"bridge_replay_exists": true,
"exact_candidate_binding_exists": true,
"offline_replay_exists": true,
"offline_bundle_replay_exists": true,
"offline_kernel_replay_exists": false,
"cr_eligible": true,
"trusted_backend": "lean_kernel",
"supported_assurance_modes": [
"kernel_replay"
],
"allowed_certification_outcomes": [
"proved"
],
"exactBinding": {
"supported": true,
"generatorId": "mathevidence.exact_analytic_calculus",
"generatorVersion": "0.1.0",
"grammarVersion": "0.1.0",
"generatorPath": "scripts/generate_exact_analytic_calculus_replay_module.py",
"verifier": "mathevidence-declaration-identity"
},
"known_limitations": [
"Analytic calculus is a strict theorem-form whitelist, not arbitrary analysis.",
"Exact ODE currently requires empty domain obligations and at most one initial condition; unsupported forms fail closed.",
"Offline bundle replay exists; offline kernel replay is not yet a required release maturity gate."
]
},
{
"id": "logic.sat_unsat",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": false,
"lean_soundness_exists": false,
"bridge_replay_exists": false,
"exact_candidate_binding_exists": false,
"offline_replay_exists": false,
"offline_bundle_replay_exists": false,
"offline_kernel_replay_exists": false,
"cr_eligible": false,
"trusted_backend": "external",
"supported_assurance_modes": [],
"allowed_certification_outcomes": [],
"exactBinding": {
"supported": false
},
"known_limitations": [
"Federated metadata only. External SAT checker owns witnesses and proofs.",
"Never CR-eligible in the exact-candidate-binding program."
]
},
{
"id": "logic.pseudo_boolean",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": false,
"lean_soundness_exists": false,
"bridge_replay_exists": false,
"exact_candidate_binding_exists": false,
"offline_replay_exists": false,
"offline_bundle_replay_exists": false,
"offline_kernel_replay_exists": false,
"cr_eligible": false,
"trusted_backend": "external",
"supported_assurance_modes": [],
"allowed_certification_outcomes": [],
"exactBinding": {
"supported": false
},
"known_limitations": [
"Federated metadata only. External PB checker owns certificates.",
"Never CR-eligible in the exact-candidate-binding program."
]
},
{
"id": "logic.smt",
"version": "0.1.0",
"adapter_exists": true,
"checker_exists": false,
"lean_soundness_exists": false,
"bridge_replay_exists": false,
"exact_candidate_binding_exists": false,
"offline_replay_exists": false,
"offline_bundle_replay_exists": false,
"offline_kernel_replay_exists": false,
"cr_eligible": false,
"trusted_backend": "external",
"supported_assurance_modes": [],
"allowed_certification_outcomes": [],
"exactBinding": {
"supported": false
},
"known_limitations": [
"Federated metadata only. Lean-SMT / sibling projects own reconstruction.",
"Never CR-eligible in the exact-candidate-binding program."
]
}
]
}