From a840a275e6af54fc41ad532a7c0f452757485f5a Mon Sep 17 00:00:00 2001 From: wkdgus1164 Date: Sun, 22 Feb 2026 02:57:21 +0900 Subject: [PATCH] =?UTF-8?q?chore(marketplace):=20marketplace.json=20?= =?UTF-8?q?=EA=B0=84=EC=86=8C=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 불필요한 keywords, category 필드 제거 - description 짧게 정리 - author name 통일 (URECA Team → ureca) - project-starter를 plugins 배열 첫 번째로 이동 (파이프라인 순서) Co-Authored-By: Claude Opus 4.6 --- .claude-plugin/marketplace.json | 73 +++++++++------------------------ 1 file changed, 20 insertions(+), 53 deletions(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index 26c943b..97197ef 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -10,81 +10,48 @@ "description": "도메인 주도 설계 및 AI 기반 개발 도구 모음", "version": "1.0.0", "pluginRoot": "./plugins", - "license": "MIT", - "keywords": [ - "domain-driven-design", - "ddd", - "product-planning", - "documentation", - "ai-assisted" - ] + "license": "MIT" }, "plugins": [ + { + "name": "project-starter", + "source": "./plugins/project-starter", + "description": "Template repo 기반 새 프로젝트 생성", + "version": "1.0.0", + "author": { + "name": "ureca", + "url": "https://github.com/ureca-corp" + } + }, { "name": "domain-book-builder", "source": "./plugins/domain-book-builder", - "description": "기술 독립적 Domain Book 생성 - 완벽한 도메인 설계서 집필", + "description": "기술 독립적 Domain Book 생성", "version": "1.0.0", "author": { - "name": "URECA Team", + "name": "ureca", "url": "https://github.com/ureca-corp" - }, - "keywords": [ - "domain-driven-design", - "product-planning", - "ubiquitous-language" - ], - "category": "planning" + } }, { "name": "python-fastapi-programmer", "source": "./plugins/python-fastapi-programmer", - "description": "Domain Book 기반 FastAPI 프로젝트 자동 생성 - 병렬 코드 생성 및 품질 보증", + "description": "Domain Book 기반 백엔드 코드 생성", "version": "1.0.0", "author": { - "name": "URECA Team", + "name": "ureca", "url": "https://github.com/ureca-corp" - }, - "keywords": [ - "fastapi", - "backend", - "code-generation", - "domain-driven-design", - "clean-architecture" - ], - "category": "backend" + } }, { "name": "flutter-ddd-builder", "source": "./plugins/flutter-ddd-builder", - "description": "Flutter DDD 프로젝트 생성", - "version": "1.0.0", - "author": { - "name": "URECA Team", - "url": "https://github.com/ureca-corp" - }, - "keywords": [ - "flutter", - "ddd", - "builder" - ], - "category": "development" - }, - { - "name": "project-starter", - "source": "./plugins/project-starter", - "description": "Template repo 기반 새 프로젝트 scaffolding - gh CLI로 Flutter/FastAPI/Admin repo 자동 생성", + "description": "Domain Book 기반 Flutter 코드 생성", "version": "1.0.0", "author": { - "name": "URECA Team", + "name": "ureca", "url": "https://github.com/ureca-corp" - }, - "keywords": [ - "scaffolding", - "template", - "project-setup" - ], - "category": "tooling" + } } ] } \ No newline at end of file