Skip to content

Commit ba95327

Browse files
Update ECOSYSTEM.scm
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent cf60678 commit ba95327

File tree

1 file changed

+26
-13
lines changed

1 file changed

+26
-13
lines changed

ECOSYSTEM.scm

Lines changed: 26 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,33 @@
1-
;; SPDX-License-Identifier: PMPL-1.0
2-
;; ECOSYSTEM.scm - Project relationship mapping
1+
;; ECOSYSTEM.scm — Palimpsest License Ecosystem Specification
2+
;; Canonical ontology for agents, artefacts, and governance flows.
33

44
(ecosystem
5-
(version "1.0")
65
(name "palimpsest-license")
7-
(type "project")
8-
(purpose "Palimpsest-MPL License")
6+
(version "1.0")
7+
(governance "Palimpsest Stewardship Council")
8+
(jurisdiction "NL")
99

10-
(position-in-ecosystem
11-
(role "component")
12-
(layer "application")
13-
(description "Palimpsest-MPL License"))
10+
(actors
11+
(council "Palimpsest Stewardship Council")
12+
(contributors "Individuals submitting improvements")
13+
(maintainers "Repository maintainers")
14+
(agents "Automated systems interacting with the license"))
1415

15-
(related-projects . ())
16+
(artefacts
17+
(license "legal/PALIMPSEST-MPL-1.0.txt")
18+
(exhibit-a "legal/exhibits/EXHIBIT-A-ETHICAL-USE.txt")
19+
(exhibit-b "legal/exhibits/EXHIBIT-B-QUANTUM-SAFE.txt")
20+
(metadata "LICENSES/PMPL-1.0.json")
21+
(governance "GOVERNANCE.adoc")
22+
(versioning "VERSIONING.adoc"))
1623

17-
(what-this-is
18-
"Palimpsest-MPL License")
24+
(flows
25+
(proposal "Contributor submits proposal → Council review → Public comment → Ratification")
26+
(versioning "Council publishes new version → Metadata updated → Historical archive extended")
27+
(provenance "pmpl-sign → pmpl-verify → pmpl-audit"))
1928

20-
(what-this-is-not . ()))
29+
(principles
30+
(ethical-use "Preserve emotional lineage and cultural meaning")
31+
(provenance "Maintain cryptographic lineage")
32+
(reversibility "All artefacts must be reversible and auditable")
33+
(narratability "Every artefact must tell its own story")))

0 commit comments

Comments
 (0)