chihlasm
9811c56280
docs: consolidate LESSONS-LEARNED.md into CLAUDE.md, single source of truth
...
Merged 8 unique lessons (#30-#37) from LESSONS-LEARNED.md into CLAUDE.md:
Alembic env.py imports, JSONB datetime serialization, export pipeline order,
Railway deployment gotchas, bcrypt pinning, email validator TLD, first admin
promotion. Deleted LESSONS-LEARNED.md and updated all references.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com >
2026-03-01 14:51:43 -05:00
Michael Chihlas
2421f10dbd
Complete rebrand from Apoklisis to Patherly
...
- Update all frontend branding (title, headers, login/register pages)
- Update documentation (CLAUDE-SETUP, CURRENT-STATE, PROGRESS, LESSONS-LEARNED)
- Update backend scripts and test configuration
- Fix emoji encoding in seed scripts for Windows compatibility
- Sync seed user credentials between seed_data.py and seed_trees.py
- Update database references to patherly/patherly_test
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-31 21:55:55 -05:00
Michael Chihlas
06cc83e3fe
Rebrand: Rename project from Apoklisis to Patherly
2026-01-31 20:08:17 -05:00
Michael Chihlas
cd10ecd42c
Complete Phase 2: Frontend implementation with React + TypeScript
...
Frontend Features:
- React 18 + Vite + TypeScript + Tailwind CSS + Zustand
- JWT authentication with automatic token refresh
- Tree library with search and category filtering
- Full tree navigation (decision/action/solution nodes)
- Session management with notes and completion
- Session history with export (Markdown/Text/HTML)
- ErrorBoundary for graceful error handling
Backend Fixes:
- CORS: Added port 5174 to allowed origins
- Sessions: Fixed JSONB datetime serialization (mode='json')
Documentation:
- Updated PROGRESS.md with Phase 2 completion
- Updated 03-DEVELOPMENT-ROADMAP.md with checked items
- Added PHASE-2.5-PERSONAL-BRANCHING.md spec
Seed Data:
- Added backend/scripts/seed_data.py with Password Reset tree
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-27 22:42:22 -05:00
Michael Chihlas
52e8190211
Initial commit: Backend API Phase 1a complete
...
- FastAPI backend with JWT auth
- PostgreSQL database schema
- Trees and Sessions CRUD APIs
- Export functionality (Markdown, Text, HTML)
- Docker setup for local development
- Alembic migrations
2026-01-22 14:38:53 -05:00