Test: Fake notifications module for docs drafter#132
Conversation
Adds a notifications.types.ts with intentionally incomplete JSDoc on most public APIs so the Claude docs drafter workflow has something to flag. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Claude finished @adamfri's task —— View job Code Review for notifications.types.tsTodo List
Review FeedbackI've reviewed the new Code Quality and Best Practices ✅Positives:
Suggestions:
Potential Bugs or Issues
|
🚀 Package Preview Available!Install this PR's preview build with npm: npm i @base44-preview/sdk@0.8.19-pr.132.2bf3dc4Prefer not to change any import paths? Install using npm alias so your code still imports npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.19-pr.132.2bf3dc4"Or add it to your {
"dependencies": {
"@base44/sdk": "npm:@base44-preview/sdk@0.8.19-pr.132.2bf3dc4"
}
}
Preview published to npm registry — try new features instantly! |
Summary
notifications.types.tsmodule undersrc/modules/to test the Claude Docs Drafter workflowNotificationsModuleinterface with intentionally missing/incomplete JSDoc on most APIscancel()has complete JSDoc; the rest (send,sendBulk,getPreferences,updatePreferences,list) and most types are undocumentedExpected behavior
The Claude Docs Drafter workflow should:
src/modules/**)docs-draftlabelCleanup
Delete this branch after testing.
Made with Cursor