@@ -24,9 +24,52 @@ This repository serves as the canonical source for policies, templates, and spec
2424
2525== Standards Ecosystem
2626
27- === Hub-Satellite Architecture
27+ === Monorepo Architecture
2828
29- This repository is the **hub** for the SCM Format Family. All specification repos are **satellites** registered in link:SATELLITES.scm[SATELLITES.scm].
29+ As of 2026-02-08, all SCM specification satellites have been absorbed into this monorepo as subdirectories.
30+ The previous hub-satellite architecture (with separate GitHub repos) has been consolidated here for easier maintenance and atomic cross-spec changes.
31+
32+ Each satellite retains its own README, spec documents, examples, and `.machine_readable/` metadata.
33+ RSR boilerplate (LICENSE, CODE_OF_CONDUCT, CONTRIBUTING, SECURITY, MAINTAINERS) is inherited from the monorepo root.
34+
35+ [cols="1,2,1", options="header"]
36+ |===
37+ |Subdirectory |Former Repository |Content
38+
39+ |`meta-scm/`
40+ |link:meta-scm/[meta-scm]
41+ |META.scm, STATE.scm, ECOSYSTEM.scm specs, ABNF, IANA registration
42+
43+ |`playbook-scm/`
44+ |link:playbook-scm/[playbook-scm]
45+ |PLAYBOOK.scm spec
46+
47+ |`agentic-scm/`
48+ |link:agentic-scm/[agentic-scm]
49+ |AGENTIC.scm spec, contractiles, Nickel configs
50+
51+ |`neurosym-scm/`
52+ |link:neurosym-scm/[neurosym-scm]
53+ |NEUROSYM.scm spec, Nickel configs
54+
55+ |`anchor-scm/`
56+ |link:anchor-scm/[anchor-scm]
57+ |ANCHOR.scm spec, contractiles
58+
59+ |`state-scm/`
60+ |https://github.com/hyperpolymath/state.scm[state.scm]
61+ |STATE.scm spec, Guile library, ABNF, IANA registration
62+
63+ |`ecosystem-scm/`
64+ |https://github.com/hyperpolymath/ecosystem.scm[ecosystem.scm]
65+ |ECOSYSTEM.scm spec, ABNF, IANA considerations
66+
67+ |`standards-update/`
68+ |https://github.com/hyperpolymath/standards-update[standards-update]
69+ |Standards update tooling and documentation
70+ |===
71+
72+ Satellite registry is still machine-readable in link:SATELLITES.scm[SATELLITES.scm].
3073
3174For detailed repository structure requirements, see link:SCM-REPO-TEMPLATE.adoc[SCM-REPO-TEMPLATE.adoc].
3275
@@ -41,37 +84,37 @@ Every Hyperpolymath repository must include these machine-readable Scheme files
4184|`META.scm`
4285|Primary
4386|Architecture decisions (ADRs), development practices
44- |https://github.com/hyperpolymath/ meta-scm[meta-scm]
87+ |link: meta-scm/ [meta-scm]
4588
4689|`STATE.scm`
4790|Primary
4891|Project state, phase, milestones, session history
49- |Companion to META
92+ |link:state-scm/[state-scm]
5093
5194|`ECOSYSTEM.scm`
5295|Primary
5396|Ecosystem positioning, related projects
54- |Companion to META
97+ |link:state-scm/[state-scm]
5598
5699|`PLAYBOOK.scm`
57100|Execution
58101|Executable plans, procedures, alerts
59- |https://github.com/hyperpolymath/ playbook-scm[playbook-scm]
102+ |link: playbook-scm/ [playbook-scm]
60103
61104|`AGENTIC.scm`
62105|Execution
63106|AI agent operational gating, entropy budgets
64- |https://github.com/hyperpolymath/ agentic-scm[agentic-scm]
107+ |link: agentic-scm/ [agentic-scm]
65108
66109|`NEUROSYM.scm`
67110|Execution
68111|Symbolic semantics, proof obligations
69- |https://github.com/hyperpolymath/ neurosym-scm[neurosym-scm]
112+ |link: neurosym-scm/ [neurosym-scm]
70113
71114|`ANCHOR.scm`
72115|Intervention
73116|Project recalibration/realignment
74- |https://github.com/hyperpolymath/ anchor. scm[anchor. scm]
117+ |link: anchor- scm/ [anchor- scm]
75118|===
76119
77120Templates available in `scm-templates/` directory.
@@ -259,6 +302,41 @@ standards/
259302│ ├── NEUROSYM.scm.template
260303│ ├── PLAYBOOK.scm.template
261304│ └── ANCHOR.scm.template
305+ ├── meta-scm/ # META.scm specification (absorbed satellite)
306+ │ ├── README.adoc
307+ │ ├── spec/
308+ │ └── examples/
309+ ├── playbook-scm/ # PLAYBOOK.scm specification
310+ │ ├── README.adoc
311+ │ ├── spec/
312+ │ └── examples/
313+ ├── agentic-scm/ # AGENTIC.scm specification
314+ │ ├── README.adoc
315+ │ ├── spec/
316+ │ ├── examples/
317+ │ ├── contractiles/
318+ │ └── ncl/
319+ ├── neurosym-scm/ # NEUROSYM.scm specification
320+ │ ├── README.adoc
321+ │ ├── spec/
322+ │ ├── examples/
323+ │ └── ncl/
324+ ├── anchor-scm/ # ANCHOR.scm specification
325+ │ ├── README.adoc
326+ │ ├── spec/
327+ │ ├── examples/
328+ │ └── contractiles/
329+ ├── state-scm/ # STATE.scm specification
330+ │ ├── README.adoc
331+ │ ├── spec/
332+ │ ├── examples/
333+ │ └── lib/
334+ ├── ecosystem-scm/ # ECOSYSTEM.scm specification
335+ │ ├── README.adoc
336+ │ ├── spec/
337+ │ └── docs/
338+ ├── standards-update/ # Standards update tooling
339+ │ └── README.adoc
262340├── SATELLITES.scm # Hub-satellite registry (machine-readable)
263341├── SCM-REPO-TEMPLATE.adoc # Canonical structure for -scm repos
264342├── CODE_OF_CONDUCT.md # Template
@@ -289,18 +367,20 @@ standards/
289367
290368== Related Projects
291369
292- **Standards Hub :**
370+ **Standards Monorepo (this repository) :**
293371
294- * https://github.com/hyperpolymath/standards[standards] — This repository (hub)
295372* link:SATELLITES.scm[SATELLITES.scm] — Machine-readable satellite registry
296373
297- **SCM Format Family (Satellites ):**
374+ **SCM Format Family (local subdirectories ):**
298375
299- * https://github.com/hyperpolymath/meta-scm[meta-scm] — META.scm, STATE.scm, ECOSYSTEM.scm (primary tier)
300- * https://github.com/hyperpolymath/playbook-scm[playbook-scm] — PLAYBOOK.scm (execution tier)
301- * https://github.com/hyperpolymath/agentic-scm[agentic-scm] — AGENTIC.scm (execution tier)
302- * https://github.com/hyperpolymath/neurosym-scm[neurosym-scm] — NEUROSYM.scm (execution tier)
303- * https://github.com/hyperpolymath/anchor.scm[anchor.scm] — ANCHOR.scm (intervention tier)
376+ * link:meta-scm/[meta-scm] — META.scm, STATE.scm, ECOSYSTEM.scm (primary tier)
377+ * link:playbook-scm/[playbook-scm] — PLAYBOOK.scm (execution tier)
378+ * link:agentic-scm/[agentic-scm] — AGENTIC.scm (execution tier)
379+ * link:neurosym-scm/[neurosym-scm] — NEUROSYM.scm (execution tier)
380+ * link:anchor-scm/[anchor-scm] — ANCHOR.scm (intervention tier)
381+ * link:state-scm/[state-scm] — STATE.scm (primary tier)
382+ * link:ecosystem-scm/[ecosystem-scm] — ECOSYSTEM.scm (primary tier)
383+ * link:standards-update/[standards-update] — Standards update tooling
304384
305385**RSR/Rhodium:**
306386
@@ -318,7 +398,7 @@ standards/
318398
319399PMPL-1.0-or-later with Palimpsest philosophical overlay.
320400
321- See link:LICENSE.txt [LICENSE.txt ] for full terms.
401+ See link:LICENSE[LICENSE] for full terms.
322402
323403== Contributing
324404
0 commit comments