chore: v0.2.0 - version bump + README on per-call verification - #16
Conversation
README: the proxy now verifies every tools/call response (reference hierarchy, what blocks vs forwards, SSE behavior, --observe rollout mode, SHEKEL_DRIFT demo); proxy rows updated to match. Docker tag in the k8s snippet bumped alongside pyproject. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughThe README documents contract-based per-call response verification, including quarantine, SSE, degraded, unverified, verifier-failure, and observe-mode behavior. The package version and Docker build example are updated from 0.1.1 to 0.2.0. ChangesRuntime contract release
Estimated code review effort: 2 (Simple) | ~10 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 19: Update the README proxy description to accurately document that
verification is bypassed for responses exceeding _VERIFY_MAX_BYTES (reported as
skipped_large) and non-dict responses (reported as unverified), replacing the
claim that every tools/call response is verified while preserving the quarantine
behavior for responses that are verified.
- Line 134: Qualify the “sub-millisecond” SSE held-frame claim in the README to
reflect that optional Postgres persistence via record_drift can add latency;
state the guarantee only for the in-process path or describe the duration as
implementation-dependent. Do not claim a measured bound unless persistence is
moved off the response path and the resulting latency is verified.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro Plus
Run ID: 37954144-0c4b-43b5-8da2-ea7cba7a7e7e
📒 Files selected for processing (2)
README.mdpyproject.toml
) The verifier is bounded and fail-open by design: no reference -> unverified, over the 1 MiB cap -> skipped_large, verifier exception -> error, all counted. Dropped the unqualified "every response" wording and the flat sub-millisecond claim (a violation also logs a best-effort drift event before the block). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
pyproject.toml0.1.1 -> 0.2.0 (the per-call verification release)--observerollout mode, and theCOVENANT_SHEKEL_DRIFTpin demo, linking the design spec🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
0.2.0.Release
0.2.0.