Skip to content

vocab+mint: classid canon:custom half-order flip — canon HIGH / APP-render prefix LOW#147

Merged
AdaWorldAPI merged 2 commits into
mainfrom
claude/v3-substrate-migration-review-o0yoxv
Jul 2, 2026
Merged

vocab+mint: classid canon:custom half-order flip — canon HIGH / APP-render prefix LOW#147
AdaWorldAPI merged 2 commits into
mainfrom
claude/v3-substrate-migration-review-o0yoxv

Conversation

@AdaWorldAPI

Copy link
Copy Markdown
Owner

What

Lockstep flip with lance-graph-contract CLASSID_ORDER = CanonHigh (AdaWorldAPI/lance-graph#628; operator trigger 2026-07-02 — the 0x07:01::1000 ruling): a full 32-bit classid is now [hi u16: CANON concept][lo u16: APP/render prefix].

  • ogar_vocab::apprender_classid composes ((concept as u32) << 16) | prefix; app_of reads the low half, concept_of the high half. APP_PREFIX values unchanged; only the position moved.
  • ogar-from-ruff — mint + codegen-emit literal expectations flipped (account.move → 0x0202_0002, WorkPackage → 0x0102_0001); decompose assertions route through app_of/concept_of instead of local masks.
  • ruff_spo_address::Facet needs no companion changefacet_classid is an opaque LE u32 pass-through; the composition lives entirely in ogar_vocab.
  • Doc sweep — APP-CLASS-CODEBOOK-LAYOUT (the canonical layout spec), OGAR-CONSUMER-BEST-PRACTICES, migration plan, READMEs (en/de), PHILOSOPHY (en/de), TRANSPILE-SUBSTRATE, OGAR-AS-IR, RBAC keystone auth literals, mailbox-integration mint guidance, CLAUDE.md non-negotiables.
  • Ledgers (append-only honored)D-CLASSID-CANON-HIGH-FLIP + E-CLASSID-CANON-HIGH-FLIP appended; D-APPCLASS / D-OSINT-APPID-NOT-CONCEPT preserved and superseded by citation.

Mint-forward

Legacy stored forms (0x0000_DDCC / 0xAAAA_DDCC / 0x1000_DDCC) persist in baked data and resolve via read-only legacy registry aliases upstream (lance-graph BUILTIN_READ_MODES + classid_canon_compat for RBAC); retirement is gated on corpus proof.

Downstream

openproject-nexgen-rs#68 (op-canon literal updates) is gated on THIS PR merging (its git dep tracks branch = "main"). MedCare-rs / q2 consumer PRs follow the same arc.

Gates: all 35 workspace test suites green (the vart-gated crate verified via a local path override, reverted before commit); fmt clean on touched crates.

🤖 Generated with Claude Code

https://claude.ai/code/session_01MLBnPuScZy6w9di2QEjsXM


Generated by Claude Code

…ender prefix LOW

Lockstep flip with lance-graph-contract CLASSID_ORDER=CanonHigh
(lance-graph #628; operator trigger 2026-07-02, the 0x07:01::1000 ruling):

- ogar_vocab::app: render_classid now composes ((concept as u32) << 16) |
  prefix; app_of reads the low half, concept_of the high half. APP_PREFIX
  values unchanged (position moved to the LOW/custom half).
- ogar-from-ruff mint + codegen emit: literal-pinned tests flipped
  (account.move -> 0x0202_0002, WorkPackage -> 0x0102_0001); decompose
  assertions route through app_of/concept_of instead of local masks.
- ruff_spo_address::Facet needs NO companion change: facet_classid is an
  opaque LE u32 pass-through; the composition lives entirely here.
- Doc sweep: APP-CLASS-CODEBOOK-LAYOUT (full layout spec), consumer best
  practices, migration plan, READMEs (en/de), PHILOSOPHY (en/de), transpile
  substrate, IR framing, RBAC keystone auth literals (0x0B01_0000-form),
  mailbox-integration mint guidance, CLAUDE.md non-negotiables.
- Ledgers (append-only honored): DISCOVERY-MAP D-CLASSID-CANON-HIGH-FLIP +
  board EPIPHANIES E-CLASSID-CANON-HIGH-FLIP appended; D-APPCLASS and
  D-OSINT-APPID-NOT-CONCEPT entries preserved, superseded by citation.

Legacy stored forms (0x0000_DDCC / 0xAAAA_DDCC / 0x1000_DDCC) persist in
baked data and resolve via read-only legacy registry aliases upstream
(mint-forward; retirement gated on corpus proof).

Gates: workspace 35 test suites green (vart-gated crate tested via a local
path override, reverted before commit — the git dep is canonical); fmt
clean on touched crates.

Co-Authored-By: Claude <noreply@anthropic.com>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2fc2370af8

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .claude/board/EPIPHANIES.md
…x P2 on #147)

The .claude/AGENTS.md log schema requires a **Scope:** line after
**Status:** in every EPIPHANIES entry; the new flip entry (added in this
PR, not yet canon) jumped straight to the body. Scope added — the entry's
own content is unchanged.

Co-Authored-By: Claude <noreply@anthropic.com>
@AdaWorldAPI AdaWorldAPI merged commit 19373a2 into main Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants