Ubuntu
|
d69d1976d8
|
docs(plan): add Fase 1 implementation plan for persistence infrastructure
Covers 9 tasks with TDD approach:
- Task 1: Dependencies (SQLAlchemy, Alembic, Azure Blob, bcrypt, flask-jwt-extended)
- Task 2: Config vars (DATABASE_URL, STORAGE_TYPE, AZURE_STORAGE_*, JWT_*)
- Task 3: SQLAlchemy models (all 11 entities)
- Task 4: Alembic migrations
- Task 5: StorageService (Protocol + LocalFS + AzureBlob + factory)
- Task 6: Flask app factory injection
- Task 7: TaskManager refactor → DB
- Task 8: ProjectManager refactor → DB + Storage
- Task 9: Test suite + e2e verification
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-26 17:40:18 +00:00 |
Ubuntu
|
d09ee23cd3
|
feat: ontology import, project recovery, graphiti improvements, and docs
- Add ontology import from file (Step 1)
- Persist active task_id to project.json for browser-refresh recovery
- Add project list endpoint and frontend recovery UI
- Improve Graphiti backend stability and oasis profile generation
- Add TechnicalDesign.md and enterprise roadmap spec
- Update .gitignore to exclude secrets and local-only docs
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
2026-04-26 14:28:14 +00:00 |