@lucern/contracts 1.0.30 → 1.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/assembly-acceptance-gate.contract.d.ts +1234 -1234
- package/dist/assembly-instrumentation.contract.d.ts +413 -413
- package/dist/belongs-to-membership-model.contract.d.ts +45 -45
- package/dist/campaign-context-compiler.contract.d.ts +87 -87
- package/dist/canonical-edge-public-noun-lock.contract.d.ts +106 -106
- package/dist/concept-maturity-rubric.contract.d.ts +131 -131
- package/dist/docs-canon-reconciliation-loop.contract.d.ts +37 -37
- package/dist/{edge-policy-manifest-Bg3B5G0u.d.ts → edge-policy-manifest-C38kuf7v.d.ts} +26 -26
- package/dist/evidence-question-forecast-maturity.contract.d.ts +76 -76
- package/dist/evidence-taxonomy-target-scope.contract.d.ts +61 -61
- package/dist/final-substrate-source-ledger.contract.d.ts +149 -149
- package/dist/function-registry/helpers.d.ts +1 -1
- package/dist/function-registry/index.d.ts +11 -11
- package/dist/generated/state-vector-transition-table.d.ts +1 -1
- package/dist/golden-reasoning-eval-harness.contract.d.ts +2178 -2178
- package/dist/graph-traversal-canon.contract.d.ts +121 -121
- package/dist/graph-traversal-invariant-guardrails.contract.d.ts +68 -68
- package/dist/graph-v2-write-policy-constitution.contract.d.ts +219 -219
- package/dist/heartbeat-property-validation.contract.d.ts +86 -86
- package/dist/index.d.ts +2 -2
- package/dist/manifest-projection-generation.contract.d.ts +34 -34
- package/dist/manifests/check-manifest.d.ts +12 -12
- package/dist/manifests/edge-policy-manifest.d.ts +1 -1
- package/dist/manifests/edge-policy-manifest.data.d.ts +3 -3
- package/dist/manifests/invariant-manifest.d.ts +6 -6
- package/dist/observability-audit-store-migration.contract.d.ts +110 -110
- package/dist/parsimony-diagnostic.contract.d.ts +328 -328
- package/dist/post-substrate-surface-lock.contract.d.ts +48 -48
- package/dist/post-substrate-surface-upgrade.contract.d.ts +82 -82
- package/dist/pre-rebuild-closeout-gate.contract.d.ts +153 -153
- package/dist/primitive-epistemic-state-constitution.contract.d.ts +34 -34
- package/dist/primitive-epistemic-state-constitution.data.d.ts +1 -1
- package/dist/primitive-maturity-matrix.contract.d.ts +100 -100
- package/dist/prior-art-vocabulary-firewall.contract.d.ts +19 -19
- package/dist/projections/create-evidence.projection.d.ts +36 -36
- package/dist/projections/index.d.ts +7 -7
- package/dist/projections/list-beliefs.projection.d.ts +3 -3
- package/dist/proof-attestation.json +1 -1
- package/dist/propagation-v2-contract.contract.d.ts +74 -74
- package/dist/published-belief-artifact.contract.d.ts +325 -325
- package/dist/reset-authorization-package.contract.d.ts +84 -84
- package/dist/retrieval-search-discovery-receipt.contract.d.ts +288 -288
- package/dist/schema-change-belief.contract.d.ts +179 -179
- package/dist/schemas/component-table-manifest.d.ts +8 -8
- package/dist/schemas/manifest.d.ts +580 -580
- package/dist/schemas/tables/kernel/epistemic.d.ts +2 -2
- package/dist/schemas/tables/kernel/intelligence.d.ts +16 -16
- package/dist/schemas/tables/kernel/lens.d.ts +10 -10
- package/dist/schemas/tables/kernel/platform.d.ts +14 -14
- package/dist/schemas/tables/kernel/task.d.ts +26 -26
- package/dist/schemas/tables/kernel/worktree.d.ts +18 -18
- package/dist/schemas/tables/mc/identity.d.ts +2 -2
- package/dist/schemas/tables/mc/methodology.d.ts +2 -2
- package/dist/schemas/tables/mc/pack.d.ts +24 -24
- package/dist/schemas/tables/mc/runtime.d.ts +2 -2
- package/dist/slice-serialization.contract.d.ts +1325 -1325
- package/dist/source-material-adoption-ledger.contract.d.ts +250 -250
- package/dist/source-material-total-partition.contract.d.ts +254 -254
- package/dist/state-vector-manifest.contract.d.ts +83 -83
- package/dist/state-vector-manifest.data.contract.d.ts +1 -1
- package/dist/state-vector-runtime.contract.d.ts +28 -28
- package/dist/substrate-envelope.contract.d.ts +117 -117
- package/dist/substrate-lifecycle-lineage.contract.d.ts +30 -30
- package/dist/substrate-migration-cutover-ledger.contract.d.ts +13 -13
- package/dist/substrate-neo4j-projection.contract.d.ts +179 -179
- package/dist/transition-receipt.contract.d.ts +543 -543
- package/dist/traversal-mode-constitution.contract.d.ts +123 -123
- package/dist/typed-gate-registry.contract.d.ts +61 -61
- package/dist/typed-need.contract.d.ts +248 -248
- package/dist/{unified-state-matrix.contract-BJDYNhnf.d.ts → unified-state-matrix.contract-BTxqLggA.d.ts} +96 -96
- package/dist/unified-state-matrix.contract.d.ts +1 -1
- package/dist/unified-state-matrix.data.contract.d.ts +1 -1
- package/dist/workspace-data-sovereignty.contract.d.ts +114 -114
- package/dist/worktree-belief-adoption.contract.d.ts +91 -91
- package/dist/worktree-delta-ledger.contract.d.ts +124 -124
- package/dist/worktree-graph-branch-maturity.contract.d.ts +63 -63
- package/package.json +1 -1
|
@@ -42,16 +42,16 @@ declare const ConceptMaturityDimensionSchema: z.ZodObject<{
|
|
|
42
42
|
greenRequiresQuestionPressure: z.ZodBoolean;
|
|
43
43
|
technicalProxyAllowed: z.ZodLiteral<false>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
|
-
key: string;
|
|
46
45
|
description: string;
|
|
46
|
+
key: string;
|
|
47
47
|
axis: "concept" | "technical" | "bridge";
|
|
48
48
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
49
49
|
minimumEvidenceRefs: number;
|
|
50
50
|
greenRequiresQuestionPressure: boolean;
|
|
51
51
|
technicalProxyAllowed: false;
|
|
52
52
|
}, {
|
|
53
|
-
key: string;
|
|
54
53
|
description: string;
|
|
54
|
+
key: string;
|
|
55
55
|
axis: "concept" | "technical" | "bridge";
|
|
56
56
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
57
57
|
minimumEvidenceRefs: number;
|
|
@@ -65,14 +65,14 @@ declare const ConceptMaturitySubjectSchema: z.ZodObject<{
|
|
|
65
65
|
ownerLane: z.ZodString;
|
|
66
66
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
67
67
|
}, "strip", z.ZodTypeAny, {
|
|
68
|
-
storageLocatorSemantic: false;
|
|
69
68
|
ownerLane: string;
|
|
69
|
+
storageLocatorSemantic: false;
|
|
70
70
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
71
71
|
subjectUuid: string;
|
|
72
72
|
subjectKey: string;
|
|
73
73
|
}, {
|
|
74
|
-
storageLocatorSemantic: false;
|
|
75
74
|
ownerLane: string;
|
|
75
|
+
storageLocatorSemantic: false;
|
|
76
76
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
77
77
|
subjectUuid: string;
|
|
78
78
|
subjectKey: string;
|
|
@@ -108,14 +108,14 @@ declare const ConceptMaturityAuditSchema: z.ZodObject<{
|
|
|
108
108
|
ownerLane: z.ZodString;
|
|
109
109
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
110
110
|
}, "strip", z.ZodTypeAny, {
|
|
111
|
-
storageLocatorSemantic: false;
|
|
112
111
|
ownerLane: string;
|
|
112
|
+
storageLocatorSemantic: false;
|
|
113
113
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
114
114
|
subjectUuid: string;
|
|
115
115
|
subjectKey: string;
|
|
116
116
|
}, {
|
|
117
|
-
storageLocatorSemantic: false;
|
|
118
117
|
ownerLane: string;
|
|
118
|
+
storageLocatorSemantic: false;
|
|
119
119
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
120
120
|
subjectUuid: string;
|
|
121
121
|
subjectKey: string;
|
|
@@ -150,8 +150,8 @@ declare const ConceptMaturityAuditSchema: z.ZodObject<{
|
|
|
150
150
|
}, "strip", z.ZodTypeAny, {
|
|
151
151
|
auditUuid: string;
|
|
152
152
|
subject: {
|
|
153
|
-
storageLocatorSemantic: false;
|
|
154
153
|
ownerLane: string;
|
|
154
|
+
storageLocatorSemantic: false;
|
|
155
155
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
156
156
|
subjectUuid: string;
|
|
157
157
|
subjectKey: string;
|
|
@@ -172,8 +172,8 @@ declare const ConceptMaturityAuditSchema: z.ZodObject<{
|
|
|
172
172
|
}, {
|
|
173
173
|
auditUuid: string;
|
|
174
174
|
subject: {
|
|
175
|
-
storageLocatorSemantic: false;
|
|
176
175
|
ownerLane: string;
|
|
176
|
+
storageLocatorSemantic: false;
|
|
177
177
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
178
178
|
subjectUuid: string;
|
|
179
179
|
subjectKey: string;
|
|
@@ -201,16 +201,16 @@ declare const ConceptMaturityPolicyCheckSchema: z.ZodObject<{
|
|
|
201
201
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
202
202
|
omissionRecord: z.ZodLiteral<"conceptMaturityRubric.omissions[]">;
|
|
203
203
|
}, "strip", z.ZodTypeAny, {
|
|
204
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
205
204
|
resourceType: "node";
|
|
205
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
206
206
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
207
207
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
208
208
|
adapter: "permit_authorize_v1";
|
|
209
209
|
decisionEffect: "audit" | "allow" | "refuse";
|
|
210
210
|
requiredAttributes: string[];
|
|
211
211
|
}, {
|
|
212
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
213
212
|
resourceType: "node";
|
|
213
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
214
214
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
215
215
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
216
216
|
adapter: "permit_authorize_v1";
|
|
@@ -258,16 +258,16 @@ declare const ConceptMaturityQualitySchema: z.ZodObject<{
|
|
|
258
258
|
graphTargetQuestionNodeId: z.ZodLiteral<"n975q9zjn2g3aekj3haz0fx9e187x74c">;
|
|
259
259
|
graphTargetBeliefStatus: z.ZodEnum<["pending_create_belief_repair", "linked"]>;
|
|
260
260
|
}, "strip", z.ZodTypeAny, {
|
|
261
|
+
thresholdCoverage: 1;
|
|
261
262
|
conceptTechnicalSeparationCoverage: 1;
|
|
262
263
|
evidenceRequirementCoverage: 1;
|
|
263
|
-
thresholdCoverage: 1;
|
|
264
264
|
docsCloseGateCoverage: 1;
|
|
265
265
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
266
266
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
267
267
|
}, {
|
|
268
|
+
thresholdCoverage: 1;
|
|
268
269
|
conceptTechnicalSeparationCoverage: 1;
|
|
269
270
|
evidenceRequirementCoverage: 1;
|
|
270
|
-
thresholdCoverage: 1;
|
|
271
271
|
docsCloseGateCoverage: 1;
|
|
272
272
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
273
273
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
@@ -289,16 +289,16 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
289
289
|
greenRequiresQuestionPressure: z.ZodBoolean;
|
|
290
290
|
technicalProxyAllowed: z.ZodLiteral<false>;
|
|
291
291
|
}, "strip", z.ZodTypeAny, {
|
|
292
|
-
key: string;
|
|
293
292
|
description: string;
|
|
293
|
+
key: string;
|
|
294
294
|
axis: "concept" | "technical" | "bridge";
|
|
295
295
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
296
296
|
minimumEvidenceRefs: number;
|
|
297
297
|
greenRequiresQuestionPressure: boolean;
|
|
298
298
|
technicalProxyAllowed: false;
|
|
299
299
|
}, {
|
|
300
|
-
key: string;
|
|
301
300
|
description: string;
|
|
301
|
+
key: string;
|
|
302
302
|
axis: "concept" | "technical" | "bridge";
|
|
303
303
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
304
304
|
minimumEvidenceRefs: number;
|
|
@@ -330,14 +330,14 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
330
330
|
ownerLane: z.ZodString;
|
|
331
331
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
|
-
storageLocatorSemantic: false;
|
|
334
333
|
ownerLane: string;
|
|
334
|
+
storageLocatorSemantic: false;
|
|
335
335
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
336
336
|
subjectUuid: string;
|
|
337
337
|
subjectKey: string;
|
|
338
338
|
}, {
|
|
339
|
-
storageLocatorSemantic: false;
|
|
340
339
|
ownerLane: string;
|
|
340
|
+
storageLocatorSemantic: false;
|
|
341
341
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
342
342
|
subjectUuid: string;
|
|
343
343
|
subjectKey: string;
|
|
@@ -372,8 +372,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
372
372
|
}, "strip", z.ZodTypeAny, {
|
|
373
373
|
auditUuid: string;
|
|
374
374
|
subject: {
|
|
375
|
-
storageLocatorSemantic: false;
|
|
376
375
|
ownerLane: string;
|
|
376
|
+
storageLocatorSemantic: false;
|
|
377
377
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
378
378
|
subjectUuid: string;
|
|
379
379
|
subjectKey: string;
|
|
@@ -394,8 +394,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
394
394
|
}, {
|
|
395
395
|
auditUuid: string;
|
|
396
396
|
subject: {
|
|
397
|
-
storageLocatorSemantic: false;
|
|
398
397
|
ownerLane: string;
|
|
398
|
+
storageLocatorSemantic: false;
|
|
399
399
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
400
400
|
subjectUuid: string;
|
|
401
401
|
subjectKey: string;
|
|
@@ -439,16 +439,16 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
439
439
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
440
440
|
omissionRecord: z.ZodLiteral<"conceptMaturityRubric.omissions[]">;
|
|
441
441
|
}, "strip", z.ZodTypeAny, {
|
|
442
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
443
442
|
resourceType: "node";
|
|
443
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
444
444
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
445
445
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
446
446
|
adapter: "permit_authorize_v1";
|
|
447
447
|
decisionEffect: "audit" | "allow" | "refuse";
|
|
448
448
|
requiredAttributes: string[];
|
|
449
449
|
}, {
|
|
450
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
451
450
|
resourceType: "node";
|
|
451
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
452
452
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
453
453
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
454
454
|
adapter: "permit_authorize_v1";
|
|
@@ -480,22 +480,21 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
480
480
|
graphTargetQuestionNodeId: z.ZodLiteral<"n975q9zjn2g3aekj3haz0fx9e187x74c">;
|
|
481
481
|
graphTargetBeliefStatus: z.ZodEnum<["pending_create_belief_repair", "linked"]>;
|
|
482
482
|
}, "strip", z.ZodTypeAny, {
|
|
483
|
+
thresholdCoverage: 1;
|
|
483
484
|
conceptTechnicalSeparationCoverage: 1;
|
|
484
485
|
evidenceRequirementCoverage: 1;
|
|
485
|
-
thresholdCoverage: 1;
|
|
486
486
|
docsCloseGateCoverage: 1;
|
|
487
487
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
488
488
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
489
489
|
}, {
|
|
490
|
+
thresholdCoverage: 1;
|
|
490
491
|
conceptTechnicalSeparationCoverage: 1;
|
|
491
492
|
evidenceRequirementCoverage: 1;
|
|
492
|
-
thresholdCoverage: 1;
|
|
493
493
|
docsCloseGateCoverage: 1;
|
|
494
494
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
495
495
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
496
496
|
}>;
|
|
497
497
|
}, "strip", z.ZodTypeAny, {
|
|
498
|
-
rubricUuid: string;
|
|
499
498
|
compositionKey: "concept_maturity_rubric_v1";
|
|
500
499
|
thresholds: {
|
|
501
500
|
band: "red" | "orange" | "green";
|
|
@@ -504,21 +503,22 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
504
503
|
maxExclusive?: number | undefined;
|
|
505
504
|
}[];
|
|
506
505
|
quality: {
|
|
506
|
+
thresholdCoverage: 1;
|
|
507
507
|
conceptTechnicalSeparationCoverage: 1;
|
|
508
508
|
evidenceRequirementCoverage: 1;
|
|
509
|
-
thresholdCoverage: 1;
|
|
510
509
|
docsCloseGateCoverage: 1;
|
|
511
510
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
512
511
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
513
512
|
};
|
|
513
|
+
rubricUuid: string;
|
|
514
514
|
codeExistenceIsNotConceptMaturity: true;
|
|
515
515
|
rubricUuidVersion: "uuidv7";
|
|
516
516
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
517
517
|
conceptMaturityDefinition: string;
|
|
518
518
|
technicalMaturityDefinition: string;
|
|
519
519
|
dimensions: {
|
|
520
|
-
key: string;
|
|
521
520
|
description: string;
|
|
521
|
+
key: string;
|
|
522
522
|
axis: "concept" | "technical" | "bridge";
|
|
523
523
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
524
524
|
minimumEvidenceRefs: number;
|
|
@@ -528,8 +528,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
528
528
|
fixtureAudit: {
|
|
529
529
|
auditUuid: string;
|
|
530
530
|
subject: {
|
|
531
|
-
storageLocatorSemantic: false;
|
|
532
531
|
ownerLane: string;
|
|
532
|
+
storageLocatorSemantic: false;
|
|
533
533
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
534
534
|
subjectUuid: string;
|
|
535
535
|
subjectKey: string;
|
|
@@ -555,8 +555,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
555
555
|
docsAreConstitution: true;
|
|
556
556
|
};
|
|
557
557
|
policyChecks: {
|
|
558
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
559
558
|
resourceType: "node";
|
|
559
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
560
560
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
561
561
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
562
562
|
adapter: "permit_authorize_v1";
|
|
@@ -571,7 +571,6 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
571
571
|
correlationIds: string[];
|
|
572
572
|
}[];
|
|
573
573
|
}, {
|
|
574
|
-
rubricUuid: string;
|
|
575
574
|
compositionKey: "concept_maturity_rubric_v1";
|
|
576
575
|
thresholds: {
|
|
577
576
|
band: "red" | "orange" | "green";
|
|
@@ -580,21 +579,22 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
580
579
|
maxExclusive?: number | undefined;
|
|
581
580
|
}[];
|
|
582
581
|
quality: {
|
|
582
|
+
thresholdCoverage: 1;
|
|
583
583
|
conceptTechnicalSeparationCoverage: 1;
|
|
584
584
|
evidenceRequirementCoverage: 1;
|
|
585
|
-
thresholdCoverage: 1;
|
|
586
585
|
docsCloseGateCoverage: 1;
|
|
587
586
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
588
587
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
589
588
|
};
|
|
589
|
+
rubricUuid: string;
|
|
590
590
|
codeExistenceIsNotConceptMaturity: true;
|
|
591
591
|
rubricUuidVersion: "uuidv7";
|
|
592
592
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
593
593
|
conceptMaturityDefinition: string;
|
|
594
594
|
technicalMaturityDefinition: string;
|
|
595
595
|
dimensions: {
|
|
596
|
-
key: string;
|
|
597
596
|
description: string;
|
|
597
|
+
key: string;
|
|
598
598
|
axis: "concept" | "technical" | "bridge";
|
|
599
599
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
600
600
|
minimumEvidenceRefs: number;
|
|
@@ -604,8 +604,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
604
604
|
fixtureAudit: {
|
|
605
605
|
auditUuid: string;
|
|
606
606
|
subject: {
|
|
607
|
-
storageLocatorSemantic: false;
|
|
608
607
|
ownerLane: string;
|
|
608
|
+
storageLocatorSemantic: false;
|
|
609
609
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
610
610
|
subjectUuid: string;
|
|
611
611
|
subjectKey: string;
|
|
@@ -631,8 +631,8 @@ declare const ConceptMaturityRubricSchema: z.ZodObject<{
|
|
|
631
631
|
docsAreConstitution: true;
|
|
632
632
|
};
|
|
633
633
|
policyChecks: {
|
|
634
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
635
634
|
resourceType: "node";
|
|
635
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
636
636
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
637
637
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
638
638
|
adapter: "permit_authorize_v1";
|
|
@@ -666,16 +666,16 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
666
666
|
greenRequiresQuestionPressure: z.ZodBoolean;
|
|
667
667
|
technicalProxyAllowed: z.ZodLiteral<false>;
|
|
668
668
|
}, "strip", z.ZodTypeAny, {
|
|
669
|
-
key: string;
|
|
670
669
|
description: string;
|
|
670
|
+
key: string;
|
|
671
671
|
axis: "concept" | "technical" | "bridge";
|
|
672
672
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
673
673
|
minimumEvidenceRefs: number;
|
|
674
674
|
greenRequiresQuestionPressure: boolean;
|
|
675
675
|
technicalProxyAllowed: false;
|
|
676
676
|
}, {
|
|
677
|
-
key: string;
|
|
678
677
|
description: string;
|
|
678
|
+
key: string;
|
|
679
679
|
axis: "concept" | "technical" | "bridge";
|
|
680
680
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
681
681
|
minimumEvidenceRefs: number;
|
|
@@ -707,14 +707,14 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
707
707
|
ownerLane: z.ZodString;
|
|
708
708
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
709
709
|
}, "strip", z.ZodTypeAny, {
|
|
710
|
-
storageLocatorSemantic: false;
|
|
711
710
|
ownerLane: string;
|
|
711
|
+
storageLocatorSemantic: false;
|
|
712
712
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
713
713
|
subjectUuid: string;
|
|
714
714
|
subjectKey: string;
|
|
715
715
|
}, {
|
|
716
|
-
storageLocatorSemantic: false;
|
|
717
716
|
ownerLane: string;
|
|
717
|
+
storageLocatorSemantic: false;
|
|
718
718
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
719
719
|
subjectUuid: string;
|
|
720
720
|
subjectKey: string;
|
|
@@ -749,8 +749,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
749
749
|
}, "strip", z.ZodTypeAny, {
|
|
750
750
|
auditUuid: string;
|
|
751
751
|
subject: {
|
|
752
|
-
storageLocatorSemantic: false;
|
|
753
752
|
ownerLane: string;
|
|
753
|
+
storageLocatorSemantic: false;
|
|
754
754
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
755
755
|
subjectUuid: string;
|
|
756
756
|
subjectKey: string;
|
|
@@ -771,8 +771,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
771
771
|
}, {
|
|
772
772
|
auditUuid: string;
|
|
773
773
|
subject: {
|
|
774
|
-
storageLocatorSemantic: false;
|
|
775
774
|
ownerLane: string;
|
|
775
|
+
storageLocatorSemantic: false;
|
|
776
776
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
777
777
|
subjectUuid: string;
|
|
778
778
|
subjectKey: string;
|
|
@@ -816,16 +816,16 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
816
816
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
817
817
|
omissionRecord: z.ZodLiteral<"conceptMaturityRubric.omissions[]">;
|
|
818
818
|
}, "strip", z.ZodTypeAny, {
|
|
819
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
820
819
|
resourceType: "node";
|
|
820
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
821
821
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
822
822
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
823
823
|
adapter: "permit_authorize_v1";
|
|
824
824
|
decisionEffect: "audit" | "allow" | "refuse";
|
|
825
825
|
requiredAttributes: string[];
|
|
826
826
|
}, {
|
|
827
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
828
827
|
resourceType: "node";
|
|
828
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
829
829
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
830
830
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
831
831
|
adapter: "permit_authorize_v1";
|
|
@@ -857,22 +857,21 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
857
857
|
graphTargetQuestionNodeId: z.ZodLiteral<"n975q9zjn2g3aekj3haz0fx9e187x74c">;
|
|
858
858
|
graphTargetBeliefStatus: z.ZodEnum<["pending_create_belief_repair", "linked"]>;
|
|
859
859
|
}, "strip", z.ZodTypeAny, {
|
|
860
|
+
thresholdCoverage: 1;
|
|
860
861
|
conceptTechnicalSeparationCoverage: 1;
|
|
861
862
|
evidenceRequirementCoverage: 1;
|
|
862
|
-
thresholdCoverage: 1;
|
|
863
863
|
docsCloseGateCoverage: 1;
|
|
864
864
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
865
865
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
866
866
|
}, {
|
|
867
|
+
thresholdCoverage: 1;
|
|
867
868
|
conceptTechnicalSeparationCoverage: 1;
|
|
868
869
|
evidenceRequirementCoverage: 1;
|
|
869
|
-
thresholdCoverage: 1;
|
|
870
870
|
docsCloseGateCoverage: 1;
|
|
871
871
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
872
872
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
873
873
|
}>;
|
|
874
874
|
}, "strip", z.ZodTypeAny, {
|
|
875
|
-
rubricUuid: string;
|
|
876
875
|
compositionKey: "concept_maturity_rubric_v1";
|
|
877
876
|
thresholds: {
|
|
878
877
|
band: "red" | "orange" | "green";
|
|
@@ -881,21 +880,22 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
881
880
|
maxExclusive?: number | undefined;
|
|
882
881
|
}[];
|
|
883
882
|
quality: {
|
|
883
|
+
thresholdCoverage: 1;
|
|
884
884
|
conceptTechnicalSeparationCoverage: 1;
|
|
885
885
|
evidenceRequirementCoverage: 1;
|
|
886
|
-
thresholdCoverage: 1;
|
|
887
886
|
docsCloseGateCoverage: 1;
|
|
888
887
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
889
888
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
890
889
|
};
|
|
890
|
+
rubricUuid: string;
|
|
891
891
|
codeExistenceIsNotConceptMaturity: true;
|
|
892
892
|
rubricUuidVersion: "uuidv7";
|
|
893
893
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
894
894
|
conceptMaturityDefinition: string;
|
|
895
895
|
technicalMaturityDefinition: string;
|
|
896
896
|
dimensions: {
|
|
897
|
-
key: string;
|
|
898
897
|
description: string;
|
|
898
|
+
key: string;
|
|
899
899
|
axis: "concept" | "technical" | "bridge";
|
|
900
900
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
901
901
|
minimumEvidenceRefs: number;
|
|
@@ -905,8 +905,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
905
905
|
fixtureAudit: {
|
|
906
906
|
auditUuid: string;
|
|
907
907
|
subject: {
|
|
908
|
-
storageLocatorSemantic: false;
|
|
909
908
|
ownerLane: string;
|
|
909
|
+
storageLocatorSemantic: false;
|
|
910
910
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
911
911
|
subjectUuid: string;
|
|
912
912
|
subjectKey: string;
|
|
@@ -932,8 +932,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
932
932
|
docsAreConstitution: true;
|
|
933
933
|
};
|
|
934
934
|
policyChecks: {
|
|
935
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
936
935
|
resourceType: "node";
|
|
936
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
937
937
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
938
938
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
939
939
|
adapter: "permit_authorize_v1";
|
|
@@ -948,7 +948,6 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
948
948
|
correlationIds: string[];
|
|
949
949
|
}[];
|
|
950
950
|
}, {
|
|
951
|
-
rubricUuid: string;
|
|
952
951
|
compositionKey: "concept_maturity_rubric_v1";
|
|
953
952
|
thresholds: {
|
|
954
953
|
band: "red" | "orange" | "green";
|
|
@@ -957,21 +956,22 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
957
956
|
maxExclusive?: number | undefined;
|
|
958
957
|
}[];
|
|
959
958
|
quality: {
|
|
959
|
+
thresholdCoverage: 1;
|
|
960
960
|
conceptTechnicalSeparationCoverage: 1;
|
|
961
961
|
evidenceRequirementCoverage: 1;
|
|
962
|
-
thresholdCoverage: 1;
|
|
963
962
|
docsCloseGateCoverage: 1;
|
|
964
963
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
965
964
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
966
965
|
};
|
|
966
|
+
rubricUuid: string;
|
|
967
967
|
codeExistenceIsNotConceptMaturity: true;
|
|
968
968
|
rubricUuidVersion: "uuidv7";
|
|
969
969
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
970
970
|
conceptMaturityDefinition: string;
|
|
971
971
|
technicalMaturityDefinition: string;
|
|
972
972
|
dimensions: {
|
|
973
|
-
key: string;
|
|
974
973
|
description: string;
|
|
974
|
+
key: string;
|
|
975
975
|
axis: "concept" | "technical" | "bridge";
|
|
976
976
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
977
977
|
minimumEvidenceRefs: number;
|
|
@@ -981,8 +981,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
981
981
|
fixtureAudit: {
|
|
982
982
|
auditUuid: string;
|
|
983
983
|
subject: {
|
|
984
|
-
storageLocatorSemantic: false;
|
|
985
984
|
ownerLane: string;
|
|
985
|
+
storageLocatorSemantic: false;
|
|
986
986
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
987
987
|
subjectUuid: string;
|
|
988
988
|
subjectKey: string;
|
|
@@ -1008,8 +1008,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1008
1008
|
docsAreConstitution: true;
|
|
1009
1009
|
};
|
|
1010
1010
|
policyChecks: {
|
|
1011
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1012
1011
|
resourceType: "node";
|
|
1012
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1013
1013
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1014
1014
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1015
1015
|
adapter: "permit_authorize_v1";
|
|
@@ -1032,7 +1032,6 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1032
1032
|
key: string;
|
|
1033
1033
|
expectedRefusals: string[];
|
|
1034
1034
|
rubric: {
|
|
1035
|
-
rubricUuid: string;
|
|
1036
1035
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1037
1036
|
thresholds: {
|
|
1038
1037
|
band: "red" | "orange" | "green";
|
|
@@ -1041,21 +1040,22 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1041
1040
|
maxExclusive?: number | undefined;
|
|
1042
1041
|
}[];
|
|
1043
1042
|
quality: {
|
|
1043
|
+
thresholdCoverage: 1;
|
|
1044
1044
|
conceptTechnicalSeparationCoverage: 1;
|
|
1045
1045
|
evidenceRequirementCoverage: 1;
|
|
1046
|
-
thresholdCoverage: 1;
|
|
1047
1046
|
docsCloseGateCoverage: 1;
|
|
1048
1047
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1049
1048
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1050
1049
|
};
|
|
1050
|
+
rubricUuid: string;
|
|
1051
1051
|
codeExistenceIsNotConceptMaturity: true;
|
|
1052
1052
|
rubricUuidVersion: "uuidv7";
|
|
1053
1053
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1054
1054
|
conceptMaturityDefinition: string;
|
|
1055
1055
|
technicalMaturityDefinition: string;
|
|
1056
1056
|
dimensions: {
|
|
1057
|
-
key: string;
|
|
1058
1057
|
description: string;
|
|
1058
|
+
key: string;
|
|
1059
1059
|
axis: "concept" | "technical" | "bridge";
|
|
1060
1060
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1061
1061
|
minimumEvidenceRefs: number;
|
|
@@ -1065,8 +1065,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1065
1065
|
fixtureAudit: {
|
|
1066
1066
|
auditUuid: string;
|
|
1067
1067
|
subject: {
|
|
1068
|
-
storageLocatorSemantic: false;
|
|
1069
1068
|
ownerLane: string;
|
|
1069
|
+
storageLocatorSemantic: false;
|
|
1070
1070
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1071
1071
|
subjectUuid: string;
|
|
1072
1072
|
subjectKey: string;
|
|
@@ -1092,8 +1092,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1092
1092
|
docsAreConstitution: true;
|
|
1093
1093
|
};
|
|
1094
1094
|
policyChecks: {
|
|
1095
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1096
1095
|
resourceType: "node";
|
|
1096
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1097
1097
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1098
1098
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1099
1099
|
adapter: "permit_authorize_v1";
|
|
@@ -1115,7 +1115,6 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1115
1115
|
key: string;
|
|
1116
1116
|
expectedRefusals: string[];
|
|
1117
1117
|
rubric: {
|
|
1118
|
-
rubricUuid: string;
|
|
1119
1118
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1120
1119
|
thresholds: {
|
|
1121
1120
|
band: "red" | "orange" | "green";
|
|
@@ -1124,21 +1123,22 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1124
1123
|
maxExclusive?: number | undefined;
|
|
1125
1124
|
}[];
|
|
1126
1125
|
quality: {
|
|
1126
|
+
thresholdCoverage: 1;
|
|
1127
1127
|
conceptTechnicalSeparationCoverage: 1;
|
|
1128
1128
|
evidenceRequirementCoverage: 1;
|
|
1129
|
-
thresholdCoverage: 1;
|
|
1130
1129
|
docsCloseGateCoverage: 1;
|
|
1131
1130
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1132
1131
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1133
1132
|
};
|
|
1133
|
+
rubricUuid: string;
|
|
1134
1134
|
codeExistenceIsNotConceptMaturity: true;
|
|
1135
1135
|
rubricUuidVersion: "uuidv7";
|
|
1136
1136
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1137
1137
|
conceptMaturityDefinition: string;
|
|
1138
1138
|
technicalMaturityDefinition: string;
|
|
1139
1139
|
dimensions: {
|
|
1140
|
-
key: string;
|
|
1141
1140
|
description: string;
|
|
1141
|
+
key: string;
|
|
1142
1142
|
axis: "concept" | "technical" | "bridge";
|
|
1143
1143
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1144
1144
|
minimumEvidenceRefs: number;
|
|
@@ -1148,8 +1148,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1148
1148
|
fixtureAudit: {
|
|
1149
1149
|
auditUuid: string;
|
|
1150
1150
|
subject: {
|
|
1151
|
-
storageLocatorSemantic: false;
|
|
1152
1151
|
ownerLane: string;
|
|
1152
|
+
storageLocatorSemantic: false;
|
|
1153
1153
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1154
1154
|
subjectUuid: string;
|
|
1155
1155
|
subjectKey: string;
|
|
@@ -1175,8 +1175,8 @@ declare const ConceptMaturityRubricFixtureSchema: z.ZodObject<{
|
|
|
1175
1175
|
docsAreConstitution: true;
|
|
1176
1176
|
};
|
|
1177
1177
|
policyChecks: {
|
|
1178
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1179
1178
|
resourceType: "node";
|
|
1179
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1180
1180
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1181
1181
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1182
1182
|
adapter: "permit_authorize_v1";
|
|
@@ -1224,16 +1224,16 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1224
1224
|
greenRequiresQuestionPressure: z.ZodBoolean;
|
|
1225
1225
|
technicalProxyAllowed: z.ZodLiteral<false>;
|
|
1226
1226
|
}, "strip", z.ZodTypeAny, {
|
|
1227
|
-
key: string;
|
|
1228
1227
|
description: string;
|
|
1228
|
+
key: string;
|
|
1229
1229
|
axis: "concept" | "technical" | "bridge";
|
|
1230
1230
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1231
1231
|
minimumEvidenceRefs: number;
|
|
1232
1232
|
greenRequiresQuestionPressure: boolean;
|
|
1233
1233
|
technicalProxyAllowed: false;
|
|
1234
1234
|
}, {
|
|
1235
|
-
key: string;
|
|
1236
1235
|
description: string;
|
|
1236
|
+
key: string;
|
|
1237
1237
|
axis: "concept" | "technical" | "bridge";
|
|
1238
1238
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1239
1239
|
minimumEvidenceRefs: number;
|
|
@@ -1265,14 +1265,14 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1265
1265
|
ownerLane: z.ZodString;
|
|
1266
1266
|
storageLocatorSemantic: z.ZodLiteral<false>;
|
|
1267
1267
|
}, "strip", z.ZodTypeAny, {
|
|
1268
|
-
storageLocatorSemantic: false;
|
|
1269
1268
|
ownerLane: string;
|
|
1269
|
+
storageLocatorSemantic: false;
|
|
1270
1270
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1271
1271
|
subjectUuid: string;
|
|
1272
1272
|
subjectKey: string;
|
|
1273
1273
|
}, {
|
|
1274
|
-
storageLocatorSemantic: false;
|
|
1275
1274
|
ownerLane: string;
|
|
1275
|
+
storageLocatorSemantic: false;
|
|
1276
1276
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1277
1277
|
subjectUuid: string;
|
|
1278
1278
|
subjectKey: string;
|
|
@@ -1307,8 +1307,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1307
1307
|
}, "strip", z.ZodTypeAny, {
|
|
1308
1308
|
auditUuid: string;
|
|
1309
1309
|
subject: {
|
|
1310
|
-
storageLocatorSemantic: false;
|
|
1311
1310
|
ownerLane: string;
|
|
1311
|
+
storageLocatorSemantic: false;
|
|
1312
1312
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1313
1313
|
subjectUuid: string;
|
|
1314
1314
|
subjectKey: string;
|
|
@@ -1329,8 +1329,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1329
1329
|
}, {
|
|
1330
1330
|
auditUuid: string;
|
|
1331
1331
|
subject: {
|
|
1332
|
-
storageLocatorSemantic: false;
|
|
1333
1332
|
ownerLane: string;
|
|
1333
|
+
storageLocatorSemantic: false;
|
|
1334
1334
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1335
1335
|
subjectUuid: string;
|
|
1336
1336
|
subjectKey: string;
|
|
@@ -1374,16 +1374,16 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1374
1374
|
requiredAttributes: z.ZodArray<z.ZodString, "many">;
|
|
1375
1375
|
omissionRecord: z.ZodLiteral<"conceptMaturityRubric.omissions[]">;
|
|
1376
1376
|
}, "strip", z.ZodTypeAny, {
|
|
1377
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1378
1377
|
resourceType: "node";
|
|
1378
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1379
1379
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1380
1380
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1381
1381
|
adapter: "permit_authorize_v1";
|
|
1382
1382
|
decisionEffect: "audit" | "allow" | "refuse";
|
|
1383
1383
|
requiredAttributes: string[];
|
|
1384
1384
|
}, {
|
|
1385
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1386
1385
|
resourceType: "node";
|
|
1386
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1387
1387
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1388
1388
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1389
1389
|
adapter: "permit_authorize_v1";
|
|
@@ -1415,22 +1415,21 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1415
1415
|
graphTargetQuestionNodeId: z.ZodLiteral<"n975q9zjn2g3aekj3haz0fx9e187x74c">;
|
|
1416
1416
|
graphTargetBeliefStatus: z.ZodEnum<["pending_create_belief_repair", "linked"]>;
|
|
1417
1417
|
}, "strip", z.ZodTypeAny, {
|
|
1418
|
+
thresholdCoverage: 1;
|
|
1418
1419
|
conceptTechnicalSeparationCoverage: 1;
|
|
1419
1420
|
evidenceRequirementCoverage: 1;
|
|
1420
|
-
thresholdCoverage: 1;
|
|
1421
1421
|
docsCloseGateCoverage: 1;
|
|
1422
1422
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1423
1423
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1424
1424
|
}, {
|
|
1425
|
+
thresholdCoverage: 1;
|
|
1425
1426
|
conceptTechnicalSeparationCoverage: 1;
|
|
1426
1427
|
evidenceRequirementCoverage: 1;
|
|
1427
|
-
thresholdCoverage: 1;
|
|
1428
1428
|
docsCloseGateCoverage: 1;
|
|
1429
1429
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1430
1430
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1431
1431
|
}>;
|
|
1432
1432
|
}, "strip", z.ZodTypeAny, {
|
|
1433
|
-
rubricUuid: string;
|
|
1434
1433
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1435
1434
|
thresholds: {
|
|
1436
1435
|
band: "red" | "orange" | "green";
|
|
@@ -1439,21 +1438,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1439
1438
|
maxExclusive?: number | undefined;
|
|
1440
1439
|
}[];
|
|
1441
1440
|
quality: {
|
|
1441
|
+
thresholdCoverage: 1;
|
|
1442
1442
|
conceptTechnicalSeparationCoverage: 1;
|
|
1443
1443
|
evidenceRequirementCoverage: 1;
|
|
1444
|
-
thresholdCoverage: 1;
|
|
1445
1444
|
docsCloseGateCoverage: 1;
|
|
1446
1445
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1447
1446
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1448
1447
|
};
|
|
1448
|
+
rubricUuid: string;
|
|
1449
1449
|
codeExistenceIsNotConceptMaturity: true;
|
|
1450
1450
|
rubricUuidVersion: "uuidv7";
|
|
1451
1451
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1452
1452
|
conceptMaturityDefinition: string;
|
|
1453
1453
|
technicalMaturityDefinition: string;
|
|
1454
1454
|
dimensions: {
|
|
1455
|
-
key: string;
|
|
1456
1455
|
description: string;
|
|
1456
|
+
key: string;
|
|
1457
1457
|
axis: "concept" | "technical" | "bridge";
|
|
1458
1458
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1459
1459
|
minimumEvidenceRefs: number;
|
|
@@ -1463,8 +1463,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1463
1463
|
fixtureAudit: {
|
|
1464
1464
|
auditUuid: string;
|
|
1465
1465
|
subject: {
|
|
1466
|
-
storageLocatorSemantic: false;
|
|
1467
1466
|
ownerLane: string;
|
|
1467
|
+
storageLocatorSemantic: false;
|
|
1468
1468
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1469
1469
|
subjectUuid: string;
|
|
1470
1470
|
subjectKey: string;
|
|
@@ -1490,8 +1490,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1490
1490
|
docsAreConstitution: true;
|
|
1491
1491
|
};
|
|
1492
1492
|
policyChecks: {
|
|
1493
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1494
1493
|
resourceType: "node";
|
|
1494
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1495
1495
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1496
1496
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1497
1497
|
adapter: "permit_authorize_v1";
|
|
@@ -1506,7 +1506,6 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1506
1506
|
correlationIds: string[];
|
|
1507
1507
|
}[];
|
|
1508
1508
|
}, {
|
|
1509
|
-
rubricUuid: string;
|
|
1510
1509
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1511
1510
|
thresholds: {
|
|
1512
1511
|
band: "red" | "orange" | "green";
|
|
@@ -1515,21 +1514,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1515
1514
|
maxExclusive?: number | undefined;
|
|
1516
1515
|
}[];
|
|
1517
1516
|
quality: {
|
|
1517
|
+
thresholdCoverage: 1;
|
|
1518
1518
|
conceptTechnicalSeparationCoverage: 1;
|
|
1519
1519
|
evidenceRequirementCoverage: 1;
|
|
1520
|
-
thresholdCoverage: 1;
|
|
1521
1520
|
docsCloseGateCoverage: 1;
|
|
1522
1521
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1523
1522
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1524
1523
|
};
|
|
1524
|
+
rubricUuid: string;
|
|
1525
1525
|
codeExistenceIsNotConceptMaturity: true;
|
|
1526
1526
|
rubricUuidVersion: "uuidv7";
|
|
1527
1527
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1528
1528
|
conceptMaturityDefinition: string;
|
|
1529
1529
|
technicalMaturityDefinition: string;
|
|
1530
1530
|
dimensions: {
|
|
1531
|
-
key: string;
|
|
1532
1531
|
description: string;
|
|
1532
|
+
key: string;
|
|
1533
1533
|
axis: "concept" | "technical" | "bridge";
|
|
1534
1534
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1535
1535
|
minimumEvidenceRefs: number;
|
|
@@ -1539,8 +1539,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1539
1539
|
fixtureAudit: {
|
|
1540
1540
|
auditUuid: string;
|
|
1541
1541
|
subject: {
|
|
1542
|
-
storageLocatorSemantic: false;
|
|
1543
1542
|
ownerLane: string;
|
|
1543
|
+
storageLocatorSemantic: false;
|
|
1544
1544
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1545
1545
|
subjectUuid: string;
|
|
1546
1546
|
subjectKey: string;
|
|
@@ -1566,8 +1566,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1566
1566
|
docsAreConstitution: true;
|
|
1567
1567
|
};
|
|
1568
1568
|
policyChecks: {
|
|
1569
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1570
1569
|
resourceType: "node";
|
|
1570
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1571
1571
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1572
1572
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1573
1573
|
adapter: "permit_authorize_v1";
|
|
@@ -1590,7 +1590,6 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1590
1590
|
key: string;
|
|
1591
1591
|
expectedRefusals: string[];
|
|
1592
1592
|
rubric: {
|
|
1593
|
-
rubricUuid: string;
|
|
1594
1593
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1595
1594
|
thresholds: {
|
|
1596
1595
|
band: "red" | "orange" | "green";
|
|
@@ -1599,21 +1598,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1599
1598
|
maxExclusive?: number | undefined;
|
|
1600
1599
|
}[];
|
|
1601
1600
|
quality: {
|
|
1601
|
+
thresholdCoverage: 1;
|
|
1602
1602
|
conceptTechnicalSeparationCoverage: 1;
|
|
1603
1603
|
evidenceRequirementCoverage: 1;
|
|
1604
|
-
thresholdCoverage: 1;
|
|
1605
1604
|
docsCloseGateCoverage: 1;
|
|
1606
1605
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1607
1606
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1608
1607
|
};
|
|
1608
|
+
rubricUuid: string;
|
|
1609
1609
|
codeExistenceIsNotConceptMaturity: true;
|
|
1610
1610
|
rubricUuidVersion: "uuidv7";
|
|
1611
1611
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1612
1612
|
conceptMaturityDefinition: string;
|
|
1613
1613
|
technicalMaturityDefinition: string;
|
|
1614
1614
|
dimensions: {
|
|
1615
|
-
key: string;
|
|
1616
1615
|
description: string;
|
|
1616
|
+
key: string;
|
|
1617
1617
|
axis: "concept" | "technical" | "bridge";
|
|
1618
1618
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1619
1619
|
minimumEvidenceRefs: number;
|
|
@@ -1623,8 +1623,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1623
1623
|
fixtureAudit: {
|
|
1624
1624
|
auditUuid: string;
|
|
1625
1625
|
subject: {
|
|
1626
|
-
storageLocatorSemantic: false;
|
|
1627
1626
|
ownerLane: string;
|
|
1627
|
+
storageLocatorSemantic: false;
|
|
1628
1628
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1629
1629
|
subjectUuid: string;
|
|
1630
1630
|
subjectKey: string;
|
|
@@ -1650,8 +1650,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1650
1650
|
docsAreConstitution: true;
|
|
1651
1651
|
};
|
|
1652
1652
|
policyChecks: {
|
|
1653
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1654
1653
|
resourceType: "node";
|
|
1654
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1655
1655
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1656
1656
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1657
1657
|
adapter: "permit_authorize_v1";
|
|
@@ -1673,7 +1673,6 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1673
1673
|
key: string;
|
|
1674
1674
|
expectedRefusals: string[];
|
|
1675
1675
|
rubric: {
|
|
1676
|
-
rubricUuid: string;
|
|
1677
1676
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1678
1677
|
thresholds: {
|
|
1679
1678
|
band: "red" | "orange" | "green";
|
|
@@ -1682,21 +1681,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1682
1681
|
maxExclusive?: number | undefined;
|
|
1683
1682
|
}[];
|
|
1684
1683
|
quality: {
|
|
1684
|
+
thresholdCoverage: 1;
|
|
1685
1685
|
conceptTechnicalSeparationCoverage: 1;
|
|
1686
1686
|
evidenceRequirementCoverage: 1;
|
|
1687
|
-
thresholdCoverage: 1;
|
|
1688
1687
|
docsCloseGateCoverage: 1;
|
|
1689
1688
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1690
1689
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1691
1690
|
};
|
|
1691
|
+
rubricUuid: string;
|
|
1692
1692
|
codeExistenceIsNotConceptMaturity: true;
|
|
1693
1693
|
rubricUuidVersion: "uuidv7";
|
|
1694
1694
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1695
1695
|
conceptMaturityDefinition: string;
|
|
1696
1696
|
technicalMaturityDefinition: string;
|
|
1697
1697
|
dimensions: {
|
|
1698
|
-
key: string;
|
|
1699
1698
|
description: string;
|
|
1699
|
+
key: string;
|
|
1700
1700
|
axis: "concept" | "technical" | "bridge";
|
|
1701
1701
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1702
1702
|
minimumEvidenceRefs: number;
|
|
@@ -1706,8 +1706,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1706
1706
|
fixtureAudit: {
|
|
1707
1707
|
auditUuid: string;
|
|
1708
1708
|
subject: {
|
|
1709
|
-
storageLocatorSemantic: false;
|
|
1710
1709
|
ownerLane: string;
|
|
1710
|
+
storageLocatorSemantic: false;
|
|
1711
1711
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1712
1712
|
subjectUuid: string;
|
|
1713
1713
|
subjectKey: string;
|
|
@@ -1733,8 +1733,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1733
1733
|
docsAreConstitution: true;
|
|
1734
1734
|
};
|
|
1735
1735
|
policyChecks: {
|
|
1736
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1737
1736
|
resourceType: "node";
|
|
1737
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1738
1738
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1739
1739
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1740
1740
|
adapter: "permit_authorize_v1";
|
|
@@ -1755,19 +1755,18 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1755
1755
|
}>;
|
|
1756
1756
|
}, "strip", z.ZodTypeAny, {
|
|
1757
1757
|
worktree: "C2-LY.1";
|
|
1758
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1759
1758
|
contractVersion: "c2_ly_concept_maturity_rubric.v1";
|
|
1759
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1760
|
+
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
1761
|
+
compositionKey: "concept_maturity_rubric_v1";
|
|
1760
1762
|
dependsOn: string[];
|
|
1761
1763
|
sourceAnchors: string[];
|
|
1762
|
-
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
1763
1764
|
rules: string[];
|
|
1764
|
-
compositionKey: "concept_maturity_rubric_v1";
|
|
1765
1765
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1766
1766
|
fixture: {
|
|
1767
1767
|
key: string;
|
|
1768
1768
|
expectedRefusals: string[];
|
|
1769
1769
|
rubric: {
|
|
1770
|
-
rubricUuid: string;
|
|
1771
1770
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1772
1771
|
thresholds: {
|
|
1773
1772
|
band: "red" | "orange" | "green";
|
|
@@ -1776,21 +1775,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1776
1775
|
maxExclusive?: number | undefined;
|
|
1777
1776
|
}[];
|
|
1778
1777
|
quality: {
|
|
1778
|
+
thresholdCoverage: 1;
|
|
1779
1779
|
conceptTechnicalSeparationCoverage: 1;
|
|
1780
1780
|
evidenceRequirementCoverage: 1;
|
|
1781
|
-
thresholdCoverage: 1;
|
|
1782
1781
|
docsCloseGateCoverage: 1;
|
|
1783
1782
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1784
1783
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1785
1784
|
};
|
|
1785
|
+
rubricUuid: string;
|
|
1786
1786
|
codeExistenceIsNotConceptMaturity: true;
|
|
1787
1787
|
rubricUuidVersion: "uuidv7";
|
|
1788
1788
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1789
1789
|
conceptMaturityDefinition: string;
|
|
1790
1790
|
technicalMaturityDefinition: string;
|
|
1791
1791
|
dimensions: {
|
|
1792
|
-
key: string;
|
|
1793
1792
|
description: string;
|
|
1793
|
+
key: string;
|
|
1794
1794
|
axis: "concept" | "technical" | "bridge";
|
|
1795
1795
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1796
1796
|
minimumEvidenceRefs: number;
|
|
@@ -1800,8 +1800,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1800
1800
|
fixtureAudit: {
|
|
1801
1801
|
auditUuid: string;
|
|
1802
1802
|
subject: {
|
|
1803
|
-
storageLocatorSemantic: false;
|
|
1804
1803
|
ownerLane: string;
|
|
1804
|
+
storageLocatorSemantic: false;
|
|
1805
1805
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1806
1806
|
subjectUuid: string;
|
|
1807
1807
|
subjectKey: string;
|
|
@@ -1827,8 +1827,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1827
1827
|
docsAreConstitution: true;
|
|
1828
1828
|
};
|
|
1829
1829
|
policyChecks: {
|
|
1830
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1831
1830
|
resourceType: "node";
|
|
1831
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1832
1832
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1833
1833
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1834
1834
|
adapter: "permit_authorize_v1";
|
|
@@ -1849,19 +1849,18 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1849
1849
|
};
|
|
1850
1850
|
}, {
|
|
1851
1851
|
worktree: "C2-LY.1";
|
|
1852
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
1853
1852
|
contractVersion: "c2_ly_concept_maturity_rubric.v1";
|
|
1853
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
1854
|
+
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
1855
|
+
compositionKey: "concept_maturity_rubric_v1";
|
|
1854
1856
|
dependsOn: string[];
|
|
1855
1857
|
sourceAnchors: string[];
|
|
1856
|
-
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
1857
1858
|
rules: string[];
|
|
1858
|
-
compositionKey: "concept_maturity_rubric_v1";
|
|
1859
1859
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1860
1860
|
fixture: {
|
|
1861
1861
|
key: string;
|
|
1862
1862
|
expectedRefusals: string[];
|
|
1863
1863
|
rubric: {
|
|
1864
|
-
rubricUuid: string;
|
|
1865
1864
|
compositionKey: "concept_maturity_rubric_v1";
|
|
1866
1865
|
thresholds: {
|
|
1867
1866
|
band: "red" | "orange" | "green";
|
|
@@ -1870,21 +1869,22 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1870
1869
|
maxExclusive?: number | undefined;
|
|
1871
1870
|
}[];
|
|
1872
1871
|
quality: {
|
|
1872
|
+
thresholdCoverage: 1;
|
|
1873
1873
|
conceptTechnicalSeparationCoverage: 1;
|
|
1874
1874
|
evidenceRequirementCoverage: 1;
|
|
1875
|
-
thresholdCoverage: 1;
|
|
1876
1875
|
docsCloseGateCoverage: 1;
|
|
1877
1876
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
1878
1877
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
1879
1878
|
};
|
|
1879
|
+
rubricUuid: string;
|
|
1880
1880
|
codeExistenceIsNotConceptMaturity: true;
|
|
1881
1881
|
rubricUuidVersion: "uuidv7";
|
|
1882
1882
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
1883
1883
|
conceptMaturityDefinition: string;
|
|
1884
1884
|
technicalMaturityDefinition: string;
|
|
1885
1885
|
dimensions: {
|
|
1886
|
-
key: string;
|
|
1887
1886
|
description: string;
|
|
1887
|
+
key: string;
|
|
1888
1888
|
axis: "concept" | "technical" | "bridge";
|
|
1889
1889
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
1890
1890
|
minimumEvidenceRefs: number;
|
|
@@ -1894,8 +1894,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1894
1894
|
fixtureAudit: {
|
|
1895
1895
|
auditUuid: string;
|
|
1896
1896
|
subject: {
|
|
1897
|
-
storageLocatorSemantic: false;
|
|
1898
1897
|
ownerLane: string;
|
|
1898
|
+
storageLocatorSemantic: false;
|
|
1899
1899
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
1900
1900
|
subjectUuid: string;
|
|
1901
1901
|
subjectKey: string;
|
|
@@ -1921,8 +1921,8 @@ declare const ConceptMaturityRubricContractSchema: z.ZodObject<{
|
|
|
1921
1921
|
docsAreConstitution: true;
|
|
1922
1922
|
};
|
|
1923
1923
|
policyChecks: {
|
|
1924
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1925
1924
|
resourceType: "node";
|
|
1925
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
1926
1926
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
1927
1927
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
1928
1928
|
adapter: "permit_authorize_v1";
|
|
@@ -2083,8 +2083,8 @@ declare const CONCEPT_MATURITY_RUBRIC_CONTRACT: {
|
|
|
2083
2083
|
docsAreConstitution: true;
|
|
2084
2084
|
};
|
|
2085
2085
|
policyChecks: {
|
|
2086
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2087
2086
|
resourceType: "node";
|
|
2087
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2088
2088
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
2089
2089
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
2090
2090
|
adapter: "permit_authorize_v1";
|
|
@@ -2115,19 +2115,18 @@ declare const CONCEPT_MATURITY_RUBRIC_CONTRACT: {
|
|
|
2115
2115
|
};
|
|
2116
2116
|
declare const parsedConceptMaturityRubricContract: {
|
|
2117
2117
|
worktree: "C2-LY.1";
|
|
2118
|
-
lane: "c2-ly-concept-maturity-industrialization";
|
|
2119
2118
|
contractVersion: "c2_ly_concept_maturity_rubric.v1";
|
|
2119
|
+
lane: "c2-ly-concept-maturity-industrialization";
|
|
2120
|
+
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
2121
|
+
compositionKey: "concept_maturity_rubric_v1";
|
|
2120
2122
|
dependsOn: string[];
|
|
2121
2123
|
sourceAnchors: string[];
|
|
2122
|
-
graphWorktreeId: "tn75xp2s8e2g911w863qysw35585thev";
|
|
2123
2124
|
rules: string[];
|
|
2124
|
-
compositionKey: "concept_maturity_rubric_v1";
|
|
2125
2125
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
2126
2126
|
fixture: {
|
|
2127
2127
|
key: string;
|
|
2128
2128
|
expectedRefusals: string[];
|
|
2129
2129
|
rubric: {
|
|
2130
|
-
rubricUuid: string;
|
|
2131
2130
|
compositionKey: "concept_maturity_rubric_v1";
|
|
2132
2131
|
thresholds: {
|
|
2133
2132
|
band: "red" | "orange" | "green";
|
|
@@ -2136,21 +2135,22 @@ declare const parsedConceptMaturityRubricContract: {
|
|
|
2136
2135
|
maxExclusive?: number | undefined;
|
|
2137
2136
|
}[];
|
|
2138
2137
|
quality: {
|
|
2138
|
+
thresholdCoverage: 1;
|
|
2139
2139
|
conceptTechnicalSeparationCoverage: 1;
|
|
2140
2140
|
evidenceRequirementCoverage: 1;
|
|
2141
|
-
thresholdCoverage: 1;
|
|
2142
2141
|
docsCloseGateCoverage: 1;
|
|
2143
2142
|
graphTargetQuestionNodeId: "n975q9zjn2g3aekj3haz0fx9e187x74c";
|
|
2144
2143
|
graphTargetBeliefStatus: "pending_create_belief_repair" | "linked";
|
|
2145
2144
|
};
|
|
2145
|
+
rubricUuid: string;
|
|
2146
2146
|
codeExistenceIsNotConceptMaturity: true;
|
|
2147
2147
|
rubricUuidVersion: "uuidv7";
|
|
2148
2148
|
appliesTo: ("worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object")[];
|
|
2149
2149
|
conceptMaturityDefinition: string;
|
|
2150
2150
|
technicalMaturityDefinition: string;
|
|
2151
2151
|
dimensions: {
|
|
2152
|
-
key: string;
|
|
2153
2152
|
description: string;
|
|
2153
|
+
key: string;
|
|
2154
2154
|
axis: "concept" | "technical" | "bridge";
|
|
2155
2155
|
requiredEvidenceKinds: ("source_horizon" | "question_answer" | "docs_anchor" | "graph_readback" | "fixture" | "checker" | "unit_test")[];
|
|
2156
2156
|
minimumEvidenceRefs: number;
|
|
@@ -2160,8 +2160,8 @@ declare const parsedConceptMaturityRubricContract: {
|
|
|
2160
2160
|
fixtureAudit: {
|
|
2161
2161
|
auditUuid: string;
|
|
2162
2162
|
subject: {
|
|
2163
|
-
storageLocatorSemantic: false;
|
|
2164
2163
|
ownerLane: string;
|
|
2164
|
+
storageLocatorSemantic: false;
|
|
2165
2165
|
subjectKind: "worktree" | "surface" | "primitive" | "composition" | "schema_change" | "output_object";
|
|
2166
2166
|
subjectUuid: string;
|
|
2167
2167
|
subjectKey: string;
|
|
@@ -2187,8 +2187,8 @@ declare const parsedConceptMaturityRubricContract: {
|
|
|
2187
2187
|
docsAreConstitution: true;
|
|
2188
2188
|
};
|
|
2189
2189
|
policyChecks: {
|
|
2190
|
-
action: "read" | "traverse" | "summarize" | "export" | "mutate" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "audit" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2191
2190
|
resourceType: "node";
|
|
2191
|
+
action: "summarize" | "read" | "audit" | "export" | "mutate" | "traverse" | "add_evidence" | "admin" | "comment" | "escalate" | "resolve" | "vote" | "run_agent" | "route" | "invoke" | "manage" | "deploy" | "promote" | "rollback" | "read_ref" | "fetch_value" | "rotate" | "administer" | "mint" | "delegate" | "revoke";
|
|
2192
2192
|
omissionRecord: "conceptMaturityRubric.omissions[]";
|
|
2193
2193
|
stage: "rubric_definition" | "subject_audit" | "evidence_review" | "question_pressure_review" | "docs_close_gate" | "ci_gate";
|
|
2194
2194
|
adapter: "permit_authorize_v1";
|
|
@@ -2221,10 +2221,10 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2221
2221
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2222
2222
|
qualityVector: string[];
|
|
2223
2223
|
identity: {
|
|
2224
|
+
registryKeyField: "key";
|
|
2224
2225
|
canonicalPublicIdField: "compositionUuid";
|
|
2225
2226
|
canonicalPublicIdVersion: "uuidv7";
|
|
2226
2227
|
storageLocatorSemantic: false;
|
|
2227
|
-
registryKeyField: "key";
|
|
2228
2228
|
contentAddressFields: string[];
|
|
2229
2229
|
};
|
|
2230
2230
|
authorization: {
|
|
@@ -2263,10 +2263,10 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2263
2263
|
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2264
2264
|
qualityVector: string[];
|
|
2265
2265
|
identity: {
|
|
2266
|
+
registryKeyField: "key";
|
|
2266
2267
|
canonicalPublicIdField: "compositionUuid";
|
|
2267
2268
|
canonicalPublicIdVersion: "uuidv7";
|
|
2268
2269
|
storageLocatorSemantic: false;
|
|
2269
|
-
registryKeyField: "key";
|
|
2270
2270
|
contentAddressFields: string[];
|
|
2271
2271
|
};
|
|
2272
2272
|
authorization: {
|
|
@@ -2305,10 +2305,10 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2305
2305
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2306
2306
|
qualityVector: string[];
|
|
2307
2307
|
identity: {
|
|
2308
|
+
registryKeyField: "key";
|
|
2308
2309
|
canonicalPublicIdField: "compositionUuid";
|
|
2309
2310
|
canonicalPublicIdVersion: "uuidv7";
|
|
2310
2311
|
storageLocatorSemantic: false;
|
|
2311
|
-
registryKeyField: "key";
|
|
2312
2312
|
contentAddressFields: string[];
|
|
2313
2313
|
};
|
|
2314
2314
|
authorization: {
|
|
@@ -2347,10 +2347,10 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2347
2347
|
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2348
2348
|
qualityVector: string[];
|
|
2349
2349
|
identity: {
|
|
2350
|
+
registryKeyField: "key";
|
|
2350
2351
|
canonicalPublicIdField: "compositionUuid";
|
|
2351
2352
|
canonicalPublicIdVersion: "uuidv7";
|
|
2352
2353
|
storageLocatorSemantic: false;
|
|
2353
|
-
registryKeyField: "key";
|
|
2354
2354
|
contentAddressFields: string[];
|
|
2355
2355
|
};
|
|
2356
2356
|
authorization: {
|
|
@@ -2380,19 +2380,19 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2380
2380
|
key: string;
|
|
2381
2381
|
emittedAs: string;
|
|
2382
2382
|
classification: "substrate_contract";
|
|
2383
|
-
lifecycle: "
|
|
2383
|
+
lifecycle: "reserved";
|
|
2384
2384
|
ownerLane: string;
|
|
2385
2385
|
dependsOn: string[];
|
|
2386
2386
|
primitives: string[];
|
|
2387
2387
|
sourceSurfaces: string[];
|
|
2388
2388
|
defaultDepth: "extra-high";
|
|
2389
|
-
allowedDepths: ("
|
|
2389
|
+
allowedDepths: ("high" | "extra-high")[];
|
|
2390
2390
|
qualityVector: string[];
|
|
2391
2391
|
identity: {
|
|
2392
|
+
registryKeyField: "key";
|
|
2392
2393
|
canonicalPublicIdField: "compositionUuid";
|
|
2393
2394
|
canonicalPublicIdVersion: "uuidv7";
|
|
2394
2395
|
storageLocatorSemantic: false;
|
|
2395
|
-
registryKeyField: "key";
|
|
2396
2396
|
contentAddressFields: string[];
|
|
2397
2397
|
};
|
|
2398
2398
|
authorization: {
|
|
@@ -2427,14 +2427,14 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2427
2427
|
dependsOn: string[];
|
|
2428
2428
|
primitives: string[];
|
|
2429
2429
|
sourceSurfaces: string[];
|
|
2430
|
-
defaultDepth: "
|
|
2431
|
-
allowedDepths: ("high" | "extra-high")[];
|
|
2430
|
+
defaultDepth: "high";
|
|
2431
|
+
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2432
2432
|
qualityVector: string[];
|
|
2433
2433
|
identity: {
|
|
2434
|
+
registryKeyField: "key";
|
|
2434
2435
|
canonicalPublicIdField: "compositionUuid";
|
|
2435
2436
|
canonicalPublicIdVersion: "uuidv7";
|
|
2436
2437
|
storageLocatorSemantic: false;
|
|
2437
|
-
registryKeyField: "key";
|
|
2438
2438
|
contentAddressFields: string[];
|
|
2439
2439
|
};
|
|
2440
2440
|
authorization: {
|
|
@@ -2464,19 +2464,19 @@ declare const CONCEPT_MATURITY_RUBRIC_COMPOSITION_ROW: {
|
|
|
2464
2464
|
key: string;
|
|
2465
2465
|
emittedAs: string;
|
|
2466
2466
|
classification: "substrate_contract";
|
|
2467
|
-
lifecycle: "
|
|
2467
|
+
lifecycle: "current";
|
|
2468
2468
|
ownerLane: string;
|
|
2469
2469
|
dependsOn: string[];
|
|
2470
2470
|
primitives: string[];
|
|
2471
2471
|
sourceSurfaces: string[];
|
|
2472
|
-
defaultDepth: "high";
|
|
2473
|
-
allowedDepths: ("medium" | "high" | "extra-high")[];
|
|
2472
|
+
defaultDepth: "extra-high";
|
|
2473
|
+
allowedDepths: ("low" | "medium" | "high" | "extra-high")[];
|
|
2474
2474
|
qualityVector: string[];
|
|
2475
2475
|
identity: {
|
|
2476
|
+
registryKeyField: "key";
|
|
2476
2477
|
canonicalPublicIdField: "compositionUuid";
|
|
2477
2478
|
canonicalPublicIdVersion: "uuidv7";
|
|
2478
2479
|
storageLocatorSemantic: false;
|
|
2479
|
-
registryKeyField: "key";
|
|
2480
2480
|
contentAddressFields: string[];
|
|
2481
2481
|
};
|
|
2482
2482
|
authorization: {
|