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

@ -0,0 +1,7 @@
# @designpaca/skill
## 0.5.0
### Minor Changes
- 8d02820: 어떤 하네스 에이전트든 스킬을 발견하게 만든다. 중립 경로 `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 +1,6 @@
{
"name": "@designpaca/skill",
"version": "0.4.0",
"version": "0.5.0",
"private": true,
"description": "designpaca 스킬 원본 — SKILL.md 와 참조 문서",
"scripts": {