Fix missing issue taxonomy and trashed issue output#152
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
👮 Files not reviewed due to content moderation or server errors (6)
📝 WalkthroughWalkthroughThis PR resolves two linked issues by unifying not-found error classification and adding soft-delete visibility. It introduces GraphQL error mapping infrastructure ( ChangesNot-found Taxonomy and Soft-Delete Visibility
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Summary
trashedandarchivedAtin curated issue get/view output and human renderingcomment list --issue INF-...parent existence check instead of returning an empty list for a missing parentFixes #150
Fixes #151
Verification
bun run typecheckbun run testbun run buildBreaking changes
None. The new not-found mapping is a contract correction, and
issue getadds fields to JSON output.Summary by CodeRabbit
New Features
Bug Fixes
comment list --issuenow validates parent issues exist before listing comments and reports not-found errors properly.Documentation