pi-curiosity
v0.1.1
Published
A Pi coding-agent extension that nudges evidence-based investigation, code reuse, and human-readable project structure.
Maintainers
Readme
pi-curiosity
A small Pi extension that periodically nudges coding agents to investigate evidence, reuse existing code, and keep new code easy for humans to find and understand.
Install
pi install npm:pi-curiosityTo try it without installing:
pi -e npm:pi-curiosityConfigure
The default is one cue every 10 tool calls. Configure the interval globally in ~/.pi/agent/settings.json:
{
"pi-curiosity": {
"toolInterval": 10
}
}A project .pi/settings.json value overrides the global value. toolInterval must be a positive integer; invalid values use the default.
The cue is injected into the next model context after the configured number of tool calls and is hidden from the visible transcript.
