Start the arc42 contract and publish the first ADR set

Add the owner-facing publication contract, a regenerable ADR review
ledger, and publication entries for this repo's ADR-0001 plus the eight
ready railiance-master ADRs.
This commit is contained in:
tegwick 2026-08-18 22:16:02 +02:00
parent 7a24e9107f
commit a8fb62a3bc
34 changed files with 9669 additions and 28 deletions

View file

@ -1,3 +1,13 @@
---
id: policy-nexus-adr-0001
title: "Policy addressing and permanence"
status: accepted
owner: the-custodian
revision: "accepted-1"
last_reviewed: "2026-08-18"
review_interval: 6m
---
# ADR-0001 — policy addressing and permanence
- Status: accepted
@ -13,6 +23,10 @@ A document has one stable current address and immutable revision addresses:
/<kind>/<document>/<version>/revisions/<revision>/
```
`<kind>` is one of `standards`, `architecture`, `constitution`, or `adr`.
`<document>` is a kebab-case slug that is unique on the site. The owner-facing
rules live in `docs/publication-contract.md`.
The publication manifest records both. Existing public paths become permanent
redirect aliases; the first is `/tenancy-posture.html`. No URL is derived from
a checkout path, branch name, build number or hosting implementation.