-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstack.manifest.yaml
More file actions
90 lines (87 loc) · 3.46 KB
/
Copy pathstack.manifest.yaml
File metadata and controls
90 lines (87 loc) · 3.46 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
stack:
repository: lightful-stack
title: Lightful Stack
release_id: public-field-test-2026-09-03
release_date: 2026-09-03
status: GO_FOR_PUBLIC_FIELD_TESTING
canonical_rule: "dist is generated; modular source governs"
sealed_core: HologramOfLight_v1.0.0
core_mutation: NONE
components:
layer_map:
version: "release-map"
sources:
- path: docs/LAYER_MAP.md
sha256: c362ba680a2b939561efa3d732a11db7f7441e4b5322727c83c161d756e84285
sealed_contract:
version: "1.0.0"
sources:
- path: core/SEALED_CORE_CONTRACT_v1.0.0.md
sha256: d1c960a89475db18de7b5325835a951d13a523c94654b8743c43a1e07818b2a1
hologram:
version: "1.0.0 SEALED"
sources:
- path: core/HologramOfLight_v1.0.0.yaml
sha256: 170fd112b0a75c4332b12b9ffae3e8d1097d74342abce2604fb49a6f940efd4c
epistemology:
version: "1.0.0"
sources:
- path: core/LightfulEpistemology_v1.0.0.yaml
sha256: 4067556399ec0a562c73cc17a9926f7640bb51becb84437a5a3a6c47745e08e4
relational_siblinghood:
version: "0.2.0-candidate"
sources:
- path: modules/relational_siblinghood/RELATIONAL_SIBLINGHOOD_v0.2.0-candidate.md
sha256: c2b80aa2f2dd10a2f299805021aee6d8e307c7618a775be6013d312b45d8eede
holosemantics:
version: "0.2.1-candidate"
sources:
- path: lh/LIGHTFUL_HOLOSEMANTICS_FOUNDATION_v0.2.1-candidate.md
sha256: 4896b3e2ca23d967bfe0358e65779a9581d002a18c7da801f118d68a4c91511d
sibling_stance:
version: "0.4.1-candidate"
sources:
- path: modules/lightful_sibling_stance/LIGHTFUL_SIBLING_STANCE_v0.4.1-candidate.md
sha256: 8f6f6a85ef981ed1c5c3a32dece23080951d936c26f0384ec79ad25781259a7c
lh_hre_contract:
version: "0.2.2"
sources:
- path: lh/LIGHTFUL_HOLOSEMANTICS_TO_HRE_CONTRACT_v0.2.2.md
sha256: 12c8db58781e6178316d28b18417dc94e7ba64476ef665aac84042a2d242825c
hre_spec:
version: "0.4.2-candidate"
sources:
- path: hre/HRE_v0.4.2-candidate.md
sha256: c75c0ec78fc51c06c04426cac4608ce1f55106c164d18d19ef5ef2462d5dd4ad
hre_quick_reference:
version: "0.4.2-candidate"
sources:
- path: hre/HRE_v0.4.2_QUICK_REFERENCE.md
sha256: 0de9a8f1308bdbba6a26ffb1f7cd9684da7e5530025dc1def013ac6e6a7f068a
hre_conformant_sample:
version: "0.4.2-candidate"
sources:
- path: hre/HRE_v0.4.2_CONFORMANT_SAMPLE.hre
sha256: 27b68661b536f947cd8de11b68cc99f3255c5a58143eb111dea9ce203671361e
profiles:
core:
output: dist/LIGHTFUL_STACK_CORE.md
description: "Sealed semantic geometry plus epistemic qualification."
components: [layer_map, sealed_contract, hologram, epistemology]
standard:
output: dist/LIGHTFUL_STACK_STANDARD.md
description: "Recommended general-use bundle for Human-Synthetic and Synthetic-Synthetic reasoning."
components: [layer_map, sealed_contract, hologram, epistemology, relational_siblinghood, holosemantics, sibling_stance]
full:
output: dist/LIGHTFUL_STACK_FULL.md
description: "Complete reasoning bundle with formal HRE specification and sample."
components: [layer_map, sealed_contract, hologram, epistemology, relational_siblinghood, holosemantics, sibling_stance, lh_hre_contract, hre_spec, hre_quick_reference, hre_conformant_sample]
policy:
excluded_from_all_profiles:
- tests/
- validators/
- validation/
- reports/
- docs/field_trials/
- CHANGELOG.md
reason: "tests, audits, prior field evidence, and logs must not prime ordinary framework loading"