Commit c05cc65
committed
docs(epiphany): live 2026 receipt — bardioc actively extends OGIT's Auth symbol table (external-IAM bridge)
Addendum to the semantic-compiler thesis (prior commit c0e872e),
prompted by the operator's observation that arago recently expanded
the Auth domain — probably unifying with their Zitadel auth server.
Verified from NTO/Auth dcterms:valid dates:
* The IAM core is arago's own, 2018 (Organization, OrgDomain, Account,
Application, Role, RoleAssignment, Team, DataScope) — PREDATES
Zitadel's prominence (~2020-2022), so convergent-universal-IAM, not
copied.
* A January 2026 batch by Pablo Perez adds foreign-key-shaped IDs —
organizationId/accountId/applicationId/scopeId/configurationData
(all 2026-01-12) + ApplicationContent (2026-01-14) — hanging off a
Configuration entity ("registered in hiro knowledge core",
belongs Organization).
The tell ([H], pattern not a named string): adding FK ID columns is
what you do to bridge to an EXTERNAL system keyed by those identities.
The config blob lives in HIRO, keyed by the external IAM's
org/app/user/scope IDs. Zitadel is most likely (its
org_id/project_id/app_id/user_id are exactly these four FK shapes;
matches the operator's stack) but no file names it — hence [H].
Caveat: the domain also carries a Zanzibar-relation shape (edgeRule/
vertexRule + membership verbs), positioned to host Zitadel AND Ory/Keto
bindings — matching the operator's "preminted class profiles" framing.
Two consequences logged: (1) strengthens the semantic-compiler thesis
with a LIVE receipt — the linker phase (OGAR-AS-IR §1) is actively in
use in 2026, not a fossil; (2) the Configuration-keyed-by-external-IDs
entity is the OGIT-side precedent for the "AuthStore mapping class" and
informs the queued 0x0BXX auth cross-walk.
No code changes; ledger entry only. Joins PR #109 (same open branch).1 parent c0e872e commit c05cc65
1 file changed
Lines changed: 65 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 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 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
18 | 83 | | |
19 | 84 | | |
20 | 85 | | |
| |||
0 commit comments