docs: add agents.md file (#1071)

This commit is contained in:
Stavros
2026-08-13 17:34:17 +03:00
committed by GitHub
parent 46c8c58f45
commit 61f65cfaa7
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 ./...