recipe-manager/docs
Paul Huliganga c434733f0c feat(harness): sequential orchestrator with checkpoint/retry/restart, tests + docs
- Add SequentialOrchestrator service for ordered phase execution, per-phase retry/backoff, and restart-safe checkpointing
- Persist phase attempt metadata (success/fail, attempts, timestamp, error)
- Expose importable callable interface
- Add full coverage unit tests for execution order, retry, checkpoint, and resume scenarios
- Update docs and README for usage and dev guidance
2026-03-26 13:28:19 -04:00
..
ADR-001-sqlite-library-choice.md fix(deps): switch to sql.js to resolve Node v22 compatibility 2026-03-24 00:00:59 -04:00
api.md docs(api): add initial API documentation for all endpoints (MVP) 2026-03-24 18:06:35 -04:00
docker-backend.md feat(devops): add backend Dockerfile with multi-stage build 2026-03-24 07:42:13 -04:00
docker-compose.md feat(devops): add docker-compose orchestration with nginx API proxy 2026-03-24 08:12:55 -04:00
docker-frontend.md feat(docker): add frontend Dockerfile with nginx configuration 2026-03-24 07:57:11 -04:00
orchestrator.md feat(harness): sequential orchestrator with checkpoint/retry/restart, tests + docs 2026-03-26 13:28:19 -04:00
recipe-manager-mvp-plan.md [migration] Normalize schema to MVP target: split recipes into ingredients and steps tables, drop JSON columns, adjust tags, update migration docs. WARNING: Tests fail until API and tests are refactored for new structure. 2026-03-25 10:25:45 -04:00
schema-migration-delta-log.md [migration] Normalize schema to MVP target: split recipes into ingredients and steps tables, drop JSON columns, adjust tags, update migration docs. WARNING: Tests fail until API and tests are refactored for new structure. 2026-03-25 10:25:45 -04:00
user-guide.md docs(user-guide): add MVP user guide and mark task complete 2026-03-24 18:41:43 -04:00