From dbae9af25d80e16a1ff1da895935f0fb730b70b6 Mon Sep 17 00:00:00 2001 From: Christian Nennemann Date: Thu, 2 Apr 2026 18:44:16 +0000 Subject: [PATCH] fix: correct repository URLs to c/claude-archeflow-plugin --- .claude-plugin/plugin.json | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index 6a636b2..af2add7 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -5,8 +5,8 @@ "author": { "name": "Chris Nennemann" }, - "homepage": "https://git.xorwell.de/chris/archeflow", - "repository": "https://git.xorwell.de/chris/archeflow", + "homepage": "https://git.xorwell.de/c/claude-archeflow-plugin", + "repository": "https://git.xorwell.de/c/claude-archeflow-plugin", "license": "MIT", "keywords": [ "orchestration", "multi-agent", "archetypes", "pdca", diff --git a/README.md b/README.md index 064a5ab..cd8b69b 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ ArcheFlow can run fully unattended — queue your tasks, walk away, read the res claude plugin install archeflow # From Git -claude plugin install --url https://git.xorwell.de/chris/archeflow +claude plugin install --url https://git.xorwell.de/c/claude-archeflow-plugin # Local development claude --plugin-dir ./archeflow