diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 11:02:19 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-17 11:02:42 +0900 |
| commit | b836174d5ad5e4ea36a5f456061a00862317375f (patch) | |
| tree | 96dab7747ccf0ca42b2f408f1fc74e34bf41fe0e /claude-code-sessions.txt | |
| parent | e3ac39aeeb17ae97949b2e69969f1ce8a364b343 (diff) | |
Add Claude Code session management via post-receive hook
Root's post-receive hook now calls scripts/sync-claude-services.sh to
manage yyamashita's systemd user services on git push. Sessions are
configured in claude-code-sessions.txt (user:repo format).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'claude-code-sessions.txt')
| -rw-r--r-- | claude-code-sessions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/claude-code-sessions.txt b/claude-code-sessions.txt new file mode 100644 index 0000000..250c3e8 --- /dev/null +++ b/claude-code-sessions.txt @@ -0,0 +1,6 @@ +# Claude Code セッション設定 +# 形式: <user>:<repo> +# repo は /home/<user>/workspaces/repos/<repo> が存在すること +yyamashita:hetzner-infra +yyamashita:tokyo-livehouse-events +yyamashita:whois-band |
