Commit Graph

13 Commits

Author SHA1 Message Date
alex e9ceaeffed docs(operators): add console workflow guide 2026-07-31 18:15:58 +02:00
alex 9023963bf1 feat(ui): add routed operator workflows 2026-07-31 17:19:08 +02:00
alex f97daa35d0 docs: rewrite v2 operator documentation 2026-07-31 14:34:34 +02:00
alex bd107d6a30 feat(v2): complete v2 reimplementation 2026-07-31 13:34:29 +02:00
alex b4a8201826 docs(v2): record M3 repository evidence 2026-07-27 20:26:44 +02:00
alex b823c6edb7 feat(v2): add secure control plane 2026-07-27 20:13:08 +02:00
alex cb864bcac5 test(v2): define secure control-plane contracts 2026-07-27 19:56:01 +02:00
alex 15f8794029 fix(v2): enforce M1 runtime persistence invariants 2026-07-27 19:42:41 +02:00
alex 8d1de81f2b feat(v2): add validated runtime and metadata store 2026-07-27 19:24:49 +02:00
alex a0d081a4b4 fix(v2): enforce hardened M0 contracts 2026-07-27 19:00:09 +02:00
alex ae98f383d6 docs(v2): define reimplementation design and plan 2026-07-27 18:23:47 +02:00
alex 4989652c5d docs: add comprehensive implementation plan
- 20 tasks covering backend, frontend, adapters, scheduler
- File structure with exact paths
- Complete code in every step
- Self-review with spec coverage verification
2026-05-11 20:23:54 +02:00
alex 56b68d7e57 docs: add backup tool design specification
- Architecture: Python FastAPI backend + React frontend
- Data model: 6 core tables (sources, jobs, schedules, executions, backups, settings)
- Backup flow: 7-step execution with incremental support
- Error handling: Retry logic, partial backup handling, retention policies
- Extensibility: Adapter pattern for sources and storage backends
2026-05-11 20:10:13 +02:00