projectops 4.8.0 → 4.9.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/README.md +2 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
> 이슈 등록부터 커밋, 보고서, 배포까지. 개발자는 코드만 작성하세요.
|
|
8
8
|
|
|
9
9
|
<!-- AUTO-VERSION-SECTION: DO NOT EDIT MANUALLY -->
|
|
10
|
-
## 최신 버전 : v4.
|
|
10
|
+
## 최신 버전 : v4.9.0 (2026-09-17)
|
|
11
11
|
|
|
12
12
|
[전체 버전 기록 보기](CHANGELOG.md)
|
|
13
13
|
|
|
@@ -176,6 +176,7 @@ npx projectops --mode skills
|
|
|
176
176
|
|------|------|
|
|
177
177
|
| `/pro-testcase` | 이슈 분석 → QA 체크리스트 생성 |
|
|
178
178
|
| `/pro-spring-test` | Spring Boot 테스트 샘플 코드 생성 |
|
|
179
|
+
| `/pro-flutter-e2e` | Flutter 앱을 실제 에뮬레이터·시뮬레이터에서 직접 조작해 검증 |
|
|
179
180
|
| `/pro-synology-expose` | Synology NAS 외부 도메인 노출 설정 가이드 |
|
|
180
181
|
| `/pro-ssh` | 원격 서버 SSH 접속·명령 실행 (AWS EC2, 시놀로지 NAS, Linux 등 범용) |
|
|
181
182
|
| `/pro-skill-creator` | Skill 생성/리뷰/개선 (CREATE·REVIEW·IMPROVE 3모드) |
|