Commit 65806f4
docs(explorations): scaffold the decoration bridge as R5 (exploratory) (#129)
## Summary
Bounded exploratory scaffold for a "decoration bridge" — a place to ask
whether the *one* `Choreo × Graded` axis pair that `EchoIntegration`
integrates resembles the shape adjacent-domain constructions exhibit
when they compose two decorations on a shared state evolution (CRDT
merges, gossip partial views, local-first causal histories). Strictly
scoped to that one axis pair; candidate analogies carry falsifiers,
never evidence the recipe generalises. Lands as R5 under the deferred-
research track with explicit termination criteria, not as a new Lane.
## What's in this PR
**4 new files** (the originally-scoped scaffold):
- `proofs/agda/EchoDecorationBridge.agda` — `DecorationFit` record +
`decoration-claim` one-line wrapper of
`EchoIntegration.knowledge-and-controlled-degradation`. Prose
header documents the imports allowlist, the signature-change
policy (retire, never patch), the reverse-import prohibition,
retraction-watch, and the forbidden-rebrandings discipline. **Not
in `proofs/agda/All.agda`.**
- `docs/echo-types/explorations/decoration-bridge/README.adoc` —
status banner, scope discipline, what-this-is-NOT, Track A/B/C
clearance argument, three candidate analogies with falsifiers,
open questions QB-1…QB-4, **item-by-item forbidden-rebrandings
check against both registers in
`.machine_readable/6a2/STATE.a2ml`**, R-2026-05-18
retraction-watch with three drift conditions, six-clause
termination criteria including automatic closure on register
addition and a cleanup invariant.
-
`docs/echo-types/explorations/decoration-bridge/01-decoration-instances.adoc`
— per-candidate pseudo-Agda sketches sharing the `DecorationFit`
shape.
-
`docs/echo-types/explorations/decoration-bridge/02-non-commuting-residue.adoc`
— conceptual core: under `--safe --without-K`, the residue can only
live in the witness `x`, not in `y` and not in the equality leg.
**2 modified files** (both with explicit justification):
- `roadmap.adoc` (+60 lines) — R5 entry with a schema-divergence
note flagging the additional `*Termination*` bullet as
intentional (R1–R4 do not carry it); one-liner Lane 4
cross-reference for navigability. **Pillar A–E entries and Lane
1–4 status lines untouched.**
- `docs/echo-types/echo-kernel-note.adoc` (+11 lines) —
**CI-mandatory** single-row addition under a new "Exploratory
(not in `All.agda`)" classification, satisfying
`scripts/kernel-guard.sh` Check B's requirement that every
`proofs/agda/Echo*.agda` be named in the note. Mirrors the
existing "Sibling (not kernel-derived)" precedent for
non-derived rows; does not reshape the taxonomy.
## What's explicitly NOT in this PR
- No changes to `EchoIntegration.agda`, `EchoChoreo.agda`,
`EchoGraded.agda`, `EchoCNOBridge.agda`, `EchoJanusBridge.agda`,
`DyadicEchoBridge.agda`, or `All.agda` (verified by empty
`git diff` against each).
- No new external dependencies (`echo-types.agda-lib` and
`flake.nix` unchanged).
- No postulates / `believe_me` / escape pragmas in the new module
(verified by `grep` returning 0).
- No edits to either bridge ledger
(`docs/bridges/cross-repo-bridge-status.md`,
`docs/bridge-status.md`) — the conceptual bridge has no
adjacent-side column to fill; reshaping the ledgers to fit was
rejected per the original scaffolding directive.
- No new identity claim, no Pillar move, no Gate edit, no
reopening of EI-2 (forbidden-rebrandings preflight done in
README §"Forbidden-rebrandings check").
## Test plan
- [x] `scripts/kernel-guard.sh` PASS locally — funext-free
certificate (Check A) and classification-drift lint (Check B)
both clean.
- [x] `git diff` against `EchoIntegration` / `EchoChoreo` /
`EchoGraded` / existing `EchoXBridge` / `All.agda` returns
empty.
- [x] No postulates introduced (verified by `grep` against the
new module).
- [x] `echo-types.agda-lib` and `flake.nix` unchanged (no new
external deps).
- [ ] CI `agda` typecheck (deferred — no `agda` binary in the
container that produced this PR). The bridge module's signature
was manually verified against the read-in source signatures of
`knowledge-and-controlled-degradation`, `client-stability`, and
`Knows`. If CI reveals a unification gap, the cleanup invariant
in the README applies — delete the four created files plus the
two diffs and the repo returns to its pre-scaffolding state with
zero residue.
- [ ] Reviewer sanity-check on the forbidden-rebrandings check
table (README §"Forbidden-rebrandings check"). Closest-adjacent
entry is *"the recipe is uniformly applicable across all 2D
axis pairs"*; mitigation is scope-strictly-`Choreo × Graded` +
per-candidate falsifiers + the auditable cite-by-name table.
## Termination clauses (so the cleanup path is explicit)
The exploration terminates and the 6 file additions/edits revert
under any of: (i) Track A/B/C failure; (ii) all three candidates
fail their falsifiers; (iii) the residue analysis reduces to the
retracted-prose graded-comonad framing; (iv) any audit pass adds
the bridge framing to `STATE.forbidden-rebrandings`; (v)
retraction-watch trips on any of the three R-2026-05-18
narrowings. See `roadmap.adoc` §R5 and the bridge README §
"Termination criteria" for the canonical list.
https://claude.ai/code/session_013nLEeKZXpvHnrDZMgRm19S
---
_Generated by [Claude
Code](https://claude.ai/code/session_013nLEeKZXpvHnrDZMgRm19S)_
Co-authored-by: Claude <noreply@anthropic.com>1 parent f2fa7ba commit 65806f4
6 files changed
Lines changed: 1225 additions & 0 deletions
File tree
- docs/echo-types
- explorations/decoration-bridge
- proofs/agda
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
120 | 131 | | |
121 | 132 | | |
122 | 133 | | |
| |||
Lines changed: 264 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
0 commit comments