@simplysm/sd-claude 13.0.81 → 13.0.82

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.
@@ -4,4 +4,9 @@
4
4
 
5
5
  ## 코드 작성 규칙
6
6
 
7
- - YAGNI 원칙 준수
7
+ - YAGNI 원칙 준수
8
+
9
+ ## Playwright 규칙
10
+
11
+ - Playwright의 모든 output(스크린샷, PDF, 다운로드 등)은 `.tmp/playwright/` 디렉토리에 저장한다.
12
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@simplysm/sd-claude",
3
- "version": "13.0.81",
3
+ "version": "13.0.82",
4
4
  "description": "Simplysm Claude Code CLI — asset installer",
5
5
  "author": "simplysm",
6
6
  "license": "Apache-2.0",