From a7890e22d52677de267e0d4c79f2c7627f3a96c4 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Wed, 10 Jun 2026 01:30:42 +0900 Subject: Add mosquitone-admin repo and Claude session Register mosquitone-admin as a managed git repo with post-receive checkout hook, and add yyamashita:mosquitone-admin to the Claude Code session list. Co-Authored-By: Claude Sonnet 4.6 --- git/hooks/mosquitone-admin/post-receive | 4 ++++ git/repos.txt | 1 + 2 files changed, 5 insertions(+) create mode 100644 git/hooks/mosquitone-admin/post-receive (limited to 'git') diff --git a/git/hooks/mosquitone-admin/post-receive b/git/hooks/mosquitone-admin/post-receive new file mode 100644 index 0000000..9064458 --- /dev/null +++ b/git/hooks/mosquitone-admin/post-receive @@ -0,0 +1,4 @@ +#!/bin/bash +set -e +GIT_WORK_TREE=/home/yyamashita/workspaces/repos/mosquitone-admin git checkout -f +echo "Deploy complete: mosquitone-admin" diff --git a/git/repos.txt b/git/repos.txt index 58ab877..4c2ddde 100644 --- a/git/repos.txt +++ b/git/repos.txt @@ -3,3 +3,4 @@ hetzner-infra:/app/infra tokyo-livehouse-events:/app/tokyo-livehouse-events whois-band:/app/whois-band +mosquitone-admin:/home/yyamashita/workspaces/repos/mosquitone-admin -- cgit v1.2.3