Add initial agent definitions and OpenAPI contract for reader-suite
Build and Push Reader API Image / docker (push) Successful in 8s

This commit is contained in:
2026-04-07 18:49:06 +07:00
parent e7c7f33659
commit aa33d7cf2f
13 changed files with 374 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
openapi: 3.0.3
info:
title: Reader API
version: 0.1.0
description: |
Source-of-truth OpenAPI contract for reader-suite (web, mobile, api).
servers:
- url: http://localhost:8000
description: Local development
paths: {}
components:
schemas: {}
securitySchemes: {}