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 ++++ 1 file changed, 4 insertions(+) create mode 100644 git/hooks/mosquitone-admin/post-receive (limited to 'git/hooks/mosquitone-admin/post-receive') 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" -- cgit v1.2.3