Build immutable policy publication artifact

This commit is contained in:
tegwick 2026-08-18 12:16:04 +02:00
parent cac0301866
commit e8035f3887
22 changed files with 2375 additions and 452 deletions

30
publication.json Normal file
View file

@ -0,0 +1,30 @@
{
"schema_version": 1,
"site": {
"title": "Coulomb Policy Nexus",
"base_url": "https://policy.coulomb.social"
},
"canon_scope": {
"standards": true,
"architecture": true,
"constitution": true,
"values": false,
"tpsc": false,
"projects": false
},
"repositories": {
"net-kingdom": {"path": "../net-kingdom"}
},
"documents": [
{
"id": "netkingdom-tenancy-posture",
"source_repo": "net-kingdom",
"source_path": "canon/standards/tenancy-posture_v0.1.md",
"canonical_path": "standards/tenancy-posture/v0.1/index.html",
"revision_path": "standards/tenancy-posture/v0.1/revisions/{revision}/index.html",
"legacy_paths": ["tenancy-posture.html"],
"subtitle": "A framework for describing, holding and improving multi-tenancy — including where we are not there yet.",
"review_interval": "6m"
}
]
}