Skip to content

Commit 16ff787

Browse files
committed
docs: add MVP limitations and roadmap
1 parent b6e17e9 commit 16ff787

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,26 @@ Given the same seed + operation + request fingerprint, generated data is stable.
8585
8686
Includes deterministic UUID generation for `format: uuid`.
8787

88+
## MVP limitations
89+
90+
Current MVP is intentionally narrow:
91+
92+
- Focused on OpenAPI 3.x request/response mocking only
93+
- No auth simulation profiles (OAuth/JWT flows are not emulated)
94+
- No proxy/pass-through mode yet
95+
- No advanced stateful scenario engine yet (response scripting is static per request fingerprint)
96+
- Request body validation currently targets `application/json`
97+
98+
## Roadmap
99+
100+
Planned next upgrades:
101+
102+
- auth simulation presets (unauthorized/expired-token scopes)
103+
- stateful scenarios (create/update/delete mutation memory)
104+
- proxy hybrid mode (fallback to real upstream for unmapped routes)
105+
- richer media-type support and multipart validation
106+
- optional OpenAPI examples coverage report
107+
88108
## Project docs
89109

90110
- Architecture: `docs/ARCHITECTURE.md`

0 commit comments

Comments
 (0)