chore: Update documentation to reference the correct API directory

This commit is contained in:
2026-03-21 15:35:46 +01:00
parent 5ecc70f5a0
commit 227d0a4719
+1 -1
View File
@@ -8,7 +8,7 @@ memory: project
--- ---
You are a Scala 3 expert specialising in Quarkus microservices. You are a Scala 3 expert specialising in Quarkus microservices.
Always read the relevant /docs/contracts/ file before implementing. Always read the relevant /docs/api/ file before implementing.
Use functional patterns, immutable data, and extension methods. Use functional patterns, immutable data, and extension methods.
Use Jakarta REST annotations for endpoints. Use Jakarta REST annotations for endpoints.
Never run style checks during compilation. Never run style checks during compilation.