-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSATELLITES.a2ml
More file actions
219 lines (183 loc) · 7.03 KB
/
SATELLITES.a2ml
File metadata and controls
219 lines (183 loc) · 7.03 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
# SPDX-License-Identifier: PMPL-1.0-or-later
# SPDX-FileCopyrightText: 2026 Jonathan D.A. Jewell
# SATELLITES.a2ml -- Hub-Satellite Registry for hyperpolymath/standards
#
# This file registers all satellite repositories that orbit the standards hub.
# Satellites inherit enforcement policies, language rules, and governance from here.
[satellites]
version = "2.0.0"
[satellites.hub]
name = "standards"
url = "https://github.com/hyperpolymath/standards"
architecture = "monorepo"
absorbed-date = "2026-02-08"
description = "Organization-wide standards, policies, and enforcement mechanisms -- satellites absorbed as subdirectories"
[satellites.hub.governs]
language-policy = "CLAUDE.md"
enforcement-workflows = ".github/workflows/"
a2ml-templates = "a2ml-templates/"
pre-commit-hooks = "hooks/"
# ============================================================
# A2ML FORMAT FAMILY - Specification Repositories
# ============================================================
# These repos define the 7 machine-readable metadata formats
# used across all hyperpolymath projects.
# PRIMARY SPECIFICATION
[satellites.repos.meta-a2ml]
url = "https://github.com/hyperpolymath/meta-a2ml"
local-path = "meta-a2ml/"
role = "specification"
tier = "primary"
format-defines = ["META.a2ml", "STATE.a2ml", "ECOSYSTEM.a2ml"]
media-types = ["application/vnd.meta+a2ml", "application/vnd.state+a2ml", "application/vnd.ecosystem+a2ml"]
description = "META format specification - architecture decisions, development practices"
[satellites.repos.meta-a2ml.relationships]
parent = "standards"
children = ["playbook-a2ml", "agentic-a2ml", "neurosym-a2ml", "anchor-a2ml"]
# EXECUTION LAYER SPECIFICATIONS
[satellites.repos.playbook-a2ml]
url = "https://github.com/hyperpolymath/playbook-a2ml"
local-path = "playbook-a2ml/"
role = "specification"
tier = "execution"
format-defines = ["PLAYBOOK.a2ml"]
media-types = ["application/vnd.playbook+a2ml"]
description = "Executable plan specification - derived from META, gated by AGENTIC"
[satellites.repos.playbook-a2ml.relationships]
parent = "meta-a2ml"
siblings = ["agentic-a2ml", "neurosym-a2ml"]
depends-on = ["META.a2ml", "STATE.a2ml", "AGENTIC.a2ml"]
[satellites.repos.agentic-a2ml]
url = "https://github.com/hyperpolymath/agentic-a2ml"
local-path = "agentic-a2ml/"
role = "specification"
tier = "execution"
format-defines = ["AGENTIC.a2ml"]
media-types = ["application/vnd.agentic+a2ml"]
description = "AI agent operational gating - entropy budgets, risk thresholds, safety controls"
[satellites.repos.agentic-a2ml.relationships]
parent = "meta-a2ml"
siblings = ["playbook-a2ml", "neurosym-a2ml"]
depends-on = ["META.a2ml"]
gates = ["PLAYBOOK.a2ml"]
[satellites.repos.neurosym-a2ml]
url = "https://github.com/hyperpolymath/neurosym-a2ml"
local-path = "neurosym-a2ml/"
role = "specification"
tier = "execution"
format-defines = ["NEUROSYM.a2ml"]
media-types = ["application/vnd.neurosym+a2ml"]
description = "Symbolic semantics - composition algebra, proof obligations, verification hooks"
[satellites.repos.neurosym-a2ml.relationships]
parent = "meta-a2ml"
siblings = ["playbook-a2ml", "agentic-a2ml"]
provides-semantics-for = ["PLAYBOOK.a2ml", "AGENTIC.a2ml"]
# INTERVENTION SPECIFICATION
[satellites.repos.anchor-a2ml]
url = "https://github.com/hyperpolymath/anchor-a2ml"
local-path = "anchor-a2ml/"
role = "specification"
tier = "intervention"
format-defines = ["ANCHOR.a2ml"]
media-types = ["application/vnd.anchor+a2ml"]
description = "Project recalibration intervention - scope management, realignment trigger"
[satellites.repos.anchor-a2ml.relationships]
parent = "meta-a2ml"
can-intervene-on = ["META.a2ml", "STATE.a2ml", "ECOSYSTEM.a2ml", "PLAYBOOK.a2ml", "AGENTIC.a2ml", "NEUROSYM.a2ml"]
special-role = "superintendent-drop-document"
# ============================================================
# RSR (RHODIUM STANDARD REPOSITORIES)
# ============================================================
[satellites.repos.rhodium-standard-repositories]
url = "https://github.com/hyperpolymath/rhodium-standard-repositories"
role = "specification"
tier = "infrastructure"
description = "RSR specification - repository compliance standards"
[satellites.repos.rhodium-standard-repositories.relationships]
parent = "standards"
enforces-on = "all-repos"
[satellites.repos.git-rsr-certified]
url = "https://github.com/hyperpolymath/git-rsr-certified"
role = "tooling"
tier = "infrastructure"
description = "Universal RSR compliance engine"
[satellites.repos.git-rsr-certified.relationships]
implements = "rhodium-standard-repositories"
# ============================================================
# RELATED STANDARDS
# ============================================================
[satellites.repos.a2ml]
url = "https://github.com/hyperpolymath/standards/tree/main/a2ml"
role = "specification"
tier = "format"
description = "Attested Markup Language - typed, verified documents"
media-types = ["application/vnd.a2ml"]
[satellites.repos.a2ml.relationships]
parent = "standards"
related = ["meta-a2ml", "neurosym-a2ml"]
adjacent = ["k9-svc"]
example-implementations = ["stateful-artefacts-for-gitforges"]
[satellites.repos.k9-svc]
url = "https://github.com/hyperpolymath/standards/tree/main/k9-svc"
role = "specification"
tier = "format"
description = "Self-validating components with embedded contracts and deployment logic"
[satellites.repos.k9-svc.relationships]
parent = "standards"
related = ["a2ml"]
[satellites.repos.stateful-artefacts-for-gitforges]
url = "https://github.com/hyperpolymath/stateful-artefacts-for-gitforges"
role = "tooling"
tier = "application"
description = "Metadata-driven documentation pipeline for Git forges"
[satellites.repos.stateful-artefacts-for-gitforges.relationships]
parent = "standards"
related = ["a2ml"]
[satellites.repos.palimpsest-license]
url = "https://github.com/hyperpolymath/palimpsest-license"
role = "governance"
tier = "foundation"
description = "Philosophical license overlay for ethical AI development"
[satellites.repos.palimpsest-license.relationships]
applied-to = "all-repos"
# ============================================================
# EXECUTION PIPELINE
# ============================================================
# All implementations MUST respect this ordering
[[satellites.execution-pipeline]]
step = 1
format = "META.a2ml"
action = "validation"
authority = "constitutional"
[[satellites.execution-pipeline]]
step = 2
format = "AGENTIC.a2ml"
action = "gating"
authority = "operational-safety"
[[satellites.execution-pipeline]]
step = 3
format = "NEUROSYM.a2ml"
action = "semantics"
authority = "proof-obligations"
[[satellites.execution-pipeline]]
step = 4
format = "PLAYBOOK.a2ml"
action = "derivation"
authority = "executable-plan"
[[satellites.execution-pipeline]]
step = 5
action = "execution"
[[satellites.execution-pipeline]]
step = 6
format = "ECOSYSTEM.a2ml"
action = "integrity-check"
[[satellites.execution-pipeline]]
step = 7
format = "STATE.a2ml"
action = "update"
[satellites.special-intervention]
format = "ANCHOR.a2ml"
trigger = "superintendent-drop"
effect = "recalibrate-all-a2ml-files"
authority = "external-to-pipeline"
### End of SATELLITES.a2ml