Files
OrchestrAD/backend/internal/cli
GraceSolutions c117d6d546 feat(rules): complete CRUD endpoints for rules resource
- Extend RuleRepository with List/Update/SoftDelete/UpdateEnabled and
  upsert helpers for condition groups, conditions, and actions.
- Extend RuleService with Create/GetByID/List/Update/Delete/Enable/Disable.
- Add List/Get/Create/Update/Delete/Enable/Disable handlers on RulesHandler
  with request/response DTOs that decouple the API from storage models.
- Register the full CRUD route set on /api/v1/rules.
- Inject RuleService into server.Dependencies from cli.RunForeground.
2026-04-23 12:26:50 -04:00
..