harness/.claude-plugin/marketplace.json
ythong c0f29b2388 chore: rename marketplace to ythong-harness to avoid name collision
The name 'harness-marketplace' collides with the upstream revfactory/harness
marketplace, so `marketplace add` of this repo was a no-op. Renaming lets this
repo register and coexist as a distinct marketplace.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 16:44:14 +09:00

17 lines
481 B
JSON

{
"name": "ythong-harness",
"owner": {
"name": "ythong",
"email": "ythong86@gmail.com",
"url": "https://git.zioinfo.co.kr/ythong"
},
"plugins": [
{
"name": "harness",
"source": "./",
"description": "에이전트 팀 & 스킬 아키텍트. 도메인/프로젝트에 맞는 하네스를 구성하고, 전문 에이전트를 정의하며, 에이전트가 사용할 스킬을 생성하는 메타 스킬.",
"version": "1.2.0"
}
]
}