- agents/hermes.md 번들 신설: memory: user(채널 레지스트리·전달 이력·학습 패턴) + skills:[hermes-delivery] 사전 로드 (Nous Hermes Agent 특징 이식) - skills/hermes-delivery/SKILL.md 신설: 전달 파이프라인·cron(CronCreate·/schedule) ·External APIs(Gitea REST·notify_webhook_url)·자가 스킬화(Observe→Plan→Act→Learn) - plugin.json: v2.1.0 + userConfig.notify_webhook_url(선택) - zio-harness 스폰 zioinfo:hermes 전환(폴백 general-purpose), references 4대 특징 표 - docs/README/INSTALL/CLAUDE.md/PROJECT_MAP/CHANGELOG 동기화 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
52 lines
2.0 KiB
JSON
52 lines
2.0 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
|
|
"name": "zioinfo",
|
|
"displayName": "ZIO INFOTECH Suite",
|
|
"description": "ZIO INFOTECH 통합 하네스 — 4개 플러그인(harness·zio-harness·proposal-builder·zioinfo) 단일 통합판. ①zio-harness: React+Spring Boot+Mobile 풀스택 개발 6인 팀 — 번들 hermes(전령) 에이전트는 Hermes Agent 4대 특징(persistent memory·skill 자가 축적·cron 스케줄·External APIs 연동) 탑재(Gitea push·배포 확인·산출물 중계·알림·정기작업) + graphify 지식그래프 자동 분석(SessionStart 훅) + LLM wiki 생성(/zioinfo:wiki) + KINTEX·GUARDiA 지식베이스 내장. ②harness: 도메인 한 문장→에이전트 팀+스킬 자동 생성 메타 스킬(6개 팀 아키텍처 패턴). ③proposal-builder: RFP+PPT 템플릿→제안서 자동완성 7인 팀(/zioinfo:proposal). ④PM·PMO: 계획(WBS·M/M)→리스크→진척보고(EVM)→감리 대응→거버넌스→포트폴리오 8인 팀(/zioinfo:pmo). ZIO WISE 테마 동봉.",
|
|
"version": "2.1.0",
|
|
"author": {
|
|
"name": "ythong",
|
|
"url": "https://git.zioinfo.co.kr/ythong"
|
|
},
|
|
"homepage": "https://git.zioinfo.co.kr/ythong/harness",
|
|
"repository": "https://git.zioinfo.co.kr/ythong/harness",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"zioinfo",
|
|
"harness",
|
|
"fullstack",
|
|
"react",
|
|
"spring-boot",
|
|
"mobile",
|
|
"hermes",
|
|
"memory",
|
|
"cron",
|
|
"webhook",
|
|
"proposal",
|
|
"rfp",
|
|
"pm",
|
|
"pmo",
|
|
"wbs",
|
|
"evm",
|
|
"audit",
|
|
"graphify",
|
|
"knowledge-graph",
|
|
"llm-wiki",
|
|
"orchestration",
|
|
"claude-code",
|
|
"claude-code-plugin",
|
|
"multi-agent",
|
|
"pipeline"
|
|
],
|
|
"experimental": {
|
|
"themes": "./themes/"
|
|
},
|
|
"userConfig": {
|
|
"notify_webhook_url": {
|
|
"type": "string",
|
|
"title": "사내 알림 Webhook URL (선택)",
|
|
"description": "hermes(전령)가 전달 완료 시 요약을 POST할 사내 webhook 엔드포인트. 비워두면 알림 생략."
|
|
}
|
|
}
|
|
}
|