Commit 06c5c5b
committed
ogar-class-view: register the 4 anatomy concepts (fix workspace CI)
The whole-workspace `cargo check + test` caught what per-crate testing
missed: ogar-class-view's OgarClassView registry has a drift gate
requiring every codebook concept to be registered, and the anatomy mints
(anatomical_structure / skeleton / bone / joint, 0x0A01..04) were absent.
Added them to all_canonical_classes() in codebook order (after health,
before auth) + the imports. Workspace test now fully green:
- every_codebook_id_appears_in_class_ids_all ... ok
- known_class_ids_iterates_in_stable_codebook_order ... ok
- registry_carries_every_codebook_concept ... ok
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP1 parent 54dc888 commit 06c5c5b
1 file changed
Lines changed: 15 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
131 | 136 | | |
132 | 137 | | |
133 | 138 | | |
| |||
0 commit comments