diff --git a/01 Projects/semblance/Semblance.md b/01 Projects/semblance/Semblance.md index b3ac3d3..47df280 100644 --- a/01 Projects/semblance/Semblance.md +++ b/01 Projects/semblance/Semblance.md @@ -80,6 +80,10 @@ cd backend && python run.py # Starts on port 5137 | 2026-03-23 | Fix naive vs aware datetime crash + stuck AI mode | ## Sessions +### 2026-04-24 – Create and improve a CLAUDE.md documentation +**Asked:** Create and improve a CLAUDE.md documentation file for the codebase with commands and architecture overview. +**Done:** Updated CLAUDE.md with corrected paths, added npm dev command, clarified ASGI/socketio architecture, and documented async patterns. + ### 2026-04-14 – Project catalogued **Done:** Added to Obsidian second brain with full details. @@ -87,6 +91,7 @@ cd backend && python run.py # Starts on port 5137 ## Change Log | Date | Requested | Changed | Files | |------|-----------|---------|-------| +| 2026-04-24 | CLAUDE.md enhancement | Fixed wiki path, added npm run dev command, clarified ASGI architecture and async Motor/PyMongo distinction | CLAUDE.md | | 2026-03-23 | Fix AI mode hanging on GCP | WebSocket → HTTP polling for all LLM routes | backend | | 2026-03-23 | Add document upload support | PDF/DOCX/TXT as focus group assets | backend, frontend | diff --git a/99 Daily/2026-04-24.md b/99 Daily/2026-04-24.md index 9625cec..60ced23 100644 --- a/99 Daily/2026-04-24.md +++ b/99 Daily/2026-04-24.md @@ -272,3 +272,6 @@ tags: [daily] - 17:05 | `cinema-studio-pro-kling` - **Asked:** Check deployment script for optical-dev and verify Azure redirect URI configuration. - **Done:** Verified deploy script exists, configured AZURE_REDIRECT_URI for optical-prod, and prepared environment variables for Kling API keys on server. +- 17:10 (2min) | `semblance` + - **Asked:** Create and improve a CLAUDE.md documentation file for the codebase with commands and architecture overview. + - **Done:** Updated CLAUDE.md with corrected paths, added npm dev command, clarified ASGI/socketio architecture, and documented async patterns.