-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPUBLIC_ASSURANCE_CASE.json
More file actions
167 lines (167 loc) · 5.57 KB
/
PUBLIC_ASSURANCE_CASE.json
File metadata and controls
167 lines (167 loc) · 5.57 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
{
"version": "0.2.0",
"reviewed_at": "2026-03-26",
"objective": "Help reviewers evaluate the public specs surface as a bounded, maintained, evidence-backed OSS contract surface without mistaking it for the full private N1Hub runtime.",
"claims": [
{
"id": "bounded-public-scope",
"claim": "The repository is a bounded public projection rather than a private runtime dump.",
"audiences": [
"reviewers",
"contributors"
],
"strongest_surfaces": [
"docs/projection-doctrine.md",
"docs/domain-boundaries.md",
"PUBLIC_BOUNDARY_MAP.json",
"SOURCE_MANIFEST.json"
],
"supporting_surfaces": [
"docs/repository-scope.md",
"PUBLIC_PROJECT_PROFILE.json",
"PUBLIC_DEPENDENCY_GRAPH.json",
"PUBLIC_LIMITATIONS_REGISTER.json",
"PUBLIC_ECOSYSTEM_VALUE_MAP.json",
"docs/ecosystem-value.md",
"PUBLIC_DECISION_LOG.json",
"docs/decision-log.md"
],
"bounded_by": [
"docs/source-materials.md",
"PUBLIC_RELEASE_REVIEW.md"
],
"verify_commands": [
"npm run audit:public-surface",
"npm run check:boundary-map",
"npm run check:assurance-case"
]
},
{
"id": "reviewable-machine-readable-evidence",
"claim": "External reviewers can follow a bounded machine-readable review path for maturity, evidence, and release state instead of scraping the repository tree by intuition.",
"audiences": [
"reviewers"
],
"strongest_surfaces": [
"PUBLIC_PROJECT_PROFILE.json",
"PUBLIC_EVALUATION_PACKET.json",
"PUBLIC_TRACEABILITY_MATRIX.json",
"PUBLIC_RELEASE_METADATA.json",
"docs/reviewer-guide.md"
],
"supporting_surfaces": [
"docs/evaluation-packet.md",
"PUBLIC_CONTRACT_CATALOG.json",
"PUBLIC_DEPENDENCY_GRAPH.json",
"docs/public-contract-index.md",
"PUBLIC_LIMITATIONS_REGISTER.json",
"PUBLIC_EVIDENCE_TIMELINE.json",
"PUBLIC_REVIEW_SCORECARD.json",
"docs/review-scorecard.md",
"PUBLIC_VERIFICATION_MATRIX.json",
"docs/verification-matrix.md",
"PUBLIC_AUDIENCE_PATHS.json",
"docs/audience-paths.md",
"PUBLIC_EVIDENCE_STRENGTH_MAP.json",
"docs/evidence-strength.md",
"PUBLIC_ADOPTION_READINESS.json",
"docs/adoption-readiness.md",
"PUBLIC_FRESHNESS_MODEL.json",
"docs/freshness.md",
"PUBLIC_EVIDENCE_GAPS_REGISTER.json",
"docs/evidence-gaps.md"
],
"bounded_by": [
"docs/release-evidence.md",
"PUBLIC_RELEASE_REVIEW.md"
],
"verify_commands": [
"npm run check:project-profile",
"npm run check:evaluation-packet",
"npm run check:traceability",
"npm run check:assurance-case"
]
},
{
"id": "fail-closed-and-bounded-negative-paths",
"claim": "The public surface includes bounded negative evidence and fail-closed trust posture instead of only happy-path examples.",
"audiences": [
"reviewers",
"integrators"
],
"strongest_surfaces": [
"PUBLIC_FAILURE_MODEL.json",
"docs/failure-model.md",
"PUBLIC_EXAMPLE_COVERAGE.json",
"examples/example-validator-invalid-g16.capsule.json",
"examples/api/validate-response.fail.json"
],
"supporting_surfaces": [
"examples/api/unauthorized-response.sample.json",
"examples/api/conflict-response.sample.json",
"docs/portability.md",
"docs/openapi.md"
],
"bounded_by": [
"docs/trust-model.md",
"PUBLIC_RELEASE_REVIEW.md"
],
"verify_commands": [
"npm run check:failure-model",
"npm run check:example-coverage",
"npm run check:api-examples",
"npm run check:assurance-case"
]
},
{
"id": "maintained-change-and-release-discipline",
"claim": "Public maintainer workflow, change control, and release evidence are explicit and machine-checkable rather than implied.",
"audiences": [
"reviewers",
"contributors",
"integrators"
],
"strongest_surfaces": [
"PUBLIC_MAINTENANCE_MODEL.json",
"PUBLIC_CHANGE_CONTROL_MODEL.json",
"PUBLIC_RELEASE_METADATA.json",
"VERSIONING.md",
"RELEASING.md"
],
"supporting_surfaces": [
"CHANGELOG.md",
"PUBLIC_OWNERSHIP_MAP.json",
"docs/compatibility.md",
"PUBLIC_DEPENDENCY_GRAPH.json",
"PUBLIC_UPDATE_COHERENCE_MAP.json",
"PUBLIC_EVIDENCE_TIMELINE.json",
"docs/evidence-timeline.md",
"PUBLIC_REVIEW_SCORECARD.json",
"PUBLIC_VERIFICATION_MATRIX.json",
"PUBLIC_AUDIENCE_PATHS.json",
"PUBLIC_EVIDENCE_STRENGTH_MAP.json",
"PUBLIC_ADOPTION_READINESS.json",
"PUBLIC_FRESHNESS_MODEL.json",
"docs/freshness.md"
],
"bounded_by": [
"docs/release-evidence.md",
"PUBLIC_RELEASE_REVIEW.md"
],
"verify_commands": [
"npm run check:maintenance-model",
"npm run check:change-control",
"npm run check:release",
"npm run check:assurance-case"
]
}
],
"non_claims": [
"This file does not claim to expose the full private N1Hub runtime or every upstream implementation detail.",
"This file does not replace the stronger docs, schemas, OpenAPI, examples, provenance, or release-evidence surfaces it references."
],
"review_commands": [
"npm run check:assurance-case",
"npm run verify:repo"
]
}