From 0bc0546356d8ac9775e91b97cb7291b240ba90bc Mon Sep 17 00:00:00 2001 From: AlexisLeDain Date: Tue, 12 May 2026 15:20:19 +0200 Subject: [PATCH] fix: remove duplicate Quarkus entries in agent.yaml and install manifest The salvage commit on main already registered the four Quarkus skills in both agent.yaml and manifests/install-modules.json. This branch was adding a second copy of each (alphabetically misplaced). Reverting both files to origin/main so the registrations are not duplicated. --- agent.yaml | 4 ---- manifests/install-modules.json | 4 ---- 2 files changed, 8 deletions(-) diff --git a/agent.yaml b/agent.yaml index 89627466..4808ec65 100644 --- a/agent.yaml +++ b/agent.yaml @@ -135,10 +135,6 @@ skills: - security-scan - skill-comply - skill-stocktake - - quarkus-patterns - - quarkus-security - - quarkus-tdd - - quarkus-verification - springboot-patterns - springboot-security - springboot-tdd diff --git a/manifests/install-modules.json b/manifests/install-modules.json index 6d4179d2..c6c3477c 100644 --- a/manifests/install-modules.json +++ b/manifests/install-modules.json @@ -163,9 +163,6 @@ "skills/quarkus-verification", "skills/rust-patterns", "skills/rust-testing", - "skills/quarkus-patterns", - "skills/quarkus-tdd", - "skills/quarkus-verification", "skills/springboot-patterns", "skills/springboot-tdd", "skills/springboot-verification", @@ -279,7 +276,6 @@ "skills/security-review", "skills/security-scan", "skills/security-bounty-hunter", - "skills/quarkus-security", "skills/springboot-security", "skills/evm-token-decimals", "the-security-guide.md"