|
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. |
3 | 3 |
|
4 | 4 | (ecosystem |
5 | | - (version "1.0") |
6 | 5 | (name "palimpsest-license") |
7 | | - (type "project") |
8 | | - (purpose "Palimpsest-MPL License") |
| 6 | + (version "1.0") |
| 7 | + (governance "Palimpsest Stewardship Council") |
| 8 | + (jurisdiction "NL") |
9 | 9 |
|
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")) |
14 | 15 |
|
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")) |
16 | 23 |
|
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")) |
19 | 28 |
|
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