docs: capture refactor workflow and project memory

This commit is contained in:
Navid
2026-08-29 09:57:58 +03:30
parent 8bff15a0ad
commit 8e634d5739
10 changed files with 380 additions and 0 deletions
+1
View File
@@ -1,6 +1,7 @@
# Go services — air builds on first run and rebuilds+restarts on any .go change
api: cd api && sleep 2 && air
auth: cd auth && air
gl: cd GL && air
# Wallet binary hosts multiple sub-services; each gets its own air config + cfg file.
# All five run `make build` independently — Go's build cache serialises concurrent builds safely.