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.
|
||
|---|---|---|
| .. | ||
| e2e-openclaw | ||
| agent-heartbeat.sh | ||
| api-contract-parity.ignore | ||
| check-api-contract-parity.mjs | ||
| check-node-version.mjs | ||
| deploy-standalone.sh | ||
| generate-env.sh | ||
| mc-cli.cjs | ||
| mc-mcp-server.cjs | ||
| notification-daemon.sh | ||
| security-audit.sh | ||
| smoke-staging.mjs | ||
| start-standalone.sh | ||
| station-doctor.sh | ||