@effect-agent/pr-review 0.1.0-beta.78 → 0.1.0-beta.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -170,7 +170,7 @@ or network access. `ReviewSource.fromText` applies the shared source-range bound
170
170
 
171
171
  The navigable diff approach is informed by [Pullfrog's review workflow](https://github.com/pullfrog/pullfrog/blob/0212dedb0f92b8ba4020c17dc30d3eced32415d7/modes.ts)
172
172
  and [Codex's review task](https://github.com/openai/codex/blob/588b781ab4924ce7352488394028e63d74cf807f/codex-rs/core/src/tasks/review.rs).
173
- These designs do not establish accuracy. The [eval bench](../../examples/pr-review-eval/README.md)
173
+ These designs do not establish accuracy. The [eval bench](../../tooling/pr-review-eval/README.md)
174
174
  measures first-trial detection, false positives, and incomplete runs against adjudicated cases.
175
175
  Portions of the original review instructions were adapted from
176
176
  [PR-Agent](https://github.com/The-PR-Agent/pr-agent); see `NOTICE` for its MIT attribution.
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@effect-agent/pr-review","version":"0.1.0-beta.78","dependencies":{"@effect-agent/core":"0.1.0-beta.78","@effect-agent/engine":"0.1.0-beta.78","effect-agent":"0.1.0-beta.78"},"devDependencies":{"@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","typescript":"7.0.2","vite-plus":"0.3.0"},"peerDependencies":{"effect":"^4.0.0-rc.112"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./Review":{"types":"./dist/Review.d.mts","default":"./dist/Review.mjs"},"./ReviewRepository":{"types":"./dist/ReviewRepository.d.mts","default":"./dist/ReviewRepository.mjs"}},"description":"A provider-neutral, source-backed pull-request reviewer.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/pr-review"},"files":["dist","src","NOTICE"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json","test":"vp test --passWithNoTests"}}
1
+ {"name":"@effect-agent/pr-review","version":"0.1.0-beta.79","dependencies":{"@effect-agent/core":"0.1.0-beta.79","@effect-agent/engine":"0.1.0-beta.79","effect-agent":"0.1.0-beta.79"},"devDependencies":{"@effect/vitest":"4.0.0-rc.112","effect":"4.0.0-rc.112","typescript":"7.0.2","vite-plus":"0.3.0"},"peerDependencies":{"effect":"^4.0.0-rc.112"},"exports":{".":{"types":"./dist/index.d.mts","default":"./dist/index.mjs"},"./Review":{"types":"./dist/Review.d.mts","default":"./dist/Review.mjs"},"./ReviewRepository":{"types":"./dist/ReviewRepository.d.mts","default":"./dist/ReviewRepository.mjs"}},"description":"A provider-neutral, source-backed pull-request reviewer.","license":"MIT","repository":{"type":"git","url":"git+https://github.com/danieljvdm/effect-agent.git","directory":"packages/pr-review"},"files":["dist","src","NOTICE"],"type":"module","sideEffects":[],"publishConfig":{"access":"public"},"scripts":{"build":"vp pack","check":"tsc --noEmit -p tsconfig.json","test":"vp test --passWithNoTests"}}