2026-01-28
Morning Kickoff
- Recovered context from Jan 26 notes after session compaction
- Jason's priority: Lead gen for Durham Christian Software Studio
- Tasks pending: LinkedIn updates, CBMC outreach, Faith Driven Entrepreneur signup
Clawdbot Service Setup (Failed)
- Tried to set up NSSM Windows service for auto-start
- Issues with paths and permissions
- Service kept spawning multiple instances due to name conflicts
- Tabled for now โ Jason running gateway manually
New Project Idea: ReloMatch
Jason's idea: House swap platform for relocators
- Pivoted to "Tinder for Relocators" โ match people moving opposite directions
- Not actual property swaps (too complex legally), just coordinated introductions
- MVP sketched out with features and monetization
Tech Stack (Jason's preference):
- Frontend: Next.js (React) โ Claude Code builds this
- Backend: .NET 9 API
- Database: PostgreSQL
- Hosting: Ubuntu + Nginx (scalable)
Claude Code Integration Updated
- Updated AGENTS.md with proper PTY patterns
- Must use
pty:truewhen spawning Claude Code - Use
background:truefor long tasks - Auto-notify pattern:
clawdbot gateway wake --text "Done: X" --mode now
Google SSO (Tabled)
- Added Google SSO code to DocAnalyzer
- Jason provided Client ID but Google gave JSON file for secret
- Will revisit later