From e4729de230c9bba0e1efc8bdd2310c5064a251b1 Mon Sep 17 00:00:00 2001 From: Timmy Date: Thu, 26 Mar 2026 15:36:05 +0800 Subject: [PATCH] Add plugin.json --- .claude-plugin/plugin.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..ab39c65 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,9 @@ +{ + "name": "gitea-deploy", + "description": "Deploy Gitea (self-hosted Git service) with PostgreSQL using Docker Compose", + "version": "1.0.0", + "author": { + "name": "timmy", + "email": "" + } +}