Commit Graph

11 Commits

Author SHA1 Message Date
kitos abef2a45e0 fix: production detection only triggers on AEGIS_ENV=production, not SECRET_KEY presence
Aegis CI / lint-and-test (push) Has been cancelled
2026-02-20 17:20:48 +01:00
kitos 309b3bc02d docs: finalize ARCHITECTURE.md with complete layered structure and zero remaining tech debt
Aegis CI / lint-and-test (push) Has been cancelled
2026-02-20 16:16:22 +01:00
kitos 0148bf28dc chore: clean repo for public release, remove internal audit docs and plan artifacts, update README 2026-02-20 16:15:26 +01:00
kitos 0c526c48f9 docs: update ARCHITECTURE.md, ARCHITECTURAL_ANALYSIS.md, and skill file with Tier 1-4 changes
Aegis CI / lint-and-test (push) Has been cancelled
2026-02-20 15:14:07 +01:00
kitos bbc2dddd86 docs: update ARCHITECTURE.md and ARCHITECTURAL_ANALYSIS.md to reflect all low-priority items completed (LP-8) 2026-02-20 13:39:55 +01:00
kitos 44621364be docs: update ARCHITECTURAL_ANALYSIS.md to reflect all completed refactoring (service extractions, scoring persistence, logging, N+1 fixes)
Aegis CI / lint-and-test (push) Has been cancelled
2026-02-20 12:55:26 +01:00
kitos 560fc0c9f0 refactor(detection-rules): extract query/business logic to detection_rule_service, router is thin HTTP adapter 2026-02-19 17:39:31 +01:00
kitos 0b65f51d1c docs: update architecture analysis and tech debt docs to reflect resolved items
Aegis CI / lint-and-test (push) Has been cancelled
2026-02-18 19:27:52 +01:00
kitos 14f8485f06 feat(phase-33): final polish V3 - navigation, performance, and documentation (T-238 to T-240) 2026-02-10 09:21:35 +01:00
kitos 29eab4ef77 feat(phase-20): navigation, error handling, integration tests, and V2 docs (T-132 to T-135) 2026-02-09 14:19:42 +01:00
kitos 174919da4e feat(phase-9): implement MVP polishing and closure
T-032: User management admin panel - backend users router with CRUD, frontend UsersPage with modals

T-033: Audit log viewer - backend audit router with filters/pagination, frontend AuditLogPage

T-034: Global error handling - ErrorBoundary, LoadingSpinner, ErrorMessage, Toast components

T-035: Backend tests - pytest setup with SQLite, tests for health/auth/techniques/tests

T-036: Documentation - Updated README with testing section, created docs/API.md
2026-02-06 16:30:35 +01:00