@howaboua/pi-vent
v0.2.10
Published
Pi extension for logging repeated workflow friction to VENT.md.
Maintainers
Readme
@howaboua/pi-vent
Adds an agent-callable vent tool for recording repeated or systemic workflow friction in the current workspace's VENT.md.
Use it for recurring tool failures, repeated manual workarounds, noisy output that forces the same retries, or instructions that repeatedly cause backtracking. Ordinary lint errors, one-off mistakes, and routine debugging do not belong there.
Entries are batched near the end of an agent turn to avoid constant tool chatter.
Install
pi install npm:@howaboua/pi-ventProject-only install:
pi install -l npm:@howaboua/pi-ventTool
vent({
thought: string,
trigger?: string
})thoughtdescribes the failure, repeated workaround, and useful preventative fix.triggeris an optional short label such astool_error,bad_docs, orconfusing_task.
The extension creates VENT.md when needed and appends each note under a local timestamp:
## 26-04-29 10:42 — tool_error
Symptom: a hook failed twice for the same generated artifact. Repeated workaround: deleted the artifact and reran the same command sequence. Suggested fix: add cleanup to the hook or document the generated-file lifecycle.