happy path working with stub companion app

This commit is contained in:
2026-08-18 02:16:05 +02:00
parent 3c11a88a33
commit bc025d007c
41 changed files with 1512 additions and 102 deletions
+10
View File
@@ -0,0 +1,10 @@
// Compile-time pinned constant (mobile/claude.md's "Compile-time constants"
// table; crypto.md's "Compile-time key constants"). Real dev value from
// dev/keys/ed25519-public.b64 — hand-set for this slice, same as the
// extension's ED25519_PUBLIC_KEY_B64 (extension/src/constants.ts); both
// name the same key material under their own component's constant name.
// scripts/setup-dev.js's constant-patching automation is a documented
// fast-follow once this pattern is proven (dev.md).
/** Ed25519 — verifies signed key exchange tokens (interfaces.md, "Signed token (QR payload)"). */
export const ED25519_PUBKEY = 'Z9ppr33AB5gznf-mQU2F9Y3E-MEoNcGHtmlh7rzaTh4';