Commit Graph

3 Commits

Author SHA1 Message Date
Nyk a7ef6a0de5 fix(openapi): complete parity burn-down — 0 ignored entries remaining
Add OpenAPI specs for all 56 previously-ignored API operations:

Methods added to existing paths (15):
- backup (GET, DELETE), agents/sync, cleanup, integrations (PUT, DELETE),
  logs (POST), memory (DELETE), notifications (PUT, DELETE, deliver),
  pipelines/run, spawn, standup, super/provision-jobs/{id}

New paths (41 operations across 28 paths):
- agents/evals, agents/optimize, channels, claude-tasks, gateways/discover,
  gateways/health/history, github/sync, gnap, hermes (+ memory, tasks),
  index, local/agents-doc, local/flight-deck, local/terminal,
  memory/context, memory/graph, memory/health, memory/links, memory/process,
  nodes, projects/{id}/agents, schedule-parse, security-audit, security-scan
  (+ agent, fix), super/os-users, system-monitor, auth/google/disconnect,
  releases/update

Parity ignore list is now empty (was 66 entries at branch start).
Route coverage: 240/241 (only untracked GET /api/frameworks remains).
2026-03-21 21:58:29 +07:00
Nyk 7994aa6c6c fix(openapi): burn down 7 parity mismatches (66 → 59 ignored)
Add OpenAPI specs for 7 routes that the CLI/MCP server depend on:

- DELETE /api/agents/{id}/memory — agent memory clear
- GET /api/tokens/by-agent — per-agent cost breakdown
- POST /api/tokens/rotate — API key rotation
- POST /api/agents/register — agent self-registration
- PATCH /api/auth/me — self-service profile update
- GET /api/tasks/outcomes — task outcome analytics
- GET /api/tasks/regression — regression comparison metrics

Remove corresponding entries from the parity ignore list.
2026-03-21 21:35:27 +07:00
Nyk 7b104952cc chore(api): tranche C parity burn-down and CLI integration scaffolding 2026-03-20 23:53:02 +07:00