feat: NoKV brand redesign + voice session workspaces + 2026 security/AI stack updates - #9
Merged
Conversation
- Design tokens from nokv.io: cream/ink/teal light, navy/cyan dark, Source Serif 4 display - Desktop shell: brand header with nav, serif greeting, recorder + widget two-column overview - Mobile paradigm preserved (bottom bar now mobile-only; desktop gets the assistant launcher) - Fix theme.css double-import that force-applied dark primary in light mode - Fix overview content wrapper collapsing to content width - Rebrand echos/mood widgets into the palette; flatten nested recorder card Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Every voice-agent session becomes a NoKV workbench: create-only session metadata, ordered tool-call trace via workbench_append (generation CAS), and a deterministic commit whose replay is idempotent. - MCP stdio client over a long-lived 'nokv mcp' subprocess (no JS SDK exists) - HMAC-signed per-user session refs; server re-derives from the Clerk session - All NoKV writes inside next/server after(); voice hot path untouched - Disabled byte-for-byte without NOKV_ENABLED; 30s backoff on runtime failure - semantic_vad (low eagerness) for journaling monologues - Runbook in docs/nokv-demo.md, architecture in docs/nokv-integration-design.md Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
after(). Runbook:docs/nokv-demo.md.semantic_vadfor journaling monologues, 2026 ecosystem signals report (docs/research/).Checks: typecheck / 27 vitest / production build all green.
🤖 Generated with Claude Code