@tifan/pi-friction
Append workflow-friction feedback to .pi/FRICTION.md.
Package details
Install @tifan/pi-friction from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:@tifan/pi-friction- Package
@tifan/pi-friction- Version
0.1.1- Published
- May 17, 2026
- Downloads
- not available
- Author
- tifan
- License
- MIT
- Types
- extension
- Size
- 6 KB
- Dependencies
- 0 dependencies · 0 peers
Pi manifest JSON
{
"extensions": [
"./friction.ts"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
@tifan/pi-friction
Append workflow-friction feedback to .pi/FRICTION.md in the project root.
Use it after a repeated manual workaround, a second hook or tool failure with the same root cause, or any project instruction, doc, or tooling that causes avoidable backtracking. Each call appends a timestamped entry. The file is a feedback log meant to later become automation, docs, or workflow fixes.
Install
pi install npm:@tifan/pi-friction
Tools
vent: Append a friction entry to.pi/FRICTION.mdwith an optional short trigger label.
Credits
Fork of @howaboua/pi-vent.
Changes from upstream:
- Renamed to
pi-friction. - Writes to
.pi/FRICTION.mdinstead of.pi/VENT.md.