docs: add agents.md file

This commit is contained in:
Stavros
2026-08-11 13:52:44 +03:00
parent ad700e75e0
commit bc56ff7bf6
3 changed files with 163 additions and 1 deletions
+8
View File
@@ -107,3 +107,11 @@ docker-distroless:
--build-arg=BUILD_TIMESTAMP=$(BUILD_TIMESTAMP) \
--build-arg=BUILD_TAGS=$(BUILD_TAGS) \
-f Dockerfile.distroless .
# Lint the frontend
lint-webui:
cd frontend && pnpm lint
# Format the code
fmt:
go fmt ./...