Commit f947669
committed
docs(identity): DECISION-3 global entity_type + mint-trace correction
Decision-gate ratified: entity_type is GLOBAL (the shared north-star template
id), not namespace-local. The pre-change trace then overturned two beliefs:
- namespace.rs:12 'dense within the namespace' is a STALE doc comment -- the
live mint (registry.rs:476, entity_type_id = rows.len()+1) is already global
append-order across all namespaces. The ratified semantics are the live
behavior; only the prose and the dedup are missing.
- The registry is NOT template-deduped (corrects this session's own
'already leans frugal' claim): every append mints fresh. Dedup + the
entity_type<->NiblePath pairing are net-new.
Blast radius traced benign: ~16 entity_type_id() readers store or compare;
none dense-index by entity_type. Synthesis recorded: the bijection IS the
dedup -- one NiblePath<->entity_type pair table is the template registry, the
dedup index, and the bijection witness at once (Phase B moves 1+2 = one
mechanism).
Plan: DECISION-3 + CORRECTION block + refinement. Board: E-MINT-TRACE-1,
E-OGAR-NORTHSTAR-1 Status line, AGENT_LOG.
https://claude.ai/code/session_014A4JuRCqKP2yNENrQ9Ha7H1 parent 12c5ea3 commit f947669
3 files changed
Lines changed: 50 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| 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 | + | |
1 | 16 | | |
2 | 17 | | |
3 | 18 | | |
| |||
18 | 33 | | |
19 | 34 | | |
20 | 35 | | |
21 | | - | |
22 | | - | |
| 36 | + | |
| 37 | + | |
23 | 38 | | |
24 | 39 | | |
25 | 40 | | |
| |||
Lines changed: 29 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | | - | |
200 | | - | |
201 | | - | |
| 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 | + | |
202 | 228 | | |
203 | 229 | | |
204 | 230 | | |
| |||
0 commit comments