Commit 804422b
committed
contract: D-CCF-1 — flip CLASSID_ORDER to CanonHigh (canon HIGH, custom LOW)
The P1 flip of classid-canon-custom-flip-v1 (operator trigger 2026-07-02):
- CLASSID_ORDER = CanonHigh; stored classids now carry canon (domain:appid)
in the HIGH u16, custom (marker/render prefix) in the LOW u16.
- New mint surface: CLASSID_OSINT 0x0700_0000, CLASSID_FMA 0x0A01_0000,
CLASSID_PROJECT 0x0100_0000, CLASSID_ERP 0x0200_0000; V3 classes
0x0701_1000 / 0x0A01_1000 / 0x0E01_1000 (OSINT + CPIC appid normalized
to :01 = q2 per the ruling).
- Mint-forward boundary: every pre-flip stored form registered as a
CLASSID_*_LEGACY read-only alias in BUILTIN_READ_MODES — persisted rows
resolve until re-baked; retirement gated on corpus proof (codex P2 #627).
- hhtl::from_guid_prefix (v1 fold) accepts pure-canon classids in BOTH
stored forms and folds them to the identical path; marked classids
(both halves nonzero) still refuse.
- OGAR#95 reconciliation (plan P2): the app prefix IS the custom half —
render_classid composes concept HIGH / prefix LOW (patient@Healthcare =
0x0901_0005); the #95 table becomes the custom-half render catalogue.
- Board: EPIPHANIES E-CLASSID-FLIP-P1-LANDED, STATUS_BOARD D-CCF rows,
AGENT_LOG fleet-inventory entry (same commit per board-hygiene rule).
Gates: contract 773 (guid-v3-tail) / 759 (default) + doctests; clippy -D
warnings; dependents green (callcenter, cognitive-shader-driver, planner).
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 3b5aea0 commit 804422b
7 files changed
Lines changed: 424 additions & 226 deletions
File tree
- .claude/board
- crates/lance-graph-contract
- src
| 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 | + | |
1 | 20 | | |
2 | 21 | | |
3 | 22 | | |
| |||
| 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 | + | |
1 | 32 | | |
2 | 33 | | |
3 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
53 | 54 | | |
54 | 55 | | |
55 | 56 | | |
| |||
0 commit comments