feat: port el-ui vessels — rename crates→vessels, add El source + manifests

This commit is contained in:
Will Anderson
2026-05-05 04:19:22 -05:00
parent b580a63540
commit faee6fdb25
145 changed files with 4050 additions and 12 deletions
+20
View File
@@ -0,0 +1,20 @@
// el-secrets Secrets management for el-ui applications.
//
// Secrets are NEVER in code. Wrapped in a `Secret<T>` type that displays as
// `[REDACTED]` in all logs and JSON output. Explicit `.expose()` to read.
vessel "el-secrets" {
version "0.1.0"
description "Resolver chain: env vars, Vault, AWS Secrets Manager"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
dependencies {
el-platform "1.0"
}
build {
entry "src/main.el"
output "dist/"
}