-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample-note.capsule.json
More file actions
48 lines (48 loc) · 2.14 KB
/
example-note.capsule.json
File metadata and controls
48 lines (48 loc) · 2.14 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
{
"metadata": {
"capsule_id": "capsule.example.note.v1",
"version": "1.0.0",
"status": "draft",
"type": "operations",
"subtype": "atomic",
"author": "egor-n1",
"created_at": "2026-03-26T12:00:00Z",
"updated_at": "2026-03-26T12:00:00Z",
"name": "Example Note Capsule",
"semantic_hash": "example-note-capsule-public-specs-valid-reference-shape",
"source": {
"uri": "https://github.com/num1hub/capsule-specs/examples/example-note.capsule.json",
"type": "generated_public_example"
}
},
"core_payload": {
"content_type": "markdown",
"content": "# Example Note\n\nThis example note demonstrates the smallest public-safe capsule shape for narrative content. It is intentionally simple so humans and tools can inspect the structure without needing access to private vault data."
},
"neuro_concentrate": {
"summary": "This example capsule shows a minimal note-shaped capsule that still respects the full five-element outer structure used by CapsuleOS. It is designed for public documentation, schema consumers, and validator smoke checks. The payload stays intentionally small, but the example still demonstrates semantic hash parity, confidence-vector structure, and the presence of a recursive layer even when no graph links are required yet. Readers can use it as a human-friendly reference, while tooling can use it as a stable sample when building import, parsing, validation, and rendering experiments against the public N1Hub specification surface.",
"keywords": [
"example",
"note",
"capsule",
"capsuleos",
"reference",
"validation",
"public-specs"
],
"confidence_vector": {
"extraction": 1,
"synthesis": 1,
"linking": 0.94,
"provenance_coverage": 1,
"validation_score": 1,
"contradiction_pressure": 0
},
"semantic_hash": "example-note-capsule-public-specs-valid-reference-shape"
},
"recursive_layer": {
"links": [],
"epistemic_ledger": []
},
"integrity_sha3_512": "eed9fad3b0adac495f2bc898adfb26e49da11672767c6d9002b1f4dfe339159323e626598d61a49c4a5dedf3366a80b391dcb395c8844427eb11682bcd9c1ba8"
}