Commit 1492785
committed
ogar-vocab: mint ConceptDomain::Automation (0x0C) — MARS/Automation classids
Resolves docs/MARS-TRANSCODING.md §1's deferred classid mint via the 5+3
codebook-hardening pass. One domain 0x0C spanning the MARS structural CMDB
(A→R→S→M dependsOn backbone) AND the Automation DO-arm actuators — the Auth
precedent (heterogeneous shapes, one cross-app concern; render prefix is the
hi-u16 skin, the domain byte is the lo-u16 shared-concept half).
9 concepts (load-bearing only; the speculative rest reserved):
0x0C01 mars_application 0x0C02 mars_resource
0x0C03 mars_software 0x0C04 mars_machine
0x0C05 knowledge_item 0x0C06 mars_node_template
0x0C07 action_handler 0x0C08 action_applicability
0x0C09 automation_trigger
Atomic lockstep (per runtime-archaeologist's 11-site checklist) across:
- ogar-vocab: CODEBOOK + ConceptDomain enum + canonical_concept_domain arm
+ domain-byte doc block + class_ids consts + class_ids::ALL + 9 builder fns
+ all_promoted_classes() + count/routing tests.
- ogar-class-view: import list + all_canonical_classes() (the drift-gate that
broke CI for the Anatomy mint — every_codebook_id_appears_in_class_ids_all).
Opportunistically fixed pre-existing doc drift the doctrine-keeper flagged:
DIV-1 (Anatomy missing from APP-CLASS-CODEBOOK-LAYOUT domain map) + DIV-2
(stale 0x0A/0x0B in the lib.rs doc block; missing 0x0B Auth line).
5+3 hardening: theorem-checker (PASS) / doctrine-keeper / integration-lead /
runtime-archaeologist savants + cargo fmt/test/clippy gates. ogar-vocab 94 +
ogar-class-view 11 tests green, clippy-clean on new code.
Docs: MARS-TRANSCODING §1 re-graded provisional→minted; D-MARS-CLASSID ledger
row; EPIPHANIES E-MARS-AUTOMATION-MINT; APP-CLASS-CODEBOOK-LAYOUT domain map.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01EYvNjD8M8LMNYbRy3gq2FP1 parent 624f899 commit 1492785
6 files changed
Lines changed: 389 additions & 23 deletions
File tree
- .claude/board
- crates
- ogar-class-view/src
- ogar-vocab/src
- docs
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 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 | + | |
10 | 52 | | |
11 | 53 | | |
12 | 54 | | |
| |||
| 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 | + | |
| 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 | + | |
77 | 128 | | |
78 | 129 | | |
79 | 130 | | |
| |||
138 | 189 | | |
139 | 190 | | |
140 | 191 | | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
141 | 202 | | |
142 | 203 | | |
143 | 204 | | |
| |||
0 commit comments