Problem
The mirroring subsystem lacks e2e test coverage for LLM-based dynamic mock generation. Unit tests exist but don't exercise the full path from LLM prompt to generated mock.
Proposed Solution
Add an e2e test in tests-e2e/ that exercises the LLM-based dynamic mock generation flow end-to-end, verifying that a tool schema can be used to generate a working mock via LLM.
Files
tests-e2e/
src/stuntdouble/mirroring/
Difficulty
Medium
Problem
The mirroring subsystem lacks e2e test coverage for LLM-based dynamic mock generation. Unit tests exist but don't exercise the full path from LLM prompt to generated mock.
Proposed Solution
Add an e2e test in
tests-e2e/that exercises the LLM-based dynamic mock generation flow end-to-end, verifying that a tool schema can be used to generate a working mock via LLM.Files
tests-e2e/src/stuntdouble/mirroring/Difficulty
Medium