Files
git.stella-ops.org/src/Api/StellaOps.Api.OpenApi/tasks.md
StellaOps Bot d63af51f84
Some checks failed
api-governance / spectral-lint (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
oas-ci / oas-validate (push) Has been cancelled
SDK Publish & Sign / sdk-publish (push) Has been cancelled
Policy Lint & Smoke / policy-lint (push) Has been cancelled
Policy Simulation / policy-simulate (push) Has been cancelled
devportal-offline / build-offline (push) Has been cancelled
up
2025-11-26 20:23:28 +02:00

999 B

API Contracts Tasks

Task Status Notes
OAS-61-001 DONE Scaffold per-service OpenAPI 3.1 files with shared components, info blocks, and initial path stubs.
OAS-61-002 DONE (2025-11-18) Composer (compose.mjs) emits stella.yaml with namespaced paths/components; CI job validates aggregate stays up to date.
OAS-62-001 DONE (2025-11-26) Added examples across Authority, Policy, Orchestrator, Scheduler, Export, and Graph stubs covering top flows; standard error envelopes present via shared components.
OAS-62-002 DOING Added rules for 2xx examples and /jobs Idempotency-Key; extend to pagination/idempotency/naming coverage (current lint is warning-free).
OAS-63-001 TODO Implement compatibility diff tooling comparing previous release specs; classify breaking vs additive changes.
OAS-63-002 DONE (2025-11-24) Discovery endpoint metadata and schema extensions added; composed spec exports /.well-known/openapi entry.