Commit Graph

5 Commits

Author SHA1 Message Date
Paul Huliganga f77926b88a refactor(structure): move continuation summary to .harness/continuation-summaries/
Keeps agentic artifacts together; status/ remains for live workflow state only.
2026-03-30 10:12:43 -04:00
Paul Huliganga 8b729d7fc4 chore(backend): implement high-priority improvements from code review
- Configuration: dotenv support, env vars for PORT, DB_PATH, CORS_ORIGIN, rate limits
- Security: API key auth for write endpoints, rate limiting on import, configurable CORS, image URL normalization
- Reliability: DB transactions for create/update, dirty flag for saves, foreign key enforcement (PRAGMA), duplicate detection O(1) optimization
- Features: health check endpoint (/api/health)
- Bugfix: corrected tag assignment/removal routes (param order)
- Testing: added tests for PUT/DELETE recipes, tag CRUD and assignment, enabled foreign keys in tests
- All 46 backend tests passing

Closes #<ticket-if-any>
2026-03-29 23:11:27 -04:00
Paul Huliganga 469b4b78a1 chore(harness): add visual redesign execution board 2026-03-26 17:44:39 -04:00
Paul Huliganga 272ce1d2f0 feat(mission-control): add live harness progress status panel 2026-03-25 00:46:21 -04:00
Paul Huliganga 3d07ff6a49 chore(harness): update recipe iteration keepalive status 2026-03-24 23:35:50 -04:00