@ryan_nookpi/pi-extension-delayed-action 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +24 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,14 +1,33 @@
1
1
  # @ryan_nookpi/pi-extension-delayed-action
2
2
 
3
- Standalone pi package for the `delayed-action` extension.
3
+ 지금이 아니라 조금 뒤에 다시 일을 시키고 싶을 때 쓰는 리마인더 익스텐션입니다.
4
4
 
5
- ## Install
5
+ 자연어로 "10분 있다가 배포 로그 확인해줘"처럼 말하면, 시간이 되면 pi가 다시 그 작업을 이어서 요청합니다.
6
+
7
+ ## 설치
6
8
 
7
9
  ```bash
8
- pi install /Users/creatrip/Documents/pi-extension/packages/delayed-action
9
10
  pi install npm:@ryan_nookpi/pi-extension-delayed-action
10
11
  ```
11
12
 
12
- ## Extension Entry
13
+ ## 이런 때 좋아요
14
+
15
+ - 배포 후 몇 분 뒤 로그를 다시 확인하고 싶을 때
16
+ - 잠시 뒤에 후속 작업을 이어서 처리하고 싶을 때
17
+ - "조금 있다가 다시 봐줘" 같은 흐름을 자동화하고 싶을 때
18
+
19
+ ## 사용 예시
20
+
21
+ - "10분 있다가 배포 로그 확인해줘"
22
+ - "1시간 후에 에러율 다시 체크해줘"
23
+ - "좀 있다가 PR 코멘트 다시 확인해줘"
24
+
25
+ ## 함께 쓰는 명령어
26
+
27
+ ```text
28
+ /reminders
29
+ /reminder-cancel <id>
30
+ /reminder-cancel all
31
+ ```
13
32
 
14
- - `./index.ts`
33
+ 예약된 작업 목록을 보거나, 특정 리마인더 또는 전체 리마인더를 취소할 수 있습니다.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ryan_nookpi/pi-extension-delayed-action",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Pi extension for scheduling delayed follow-up actions.",
5
5
  "type": "module",
6
6
  "keywords": [