-
Notifications
You must be signed in to change notification settings - Fork 2
fix: Include project description in generated note instead of discarding it #22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Include project description in generated note instead of discarding it #22
Conversation
…ing it The "Create New Project" modal has a "Description" field, whose value was simply discarded instead of being included anywhere.
📝 WalkthroughWalkthroughAdds a new optional Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: defaults Review profile: CHILL Plan: Pro 📒 Files selected for processing (5)
🚧 Files skipped from review as they are similar to previous changes (1)
🧰 Additional context used🧬 Code graph analysis (1)tests/file-writer.test.ts (2)
🔇 Additional comments (5)
Comment |
Add optional `description` field to GTDProcessingResult for user-provided descriptions. Update formatDescription to use description directly when provided, skipping the "Original inbox item:" prefix. This enables manually created projects to use a clean description format.
Modal-created projects now use the description field directly instead of repurposing the reasoning field. This ensures manually created projects show the user's description without the "Original inbox item:" prefix.
Add tests verifying that: - Custom description is used directly without "Original inbox item:" prefix - Empty description falls back to "Original inbox item:" format - Undefined description falls back to "Original inbox item:" format
|
Thanks @cr7pt0gr4ph7! |
The "Create New Project" modal has a "Description" field, whose value was simply discarded instead of being included anywhere.
Summary by CodeRabbit
New Features
Tests
✏️ Tip: You can customize this high-level summary in your review settings.