@fiale-plus/pi-rogue-advisor 0.1.5 → 0.1.7

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 CHANGED
@@ -37,11 +37,11 @@ npm install --workspace packages/advisor
37
37
 
38
38
  - `mode`: `auto`
39
39
  - `review`: `light`
40
- - `checkins`: `mid-hour`
40
+ - `checkins`: `off` (orchestration turns them on while a goal/autoresearch flow is active)
41
41
  - `checkinIntervalMinutes`: `30`
42
42
  - `model`: not set (auto-detected)
43
43
 
44
- Check-ins gate on session activity, are bounded, and avoid overlapping calls.
44
+ Check-ins gate on session activity, are bounded, and avoid overlapping calls. They can still be controlled explicitly with `/advisor checkins on|off|<minutes>`.
45
45
 
46
46
  ## Stability guarantees
47
47