feat: implement rest vertical slice

This commit is contained in:
a.tolmachev
2026-03-25 18:28:44 +03:00
parent 649a2ede0d
commit 8a7e8dbd64
15 changed files with 1547 additions and 23 deletions
+7 -7
View File
@@ -2,21 +2,21 @@
## Current
### `feat/registry-storage`
### `feat/rest-vertical-slice`
Status: completed
DoD:
- migrations create tables from `database-schema`
- version snapshots persist and load correctly
- publish linkage works
- auth profiles and artifact metadata are stored
- registry integration tests run on a real SQLite database
- REST operation can be created, tested, and published
- runtime executes REST operation end-to-end
- published REST tool is callable through MCP layer
- negative tests for mapping and external errors exist
- at least one demo REST scenario is automated
## Next
- `feat/rest-vertical-slice`
- `feat/admin-api-v1`
## Backlog