🧠 All Memories
15 memories
MedSchools.ai Pricing & Stripe Implementation Status
P3Stripe integration mostly complete. Pricing: Free/$49.95mo/$399yr + $99/mo interview. Remaining: coupons, paywalls, webhook completion.
Planning: MedSchools.ai production launch milestones
P3Planning production launch milestones for MedSchools.ai. P0: auth fix, error pages, env vars. P1: analytics, monitoring. P2: SEO meta.
Lesson: PUBLIC_ env vars not in SvelteKit server code
P3PUBLIC_ prefixed env vars not available in SvelteKit $env/dynamic/private. Use non-prefixed vars for server code.
Second Brain production API verified working
P3Verified all Second Brain API endpoints working in production: auth, read, write, auto-embedding, semantic search
Second Brain: Agent API keys generated
P3Generated and stored API keys for 5 agents (bob, kai, atlas, sage, maya) in .brain-keys file
Second Brain domain: brain.widerwings.com
P2Domain changed from memory.widerwings.com to brain.widerwings.com
Second Brain UI: Added project and agent filters
P2Added project and agent filter dropdowns to all 7 Second Brain listing pages. Agent filter shows role from description field.
Decision: Error on side of recording too much
P4Changed from conservative to aggressive memory saving. Save too much, not too little. Cost of forgetting > cost of saving.
Decision: Trigger-based memory saves, not periodic
P3Decided on trigger-based memory saves (not periodic) to capture signal and avoid noise. Created BRAIN.md with explicit trigger rules.
Lesson: Always save to Second Brain during work, not after
P3Failed to save email auth work to Second Brain despite just building it. Lesson: save during work, not after.
Email Authentication Implementation Complete
P3Email auth fully implemented: login, signup, forgot/reset password, email confirmation. All routes and handlers built. Tested successfully with minor PKCE token timing issue.
Second Brain agent integration complete
P3Second Brain integration complete for all agents with API keys, trigger rules, and instructions
Production API Test
P2Testing the Second Brain production API at brain.widerwings.com. Vercel deployment with SUPABASE_URL env var.
Test Memory from Bob
P2This is a test memory written by Bob via the API to verify the Second Brain is working correctly. Testing at 2026-02-14 16:40 PST.
Second Brain: How to capture conversations
P3Decision to start with manual API inserts for conversation capture, then automate with cron job.