the floor rebuilds on a 90d cycle
Yeezy / Off-White / Supreme refused to freeze. The floor is rebuilt every 90 days. Old versions archive under /v<n>; the current pointer rotates; the changelog is signed and dated. Demolition is the rule that keeps the system from becoming decoration. every shipped version stays under /v<n>. nothing is hidden. nothing is deleted.
149 ADRs · the governance trail · live
every architectural decision in zero-universe is journaled under governance/adr/*.md. the explorer reads the ledger at SSR time, parses the metadata, and exposes status · scope · date filters under operator control.
- visible
- 149 / 149
- status
- all
- scope
- any
- sort
- num desc
- picked
- none yet
- authority
- governance/adr/*.md · SSR snapshot · drift-free
current points to v1
the current pointer is what / renders. when the cycle elapses, a new floor replaces it and the previous version freezes under its archive route.
/ renders FloorV1. /v1 renders the same archive snapshot — the route stays valid even after the current pointer rotates to a future version.build · ship · demolish
every cycle is 90d long, divided into three 30d phases. the demolition phase rotates the pointer.
| phase | duration | description |
|---|---|---|
| build | 30d | next version is drafted under a feature branch. shadow surfaces are wired in private. |
| ship | 30d | next version is promoted to /v<n>; current pointer still serves the previous version. |
| demolish | 30d | current pointer rotates to /v<n>; previous version archives under /v<n-1>; changelog entry is signed. |
version archive + changelog entry · cross-references brand/cadence/demolition.contract.json.every shipped floor
one entry per shipped version. every entry is signed and dated. never deleted, never amended in place — corrections ship as new entries.
| version | shipped | summary | archive |
|---|---|---|---|
v1 current | 2026-05-10 | first floor of getzero.dev as zero-universe consumer · acid-primary brand pivot · drops/tiers/label contracts wired · /standards public-safe surface live | /v1 |
no version is hidden
the rules that bind every demolition.
| rule | posture |
|---|---|
| previous version archived | enforced |
| current points to latest | enforced |
| every demolition signed and dated | enforced |
| public changelog required | enforced |
| no version deleted | enforced |
| no silent route | enforced |