docs/examples/prompt.sample.md
Example prompt
Implement a new HTTP endpoint:
- Add
GET /helloreturning{ "hello": "world" } - Add tests for the endpoint
- Ensure
npm testpasses - Update README with usage
Keep changes minimal and well documented.
Implement a new HTTP endpoint:
GET /hello returning { "hello": "world" }npm test passesKeep changes minimal and well documented.