google-labs-jules[bot]
a613ed2b68
feat: execute Phase 1 architectural hypermedia framework
...
- Bootstraps `src/core/` foundation (`db.ts`, `valkey.ts`, `spire_ffi.ts`, `main.ts`).
- Adds `auth_guards.ts` for payload capping, CSRF check, and rate limiting.
- Adds `content_negotiation.ts` and `sse_adapter.ts` for Datastar transport helpers.
- Adds `error_fragments.tsx` for standardized Datastar error morphs.
- Introduces `scripts/lint_arch.ts` to block imperative DOM usage.
- Updates `deno.json` with src workspace configs and lint commands.
Co-authored-by: mrteye <1945243+mrteye@users.noreply.github.com>
2026-08-28 01:20:01 +00:00
574c4d66aa
fix(phase3): restore deno.json workspace/tasks and fix recovery/audit typing
2026-08-24 08:56:47 -07:00
google-labs-jules[bot]
f63d0c9afe
feat: implement 2-of-3 SSS recovery matrix using Wasm/Rust
...
- Scaffolds a new Rust crate `wasm/sss_recovery` for constant-time Shamir's Secret Sharing over GF(256) with strict Wasm `zeroize`
- Implements purely typed BIP-39 fallback mapped via Deno WebCrypto in `ui/utils/bip39.ts`
- Migrates `server/recovery.ts` logic mapping Device/Voucher + Server shares with Valkey rate-limiting
- Applies mandatory in-memory JS zeroization on all reconstructed buffers
Co-authored-by: mrteye <1945243+mrteye@users.noreply.github.com>
2026-08-24 07:49:34 +00:00
3e0eb7d9d7
chore: clean up deno.json tasks and unify subcommands under setup CLI
2026-08-23 10:47:36 -07:00
434ac32336
feat(infra): integrate release pipeline natively into setup.ts with rolling restart and new install guides
2026-08-23 10:45:46 -07:00
26739f4b63
feat(infra): add release script, secrets verification, and dump subcommands to setup CLI
2026-08-23 10:41:03 -07:00
e179ecd419
feat(setup): configure GHCR_REG defaulting to ghcr.atyg.org for SPIRE compose
2026-08-22 11:10:22 -07:00
474cc177ce
chore: adopt dual licensing and import task history & scaffolding
...
- Add LICENSE-MIT and LICENSE-APACHE for dual MIT / Apache-2.0 distribution
- Update root LICENSE pointer, README.md, Deno workspace manifests, and Cargo.toml
- Add deno.lock dependency lockfile
- Format AGENTS.md system guidelines
- Import task lifecycle scaffolding and historical story specifications (extract-auth-yes, setup-ts architecture, modular workspace)
2026-08-21 15:20:36 -07:00
ac89e4c8d0
feat: initial commit for auth-yes identity hub
2026-08-21 14:27:36 -07:00