Initial phase 1 baseline implementation
Some checks failed
CI / Backend (push) Failing after 4s
CI / Frontend (push) Successful in 11s
CI / Contracts and repository policy (push) Failing after 5s
CI / Container (push) Has been skipped

This commit is contained in:
Elijah 2026-07-16 19:14:01 -07:00
parent 099c53badf
commit 077cf7601a
29 changed files with 1339 additions and 39 deletions

View file

@ -3,8 +3,9 @@ info:
title: Drive v2 API
version: 0.0.0
description: >-
Contract-first API for Drive v2. Phase 0 contains only foundation and
health operations; product endpoints are added with their implementation.
Contract-first API for Drive v2. The current Phase 1 persistence foundation
exposes only setup status and health operations; product endpoints are added
with their implementation.
servers:
- url: /
paths:
@ -20,6 +21,12 @@ paths:
application/json:
schema:
$ref: "#/components/schemas/SetupStatus"
"503":
description: Setup state cannot be read because a required dependency is unavailable
content:
application/problem+json:
schema:
$ref: "#/components/schemas/Problem"
/health/live:
get:
security: []