@tienne/gestalt 0.33.0 → 0.33.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CLAUDE.md CHANGED
@@ -63,6 +63,7 @@ pnpm tsx bin/gestalt.ts init # gestalt.json + code graph + post-commit hook
63
63
  | 요구사항 정리, 로드맵, 유저 스토리 | `product-planner` |
64
64
  | 기술 분석, 벤치마크, 사례 조사 | `researcher` |
65
65
  | PR·브랜치·커밋 코드 리뷰 요청 | `/review` 스킬 사용 |
66
+ | PR 작성·생성 요청 ("PR 만들어줘", "PR 작성해줘", "PR 올려줘") | `gestalt:pr` 스킬 사용 |
66
67
 
67
68
  ## Project Structure
68
69
  ```
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tienne/gestalt",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "description": "TypeScript AI Development Harness - Gestalt psychology-driven requirement clarification",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tienne/gestalt",
3
- "version": "0.33.0",
3
+ "version": "0.33.1",
4
4
  "description": "TypeScript AI Development Harness - Gestalt psychology-driven requirement clarification",
5
5
  "type": "module",
6
6
  "main": "./dist/src/index.js",