From d12d814ab689d09717312ba0d896229af5c9f411 Mon Sep 17 00:00:00 2001 From: ythong Date: Wed, 17 Jun 2026 16:38:23 +0900 Subject: [PATCH] fix: remove broken zio-harness entry from marketplace.json zio-harness source dir lacks .claude-plugin/plugin.json, so it could not install as a standalone plugin. It remains available as a skill bundled in the harness plugin. Co-Authored-By: Claude Opus 4.8 (1M context) --- .claude-plugin/marketplace.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 162b872..e583116 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -11,12 +11,6 @@ "source": "./", "description": "에이전트 팀 & 스킬 아키텍트. 도메인/프로젝트에 맞는 하네스를 구성하고, 전문 에이전트를 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬.", "version": "1.2.0" - }, - { - "name": "zio-harness", - "source": "./skills/zio-harness", - "description": "React + Spring Boot + Mobile App 풀스택 개발 하네스. orchestrator·analyst·bot·agent 에이전트 팀이 기능 개발·테스트·배포를 파이프라인으로 처리. PROJECT_MAP.md로 폴더 구조를 세션 간 기억.", - "version": "1.0.0" } ] }