Skip to content

Commit bd54c62

Browse files
author
Your Name
committed
Register A2ML satellite
1 parent f1111e4 commit bd54c62

2 files changed

Lines changed: 24 additions & 6 deletions

File tree

README.adoc

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Hyperpolymath Standards
22

3-
image:https://img.shields.io/badge/License-MPL_2.0-blue.svg[MPL-2.0,link="https://opensource.org/licenses/MPL-2.0"]
4-
image:https://img.shields.io/badge/Philosophy-Palimpsest-purple.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-licence"]
3+
image:https://img.shields.io/badge/License-PMPL--1.0-blue.svg[License: PMPL-1.0,link="https://github.com/hyperpolymath/palimpsest-license"]
4+
image:https://img.shields.io/badge/Philosophy-Palimpsest-indigo.svg[Palimpsest,link="https://github.com/hyperpolymath/palimpsest-license"]
55

66
:toc: macro
77
:toc-placement!:
@@ -114,6 +114,10 @@ The Rhodium Standard Repository specification defines compliance requirements:
114114
|CI/CD pipeline for RSR enforcement
115115
|===
116116

117+
=== Document Formats
118+
119+
* https://github.com/hyperpolymath/a2ml[a2ml] — Attested Markup Language (typed, verified documents)
120+
117121
=== Palimpsest
118122

119123
Philosophical licensing overlay for consent-based digital interaction:
@@ -306,7 +310,7 @@ standards/
306310
**Build & Licensing:**
307311

308312
* https://github.com/hyperpolymath/mustfile[mustfile] — Build system standard
309-
* https://github.com/hyperpolymath/palimpsest-licence[palimpsest-licence] — Licensing framework
313+
* https://github.com/hyperpolymath/palimpsest-license[palimpsest-license] — Licensing framework
310314

311315
== License
312316

SATELLITES.scm

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;; SPDX-License-Identifier: AGPL-3.0-or-later
1+
;; SPDX-License-Identifier: PMPL-1.0-or-later
22
;; SPDX-FileCopyrightText: 2025 Jonathan D.A. Jewell
33
;; SATELLITES.scm — Hub-Satellite Registry for hyperpolymath/standards
44
;;
@@ -121,8 +121,22 @@
121121
;; RELATED STANDARDS
122122
;; ============================================================
123123
(satellite
124-
(name "palimpsest-licence")
125-
(url "https://github.com/hyperpolymath/palimpsest-licence")
124+
(name "a2ml")
125+
(url "https://github.com/hyperpolymath/a2ml")
126+
(role "specification")
127+
(tier "format")
128+
(description "Attested Markup Language - typed, verified documents")
129+
(media-types ("application/vnd.a2ml"))
130+
(relationships
131+
(parent "standards")
132+
(related ("meta-scm" "neurosym-scm"))
133+
(adjacent ("k9-svc"))
134+
(example-implementations ("stateful-artefacts-for-gitforges"))))
135+
136+
137+
(satellite
138+
(name "palimpsest-license")
139+
(url "https://github.com/hyperpolymath/palimpsest-license")
126140
(role "governance")
127141
(tier "foundation")
128142
(description "Philosophical license overlay for ethical AI development")

0 commit comments

Comments
 (0)