Skip to content

Commit c759ef6

Browse files
author
Your Name
committed
Register k9-svc and stateful-artefacts satellites
1 parent bd54c62 commit c759ef6

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

README.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ The Rhodium Standard Repository specification defines compliance requirements:
117117
=== Document Formats
118118

119119
* https://github.com/hyperpolymath/a2ml[a2ml] — Attested Markup Language (typed, verified documents)
120+
* https://github.com/hyperpolymath/k9-svc[k9-svc] — Self-validating components (embedded contracts + deployment logic)
121+
* https://github.com/hyperpolymath/stateful-artefacts-for-gitforges[stateful-artefacts-for-gitforges] — Metadata-driven documentation pipeline
120122

121123
=== Palimpsest
122124

SATELLITES.scm

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,26 @@
133133
(adjacent ("k9-svc"))
134134
(example-implementations ("stateful-artefacts-for-gitforges"))))
135135

136-
136+
(satellite
137+
(name "k9-svc")
138+
(url "https://github.com/hyperpolymath/k9-svc")
139+
(role "specification")
140+
(tier "format")
141+
(description "Self-validating components with embedded contracts and deployment logic")
142+
(relationships
143+
(parent "standards")
144+
(related ("a2ml"))))
145+
146+
(satellite
147+
(name "stateful-artefacts-for-gitforges")
148+
(url "https://github.com/hyperpolymath/stateful-artefacts-for-gitforges")
149+
(role "tooling")
150+
(tier "application")
151+
(description "Metadata-driven documentation pipeline for Git forges")
152+
(relationships
153+
(parent "standards")
154+
(related ("a2ml"))))
155+
137156
(satellite
138157
(name "palimpsest-license")
139158
(url "https://github.com/hyperpolymath/palimpsest-license")

0 commit comments

Comments
 (0)