chore: v0.5.0 으로 버전을 올린다
All checks were successful
ci / build (push) Successful in 23s
release / release (push) Successful in 38s

This commit is contained in:
Yun Chan 2026-08-21 12:25:15 +09:00
parent 8d02820fa5
commit 78ddc8b61a
8 changed files with 26 additions and 16 deletions

View file

@ -1,7 +0,0 @@
---
"designpaca": minor
"@designpaca/core": minor
"@designpaca/skill": minor
---
어떤 하네스 에이전트든 스킬을 발견하게 만든다. 중립 경로 `agents` 타깃(`~/.agents/skills` · `.agents/skills`)을 새로 추가한다 — Cursor · Antigravity · ZCode 등 Agent Skills 규약을 읽는 하네스가 함께 잡는 자리다. `gemini-cli`(`.gemini/skills`)와 `copilot`(`.github/skills` · `~/.copilot/skills`) 타깃을 추가한다. Cursor 는 구식 `.cursor/rules/*.mdc` 변환을 버리고 네이티브 `.cursor/skills` 로 옮기며 전역 설치를 지원한다. Windsurf 도 규칙 파일(12,000자 상한 때문에 실제 스킬이 아예 설치되지 못했다)에서 `.windsurf/skills` · `~/.codeium/windsurf/skills` 네이티브 경로로 옮긴다. Antigravity 전역 경로를 공식 마이그레이션 문서대로 `~/.gemini/antigravity-cli/skills` 로 바로잡는다.

View file

@ -1,6 +0,0 @@
---
"designpaca": minor
"@designpaca/core": minor
---
ZCode 타깃 추가 — `~/.zcode/skills/designpaca/` (전역) 또는 `.zcode/skills/designpaca/` (프로젝트) 에 스킬을 설치한다. SKILL.md 규약이 Claude Code 와 같아 변환 없이 그대로 복사된다.