File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,6 +85,26 @@ Given the same seed + operation + request fingerprint, generated data is stable.
8585
8686Includes 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`
You can’t perform that action at this time.
0 commit comments