Technical Memory Bank - NeuroPathwayConnect App
Source Location
Full technical documentation:
/home/alexd/Projects/neuro-pathway-connect/.opencode/
Memory Bank Files
Core Documentation
Brief: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/brief.md
- Project name: Neuro Pathway - Interview Scheduling Platform
- Goal: Streamline healthcare recruitment by coordinating interviews
- Target: Neurodiagnostic professionals and hiring partners
Architecture: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/architecture.md
- React SPA with serverless backend (Supabase + n8n)
- Integrated workflow service orchestration
- Security definer functions and RLS
Tech Stack: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/tech.md
- Frontend: React, TypeScript, Vite, Shadcn-UI, Tailwind CSS
- Backend: Supabase (PostgreSQL, Auth, Edge Functions)
- Automation: n8n (Zoom meetings, calendar invites)
- Email: Resend (transactional emails)
Product: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/product.md
- Automated interview scheduling
- Secure token-based access
- Integrated workflow (Supabase + n8n + Resend)
- PWA capabilities
Context: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/context.md
- Current: Stable platform with token-based authentication
- Recent: Token expiration extended to 60 days, Sentry error tracking
- Focus: Production deployment monitoring, email reliability
Auth: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/auth.md
- Supabase Auth for admin dashboard
- Token-based authentication for scheduling
- Role-based access control
Project-Specific Rules
Design Principles: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/design-principles.md
- UI/UX guidelines and patterns
Memory Bank Rules: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank-rules.md
- Memory bank maintenance protocols
Sentry Configuration: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/sentry.io.md
- Error tracking and monitoring setup
Shadcn MCP: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/shadcn-mcp.md
- Component library integration
Supabase Rules: /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/supabase-rules.md
- Database schema, RLS policies, Edge Functions
Quick Access
Work on this project:
cd /home/alexd/Projects/neuro-pathway-connectView memory bank:
# View current context
cat /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/context.md
# View architecture
cat /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/architecture.md
# View brief
cat /home/alexd/Projects/neuro-pathway-connect/.opencode/rules/memory-bank/brief.mdOpen in VSCode:
code /home/alexd/Projects/neuro-pathway-connectBusiness-Relevant Summaries
See companion files in this folder for business-focused summaries:
- Architecture-Summary.md - Technical decisions and business impact
- Current-Status.md - Current state and recent updates
- Tech-Stack.md - Technology overview and costs
Usage
When working on NeuroPathwayConnect technical tasks, read the source memory bank files. When discussing with client or updating business context, use the summaries in this folder.