@hyperprior/pi-review
v0.1.0
Published
Structured review findings for code review workflows
Maintainers
Readme
@hyperprior/pi-review
Structured findings tool for code review (report_finding).
Installation
pi install npm:@hyperprior/pi-reviewFeatures
report_findingtool emits normalized review issues with:P0–P3priority scale- confidence score
- file + line range
- findings are tracked per branch via branch session entries
/hyper-reviewcommand to view, inspect counts (stats), or clear state
Usage
{
"tool": "report_finding",
"title": "Validate JSON output before shelling out",
"body": "Potential injection issue appears when command args are user-provided and unescaped.",
"priority": "P1",
"confidence": 0.83,
"file_path": "src/transform.ts",
"line_start": 42,
"line_end": 46
}/hyper-review— show rendered findings grouped by priority/hyper-review stats— show summary counts/hyper-review clear— clear branch state
Notes
All plugins in this monorepo are namespaced under @hyperprior and built to be loaded as individual pi packages.
