chore(arr): add tracker config for blitz

This commit is contained in:
Miguel Palhas
2026-08-23 16:17:45 +01:00
parent 0c87bf9436
commit b96fa2486e
+11
View File
@@ -0,0 +1,11 @@
{
"tracker": "gitea",
"defaultBranch": "main",
"commitScope": "arr",
"remoteHost": "gitea",
"remoteBaseUrl": "https://git.naps.pt",
"buildCommand": "just ci",
"contextFiles": ["CLAUDE.md", "DESIGN.md"],
"prReviewers": [],
"labels": []
}