@jl1990/pi-scheduler 0.2.0 → 0.2.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 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -205,9 +205,7 @@ Prompt priority:
|
|
|
205
205
|
2. `failurePrompt` on failure
|
|
206
206
|
3. `followUpPrompt` fallback
|
|
207
207
|
|
|
208
|
-
##
|
|
209
|
-
|
|
210
|
-
[`pi-schedule-prompt`](https://github.com/tintinweb/pi-schedule-prompt) is a mature prompt scheduler with a richer prompt-focused UI and optional per-task model/subagent mode.
|
|
208
|
+
## Design focus
|
|
211
209
|
|
|
212
210
|
Pi Scheduler focuses on **scheduled actions**:
|
|
213
211
|
|
|
@@ -217,7 +215,7 @@ Pi Scheduler focuses on **scheduled actions**:
|
|
|
217
215
|
- bounded command polling with `maxRuns`
|
|
218
216
|
- prompt/notify/message actions as lightweight companions
|
|
219
217
|
|
|
220
|
-
|
|
218
|
+
The goal is to make command-driven automation simple: schedule the check, capture the result, and wake the agent only when useful.
|
|
221
219
|
|
|
222
220
|
## Important limitations
|
|
223
221
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jl1990/pi-scheduler",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.1",
|
|
4
4
|
"description": "Give Pi coding agents a clock: schedule reminders, shell commands, and self-waking prompts for CI polling and autonomous follow-ups.",
|
|
5
5
|
"author": "jl1990",
|
|
6
6
|
"license": "MIT",
|