27 lines
956 B
Markdown
27 lines
956 B
Markdown
# Aegis — Task Tracker
|
|
|
|
## In Progress
|
|
|
|
- [ ] Clean Architecture foundation: domain enums, value objects, entities, repository ports + implementations
|
|
|
|
## Completed
|
|
|
|
- [x] Domain exceptions hierarchy (domain/errors.py)
|
|
- [x] TestEntity with state machine (domain/test_entity.py)
|
|
- [x] Unit of Work (domain/unit_of_work.py)
|
|
- [x] Error handler middleware (middleware/error_handler.py)
|
|
- [x] Redis-backed token blacklist (auth.py)
|
|
- [x] CI pipeline (.github/workflows/ci.yml)
|
|
- [x] Heatmap service extracted (services/heatmap_service.py)
|
|
- [x] Scoring bulk queries (bulk_technique_scores)
|
|
- [x] Architecture skill file (.cursor/rules/aegis-architecture.md)
|
|
- [x] Agent validation script (scripts/agent_validate_backend.sh)
|
|
|
|
## Backlog
|
|
|
|
- [ ] Application layer use cases
|
|
- [ ] Migrate fat routers to use repositories
|
|
- [ ] Scoring config persistence (DB instead of mutable settings)
|
|
- [ ] Structured JSON logging
|
|
- [ ] Frontend type generation from OpenAPI
|