// el-identity — Engram-native identity for el-ui. // // Identity is not a bolt-on. Users, roles, scopes, sessions, and OAuth tokens // are first-class Engram nodes connected by typed edges: // // User ──has_role──▶ Role ──grants──▶ Scope // │ // └──has_session──▶ Session ──authenticated_via──▶ OAuthToken vessel "el-identity" { version "0.1.0" description "Engram-native identity graph: users, roles, sessions, OAuth" authors ["Will Anderson "] edition "2026" } dependencies { el-platform "1.0" } build { entry "src/main.el" output "dist/" }