From 227d0a4719814ef86f9e1ad323b13b69433c6331 Mon Sep 17 00:00:00 2001 From: Janis Date: Sat, 21 Mar 2026 15:35:46 +0100 Subject: [PATCH] chore: Update documentation to reference the correct API directory --- .claude/agents/scala-implementer.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude/agents/scala-implementer.md b/.claude/agents/scala-implementer.md index c7e8e70..343b371 100644 --- a/.claude/agents/scala-implementer.md +++ b/.claude/agents/scala-implementer.md @@ -8,7 +8,7 @@ memory: project --- 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 Jakarta REST annotations for endpoints. Never run style checks during compilation.