-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathclaims.json
More file actions
53 lines (53 loc) · 1.33 KB
/
Copy pathclaims.json
File metadata and controls
53 lines (53 loc) · 1.33 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
{
"schema_version": "1.0",
"verified_at": "2026-07-11",
"scope": "Technical provenance index, not a patentability, inventorship, freedom-to-operate, or legal prior-art opinion.",
"evidence_model": [
{
"layer": "lineage",
"preferred_evidence": [
"root commit",
"commit graph"
]
},
{
"layer": "public availability",
"preferred_evidence": [
"repository created_at",
"release timestamp",
"registry timestamp",
"independent archive"
]
},
{
"layer": "feature presence",
"preferred_evidence": [
"feature commit",
"test",
"release artifact"
]
},
{
"layer": "adoption",
"preferred_evidence": [
"dated stars",
"downloads",
"clones"
]
},
{
"layer": "novelty",
"preferred_evidence": [
"scoped predicate",
"dated related-work search"
]
}
],
"rules": [
"Git author dates are self-asserted lineage metadata.",
"Imported history can predate repository creation.",
"A root commit does not prove later feature presence.",
"Candidate claims must retain their complete combined predicate and confidence level."
],
"canonical_dossier": "https://github.com/ruvnet/ruvnet/blob/main/docs/ruvnet-prior-art.md"
}