feat: make acknowledgement context a union of URI and strongRef - #159
Conversation
Allows context to be either a lightweight URI reference or a content-hash-pinned strong reference, giving consumers flexibility. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review infoConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe context property in the org.hypercerts.context.acknowledgement schema changes from accepting only a strong reference to accepting either a URI or a strong reference. Documentation and schema definition are updated to reflect this expanded flexibility. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ 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 |
Summary
contextfield inorg.hypercerts.context.acknowledgementfrom a plainstrongRefto a union oforg.hypercerts.defs#uriandcom.atproto.repo.strongRefTest plan
npm run check)🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Documentation