Conversation
SummaryThe following content is AI-generated and provides a summary of the pull request: Fix: Annotations for Draft-Enabled EntitiesBug Fix🐛 Fixed an issue where process annotations ( Changes
PR Bot InformationVersion:
💌 Have ideas or want to contribute? Create an issue and share your thoughts with us! Made with ❤️ by Hyperspace. |
There was a problem hiding this comment.
The PR introduces a focused fix in lib/handlers/utils.ts to skip virtual key fields (e.g. IsActiveEntity injected by CAP for draft-enabled entities) when building WHERE clauses — this is correct and necessary. The accompanying test service and integration tests provide good coverage of draft lifecycle scenarios. The one issue flagged above concerns the createViaDraft helper's slightly fragile ID-handling logic; aside from that, the core logic change is sound.
PR Bot Information
Version: 1.19.1 | 📖 Documentation | 🚨 Create Incident | 💬 Feedback
- Event Trigger:
pull_request.opened - Correlation ID:
28a88e70-268f-11f1-83cb-83040f217997 - LLM:
anthropic--claude-4.6-sonnet
c1dece4 to
7581c67
Compare
Have you...