-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
138 lines (138 loc) · 4.36 KB
/
Copy pathcatalog.json
File metadata and controls
138 lines (138 loc) · 4.36 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
{
"$schema": "./schema/catalog.schema.json",
"schema_version": 1,
"site": {
"title": "NUIF research documentation",
"description": "Pre-standard research, draft specification modules, conformance evidence and reference implementation documentation.",
"repository_url": "https://github.com/refpath/nuif",
"canonical_url": "https://refpath.github.io/nuif/",
"maturity": "pre-standard research project"
},
"limits": {
"document_bytes": 2097152,
"frontmatter_bytes": 65536
},
"frontmatter_required": [
"spec",
"rfcs",
"adrs",
"research/items"
],
"exclude": [
"CLAUDE.md",
"research/items/_template.md",
"conformance/foreign/penpot/node_modules/@penpot/library/README.md"
],
"manuscript": {
"title": "NUIF authored-interface interchange research manuscript",
"subtitle": "Architecture, executable profiles, resource packaging, reconstruction research and open risks",
"authors": ["Refpath contributors"],
"version": "working-2026-09-06",
"date": "2026-09-06",
"status": "working technical manuscript; not peer reviewed",
"abstract": "This manuscript evaluates a layered authored-interface interchange model through prior-art synthesis, bounded adapter profiles and executable conformance experiments. It also separates proposed resource packaging, source-backed capture and screenshot reconstruction from the narrower implemented alpha evidence. It records the architectural hypothesis, implemented evidence, unresolved risks and governance conditions without claiming specification stability, reconstruction accuracy or universal format coverage.",
"sources": [
"docs/whitepaper/00-foundation.md",
"docs/whitepaper/01-architecture.md",
"docs/whitepaper/02-layout-and-rendering.md",
"docs/whitepaper/03-protocol-and-portability.md",
"docs/whitepaper/04-serialization-collaboration-governance.md",
"docs/whitepaper/05-prior-art-and-competitive-map.md",
"docs/whitepaper/06-language-and-runtime-choice.md",
"docs/whitepaper/07-risk-register.md",
"docs/whitepaper/08-governance-and-standardization.md",
"docs/whitepaper/09-naming-and-identity.md",
"docs/whitepaper/10-research-coverage.md",
"docs/whitepaper/11-cross-industry-patterns.md",
"docs/whitepaper/12-resources-capture-and-reconstruction.md"
]
},
"sections": [
{
"id": "project",
"title": "Project",
"paths": [
"README.md",
"docs/roadmap.md",
"docs/BETA.md",
"docs/STANDARDS-ROADMAP.md",
"CONTRIBUTING.md",
"GOVERNANCE.md",
"SECURITY.md",
"CODE_OF_CONDUCT.md",
"docs/PUBLISHING.md"
]
},
{
"id": "architecture",
"title": "Architecture and whitepaper",
"paths": [
"docs/HOST-INTEGRATION.md",
"docs/SDK-AND-BINDINGS.md",
"docs/DIAGNOSTICS.md",
"docs/VERSIONING.md",
"docs/whitepaper"
]
},
{
"id": "specification",
"title": "Draft specification",
"paths": ["spec"]
},
{
"id": "decisions",
"title": "RFCs and ADRs",
"paths": ["rfcs", "adrs"]
},
{
"id": "conformance",
"title": "Conformance",
"paths": ["conformance"]
},
{
"id": "editor",
"title": "Reference editor",
"paths": ["apps/editor"]
},
{
"id": "adapters",
"title": "Adapters",
"paths": ["adapters"]
},
{
"id": "research",
"title": "Research register",
"paths": [
"research/README.md",
"research/AUDIT.md",
"research/roadmap.md",
"research/items"
]
},
{
"id": "releases",
"title": "Release records",
"paths": ["docs/releases"]
},
{
"id": "reference",
"title": "Implementation reference",
"paths": [
"schemas/README.md",
"crates/nuif-cli/README.md",
"crates/nuif-mcp/README.md",
"crates/nuif-wasm/README.md",
"crates/nuif-canva/README.md",
"fuzz/README.md",
"implementations/python/README.md",
"tools/refpath/README.md",
"crates/nuif-media/PROFILE.md",
"crates/nuif-font/PROFILE.md",
"crates/nuif-font/VARIABLE-PROFILE.md",
"crates/nuif-collab/README.md",
"crates/nuif-behavior/README.md",
"bindings/README.md"
]
}
]
}