refactor(ffi): rename Hexadeca-Connector to UnifiedApiAdapter everywhere - #805
Merged
hyperpolymath merged 2 commits intoSep 21, 2026
Merged
Conversation
Estate naming decision: the sixteen-protocol unified Zig API surface is now canonically the 'zig unified-api-adapter' (type identifier UnifiedApiAdapter), replacing the 'Hexadeca-Connector' label across the canonical source. Convention: paths/files/dirs use dashes (unified-api-adapter); text and code type identifiers use UnifiedApiAdapter. The 16 connector names and C ABI wire ids in ffi/connectors.json are unchanged (load-bearing wire contract). - ffi/zig/src/hexadeca.zig -> unified-api-adapter.zig (struct HexadecaSuite -> UnifiedApiAdapter) - test/hexadeca_contract_test.exs -> unified-api-adapter-contract_test.exs (module Hypatia.HexadecaContractTest -> Hypatia.UnifiedApiAdapterContractTest; _test.exs suffix preserved so mix test still discovers the drift guard) - connectors.json _note, README, Rust client, Idris2 ABI (both Types.idr), connector stub comments, and docs updated to the new name/paths Verified: zero residual 'hexadeca'; the 16 connector names/ids are byte-identical; the contract drift-guard's three language mirrors (Zig, Idris2, Rust) still extract the golden 16 in order with sequential ids 0-15.
Contributor
|
Note Currently processing new changes in this PR. This may take a few minutes, please wait... ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (27)
✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
hyperpolymath
deleted the
refactor/rename-hexadeca-to-unified-api-adapter
branch
September 21, 2026 00:40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Estate-wide rename, canonical repo first: the unified Zig API pattern Hexadeca-Connector → UnifiedApiAdapter (
unified-api-adapterin paths/files).What changed
ffi/zig/src/hexadeca.zig→unified-api-adapter.zig; structHexadecaSuite→UnifiedApiAdaptertest/hexadeca_contract_test.exs→test/unified-api-adapter-contract_test.exs(moduleHypatia.UnifiedApiAdapterContractTest;_test.exssuffix preserved so mix's default*_test.exsglob still discovers it)zig-unified-api-adapter-check(lands via the cicd-suite expand→migrate→contract migration running alongside this PR)What did NOT change (contract safety)
hypatia_*C exports untouchedportFor = base + id + 1arithmetic untouchedVerification
hexadecahits in-treeunified-api-adapter.zig, Idris2src/abi/Types.idr, Rustclients/rust/hypatia-client/src/connector.rsall still extract the golden 16 in order, ids 0–15connectors.json_notepaths updated to the new filenamesCompanion PRs: cicd-suite (action expand), idaptik, boj-server, standards, proven-servers + ~26 consumer repos flipping the shared-action path.