Technical Memory Bank - Reffi App
Source Location
Full technical documentation:
/home/alexd/Projects/reffi-webapp/.opencode/
Memory Bank Files
Core Documentation
Brief: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/brief.md
- Project goals: Create a marketplace connecting sports leagues with referees
- Current phase: QA, Security Audit, UX/UI Refinement
- Target audience: Youth/Recreational Sports Leagues and Referees
Architecture: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/architecture.md
- System design, component relationships, technical decisions
Tech Stack: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/tech.md
- Platform: Vite, React, TypeScript, Supabase
- Development setup, dependencies
Product: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/product.md
- User Authentication (Referees & Leagues)
- Job Posting & Discovery (Geolocation-based)
- Application & Matching System
- Payment Infrastructure (Stripe Connect)
Context: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/context.md
- Current work focus, recent changes, next steps
- Current Status: Production-ready, all SonarQube issues resolved
- Blocker: Email notification integration required before launch
TODOs: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/todos.md
- Active development tasks and blockers
Security Audit: /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/security-audit.md
- Security findings and resolutions
Project-Specific Rules
Design Rules: /home/alexd/Projects/reffi-webapp/.opencode/rules/design-rules.md
- UI/UX design principles and patterns
Supabase Rules: /home/alexd/Projects/reffi-webapp/.opencode/rules/supabase-rules.md
- Database schema, RLS policies, Edge Functions
Quick Access
Work on this project:
cd /home/alexd/Projects/reffi-webappView memory bank:
# View project brief
cat /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/brief.md
# View current context
cat /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/context.md
# View architecture
cat /home/alexd/Projects/reffi-webapp/.opencode/rules/memory-bank/architecture.mdOpen in VSCode:
code /home/alexd/Projects/reffi-webappBusiness-Relevant Summaries
See companion files in this folder for business-focused summaries:
- Architecture-Summary.md - Key technical decisions and their business impact
- Current-Status.md - Current project state and blockers
- Tech-Stack.md - Simplified technology overview
Usage
When working on Reffi App technical tasks, read the source memory bank files from
/home/alexd/Projects/reffi-webapp/.opencode/. When discussing with client or updating business context, use the summaries in this folder.