Commit Graph

6 Commits

Author SHA1 Message Date
Ubuntu a1862c1c86 docs(spec): update F2-A spec — add agent creation/deletion and graph isolation (ex F2-D)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 20:32:33 +00:00
Ubuntu 26f0b72b3c docs(spec): add F2-A design spec for agent edit, regen and clone
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-03 20:12:10 +00:00
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 6ec363add4 docs(persistencia): aclarir RBAC, auth provisional, forgot-password i look&feel
- Admin és també user: accés a tots els projectes + admin en pantalles separades
- Documentar auth provisional (DEMO_PASSWORD) a eliminar
- Afegir flux forgot-password amb resposta genèrica (no revela validesa email)
- Principi de seguretat: cap endpoint d'auth revela si un email existeix
- Look & feel: Sistema de Disseny Gencat, consistent amb AgentCAT

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 17:31:23 +00:00
Ubuntu 36107c2c69 docs(persistencia): afegir especificació completa de la capa de persistència
Disseny validat durant sessió de brainstorming. Cobreix:
- Model de dades SQLAlchemy 2.x (User, Project, Ontology, Graph, Simulation, Report, Task, SystemConfig)
- StorageService amb adaptadors LocalFS / Azure Blob (S3 preparat però diferit)
- Autenticació JWT + RBAC (user/admin) amb flux d'invitació
- SystemConfig per a configuració dinàmica (LLM keys, límits, features)
- 4 fases d'implementació amb criteris de verificació

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-26 17:03:47 +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