summaryrefslogtreecommitdiff
path: root/repos.txt
AgeCommit message (Collapse)AuthorLines
13 hoursReorganize repo into caddy/, git/, claude/ directoriesyyamashita-6/+0
- caddy/: Caddyfile, docker-compose.yml, deploy.sh (hook runs this only) - git/: repos.txt, hooks/*/post-receive, install.sh, server-setup.sh - claude/: sessions.txt, systemd/claude-code@.service, sync.sh Post-receive hook is now: checkout + bash caddy/deploy.sh Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 hoursMove tokyo-livehouse-events work tree from /app to /app/tokyo-livehouse-eventsyyamashita-1/+1
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
13 hoursCentralize repo and hook management: add repos.txt and install.shyyamashita-0/+6
All bare repo creation is now driven by repos.txt in this repo. install.sh replaces install-hooks.sh and handles both repo creation and hook deployment. Other repos' server-setup.sh no longer manage bare repos or hooks. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>