-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPUBLIC_REPOSITORY_IDENTITY.json
More file actions
36 lines (36 loc) · 1.41 KB
/
PUBLIC_REPOSITORY_IDENTITY.json
File metadata and controls
36 lines (36 loc) · 1.41 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
{
"version": "0.2.0",
"reviewed_at": "2026-03-26",
"repository": {
"owner": "num1hub",
"name": "capsule-specs",
"slug": "num1hub/capsule-specs",
"canonical_repo_url": "https://github.com/num1hub/capsule-specs",
"canonical_git_https": "https://github.com/num1hub/capsule-specs.git",
"project_homepage": "https://n1hub.com/projects/capsule-specs/",
"default_branch": "main",
"visibility": "public"
},
"package": {
"name": "@num1hub/capsule-specs",
"version": "0.2.0",
"license": "Apache-2.0"
},
"release": {
"latest_tag": "v0.2.0",
"latest_release_url": "https://github.com/num1hub/capsule-specs/releases/tag/v0.2.0"
},
"identity_claims": [
"The canonical public repository identity for this project is num1hub/capsule-specs.",
"Package metadata, schema $id values, example URIs, release references, and reviewer-facing summaries are expected to align to that canonical identity.",
"The repository is already published publicly on GitHub and should be reviewed as a live public contract surface rather than as a pre-publication draft."
],
"bounded_non_claims": [
"This file does not claim npm publication or registry distribution.",
"This file does not claim that repository publication alone proves adoption, traction, or support-program acceptance."
],
"review_commands": [
"npm run check:repository-identity",
"npm run verify:repo"
]
}