pi-igotchu

Cheap-first drift monitor for pi (command: /yo). Nudges only at 95+ confidence.

Package details

extension

Install pi-igotchu from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:pi-igotchu
Package
pi-igotchu
Version
0.2.2
Published
Apr 21, 2026
Downloads
126/mo · 4/wk
Author
jrryfn
License
MIT
Types
extension
Size
78.7 KB
Dependencies
0 dependencies · 3 peers
Pi manifest JSON
{
  "extensions": [
    "./index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

pi-igotchu (HARD CUTOVER → /yo)

pi-igotchu is now a context drift monitor for Pi.

  • Command: /yo
  • Footer token: <glyph> yo (yo only)
  • Nudges only when confidence ≥ 95
  • Autocomplete/prefill is removed (no editor injection)

Install (npm)

Important: install with pi install, not npm install.

pi install npm:pi-igotchu

Local dev install:

pi install -l /c/code/pi/public/pi-extensions/igotchu

Then in Pi:

/reload
/yo status

Footer glyphs

<glyph> yo

  • ✕ yo disabled/error
  • ○ yo low drift
  • ◔ yo mild drift
  • ◑ yo medium drift
  • ◕ yo high drift
  • ● yo nudge-ready (drift high AND confidence ≥ threshold)

Commands

  • /yo (quick status)
  • /yo report (overlay report)
  • /yo on|off
  • /yo threshold <95-99>
  • /yo nudge <0-100>
  • /yo model show|auto|pin <provider/model>
  • /yo sync (write .igotchu.md now)
  • /yo deep (manual deep analysis using your current chat model)
  • /yo reset

Files

  • Config: ~/.pi/agent/igotchu.json
  • State: ~/.pi/agent/state/igotchu.json
  • Project memory: <repo>/.igotchu.md (includes a preserved user-notes block)