Scaffold GitManager multi-repo dashboard

Runnable skeleton per AGENT.md: Echo server (/, /help, /healthz, /api/repos), read-only repo scanner with in-memory index, the internal/git boundary, the <repo-list> web component with design tokens, and dev tooling (Dockerfile, docker-compose, air, .env.example).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-09-19 16:34:43 -04:00
parent c24604fe65
commit 1a2ad98c33
20 changed files with 1527 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
# Environment (never commit real secrets/config — see .env.example)
.env
# Build output
/bin/
/tmp/
gitmanager
gitmanager.exe
# Logs
*.log
# Editor / OS
.DS_Store
.idea/
.vscode/