Commit Graph

5 Commits

Author SHA1 Message Date
DESKTOP-TKLFCPR\ython
2517bc7489 feat(zio-harness): v1.3.0 — hermes(전령) 에이전트 추가 (5→6인 파이프라인)
- references/hermes.md 신설: ①메시지·알림 전파 ②에이전트 간 산출물 중계
  ③배포·전달(Gitea commit/push·배포 확인·릴리즈 노트, 03_delivery.md)
- bot PASS 게이트 필수, force push/--no-verify 금지, 자격증명 마스킹
- SKILL.md 배선: Deploy 작업 유형·t5 태스크·bot→hermes 통신·에러 핸들링
- plugin.json/marketplace.json v1.3.0, docs·PROJECT_MAP·CLAUDE.md 동기화
- zioinfo_team.png 6인 다이어그램 재생성 (Hermes 골드 링)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-21 20:09:28 +09:00
DESKTOP-TKLFCPR\ython
1876e3a18a feat(zio-harness): v1.2.0 — designer 에이전트 추가 (4→5인 파이프라인) + 팀 이미지 일치화
- 파이프라인: analyst → designer(UI 작업 시) → agent → bot
- references/designer.md 신설: UI/UX 스펙(01_design_spec.md)·디자인 토큰·
  선(line) SVG 아이콘 직접 제작 + 스티치(Stitch) 의뢰 design.md 생성
  (Stitch MCP 연결 시 직접 요청·검수, 미연결 시 의뢰서 산출)
- SKILL.md 배선: 팀 구성·spawn·태스크 의존성(t1~t4)·통신 프로토콜
  (bot→designer 시각 QA 반려)·작업 유형 Design 추가·UI 없는 작업 3인 규칙
- zioinfo_team.png: Designer(디자인) 노드 추가 — 지휘→분석→디자인→개발→검증
  5인 순환 다이어그램 (실제 플러그인 동작과 일치)
- plugin.json·marketplace.json v1.2.0, 카탈로그/PROJECT_MAP/CLAUDE.md 동기화
- 검증: claude plugin details zio-harness@ythong → v1.2.0 오류 0

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 10:00:29 +09:00
DESKTOP-TKLFCPR\ython
1ef2235939 feat(zio-harness): v1.1.0 — auto source analysis + GUARDiA/KINTEX knowledge base
- SessionStart hook (scripts/graphify_setup.py): auto-install graphifyy[sql],
  build knowledge graph on first run (graphify extract --code-only, local AST),
  incremental graphify update thereafter — install-only smartness
- knowledge/kintex/: all 183 KINTEX md docs bundled (planning/design/analysis)
- knowledge/guardia/: distilled GUARDiA-wide knowledge from 2,483 md files
  (solutions-catalog, standard-framework, operations-cicd, lessons-learned;
  credentials/IP-free curated)
- SKILL.md: graph-first codebase query rules + knowledge base loading guide

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-12 23:15:35 +09:00
ythong
01d82a46f6 fix: correct Agent Teams API usage in harness/zio-harness skills
The skills (and the harness orchestrator templates) invoked TeamCreate with
an inline members[] array and TaskCreate with a tasks[] array plus
assignee/depends_on — none of which match the real experimental Agent Teams
API. Rewrite to the documented flow:

- TeamCreate creates an empty team (team_name only)
- teammates are spawned via the Agent tool (team_name + name + subagent_type)
- tasks are created one-per-call (subject/description); ownership via
  TaskUpdate.owner, dependencies via TaskUpdate.blockedBy
- zio-harness now uses custom agent/bot subagent types instead of
  general-purpose, and the orchestrator is the team lead (not a spawned member)
- add shutdown_request + TeamDelete cleanup and note the
  CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS=1 requirement

Bump harness 1.3.0 -> 1.3.1, zio-harness 1.0.0 -> 1.0.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-17 17:27:39 +09:00
ythong
cc46c4528e feat: split zio-harness into a standalone plugin
Move skills/zio-harness into plugins/zio-harness/ as a self-contained
plugin with its own .claude-plugin/plugin.json. Add a second marketplace
entry (zio-harness@1.0.0) and bump the harness plugin to 1.3.0 since it no
longer bundles zio-harness. Single ownership: harness ships only the
harness skill, zio-harness ships only the zio-harness skill.

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