From f6679b67f5e7bb614ed1cc7d261b7e1478371685 Mon Sep 17 00:00:00 2001 From: Rhuan Barreto Date: Mon, 23 Mar 2026 20:36:00 +0100 Subject: [PATCH] fix(ci): remove self-referencing archgate proto plugin from .prototools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLI repo IS archgate — having it as a proto plugin creates a circular dependency where CI tries to install archgate to build archgate. Co-Authored-By: Claude Opus 4.6 (1M context) --- .prototools | 1 - 1 file changed, 1 deletion(-) diff --git a/.prototools b/.prototools index 34b733e0..fbe38423 100644 --- a/.prototools +++ b/.prototools @@ -11,5 +11,4 @@ auto-clean = true shared-globals-dir = true [plugins.tools] -archgate = "github://archgate/proto-plugin" gh = "https://raw.githubusercontent.com/appthrust/proto-toml-plugins/main/gh/plugin.toml"