Skip to content

Commit 86d93db

Browse files
refactor: rename Hexadeca → unified-api-adapter (estate-wide) (#109)
Estate-wide rename **Hexadeca-Connector → UnifiedApiAdapter**. - `main-estate-audit.yml`: `uses: …/actions/zig-hexadeca-check@main` → `…/actions/zig-unified-api-adapter-check@main` (new path live since cicd-suite#26, expand phase of expand→migrate→contract) - any residual `hexadeca` prose in-repo renamed with the estate mapping The old action path is deleted in the contract phase only after code search shows zero consumers, so this switch cannot break the audit gate. Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com>
1 parent e34cefa commit 86d93db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main-estate-audit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
- name: Idris2 ABI Purity Gate
2525
uses: hyperpolymath/cicd-suite/actions/idris2-abi-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main
2626

27-
- name: Zig Hexadeca API Gate
28-
uses: hyperpolymath/cicd-suite/actions/zig-hexadeca-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main
27+
- name: Zig UnifiedApiAdapter API Gate
28+
uses: hyperpolymath/cicd-suite/actions/zig-unified-api-adapter-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main
2929

3030
- name: Contractile Validation Gate
3131
uses: hyperpolymath/cicd-suite/actions/contractile-validation-check@180b419825d238f8b606584c970a81dfa7cb6f81 # main

0 commit comments

Comments
 (0)