pi-goal-pro 1.0.0 → 1.0.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 +3 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,9 @@
1
1
 
2
2
  <p align="center">
3
3
  <img src="https://img.shields.io/badge/pi-extension-8B5CF6?style=flat-square&logo=pi-hole&logoColor=white" alt="pi extension">
4
+ <img src="https://img.shields.io/npm/v/pi-goal-pro?style=flat-square&color=cb3837" alt="npm">
5
+ <img src="https://img.shields.io/github/actions/workflow/status/izzzzzi/pi-goal-pro/ci.yml?style=flat-square&branch=main" alt="CI">
4
6
  <img src="https://img.shields.io/badge/license-MIT-green?style=flat-square" alt="MIT">
5
- <img src="https://img.shields.io/badge/status-beta-orange?style=flat-square" alt="beta">
6
7
  </p>
7
8
 
8
9
  # pi-goal-pro 🎯
@@ -176,7 +177,7 @@ Set these at the top of `index.ts` if you need to tune behavior:
176
177
 
177
178
  | Setting | Default | Description |
178
179
  |---------|---------|-------------|
179
- | `maxAutoTurns` | `25` | Max auto-continue turns before forced pause |
180
+ | `maxAutoTurns` | `25` | Max auto-continue turns before auto-pause |
180
181
  | `noProgressTokenThreshold` | `50` | Output tokens below this = "no progress" |
181
182
  | `maxNoProgressTurns` | `2` | Consecutive no-progress turns before auto-pause |
182
183
  | `minContinueIntervalMs` | `3000` | Debounce interval between continuations |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-goal-pro",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Persistent autonomous goals for Pi — with no-progress detection, evidence-based completion, token budgets, and auto-continuation",
5
5
  "type": "module",
6
6
  "main": "./index.ts",