projectops 4.2.41 → 4.2.43
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 +3 -3
- 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.2.
|
|
10
|
+
## 최신 버전 : v4.2.42 (2026-07-27)
|
|
11
11
|
|
|
12
12
|
[전체 버전 기록 보기](CHANGELOG.md)
|
|
13
13
|
|
|
@@ -45,7 +45,7 @@ flowchart TD
|
|
|
45
45
|
C --> D{"작업 유형"}
|
|
46
46
|
|
|
47
47
|
D -->|새 기능·설계·리팩토링| E1["superpowers:brainstorming<br/>무엇을 왜 만들지 확정"]
|
|
48
|
-
D
|
|
48
|
+
D -->|버그·장애| E2["/pro-note<br/>과거 기록 검색 + 조사"]
|
|
49
49
|
|
|
50
50
|
E1 --> P["superpowers:writing-plans<br/>구현 계획"]
|
|
51
51
|
P --> F["superpowers:executing-plans<br/>계획 실행"]
|
|
@@ -158,7 +158,7 @@ npx projectops --mode skills
|
|
|
158
158
|
| 스킬 | 용도 |
|
|
159
159
|
|------|------|
|
|
160
160
|
| `/pro-review` | 보안/성능/버그/품질 6관점 리뷰, Critical/Major/Minor 분류 |
|
|
161
|
-
| `/pro-
|
|
161
|
+
| `/pro-note` | 막혔을 때 과거 기록 검색, 알아낸 것을 실행 가능한 기록으로 저장 |
|
|
162
162
|
|
|
163
163
|
### 🔧 구현형 (실제 코드 작성)
|
|
164
164
|
|