-
-
Notifications
You must be signed in to change notification settings - Fork 28
[#1999] Removed onboarding.md from the project assets.
#2000
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
Conversation
WalkthroughRemoves the onboarding checklist feature: deletes Changes
Sequence Diagram(s)sequenceDiagram
autonumber
participant User as User
participant PM as PromptManager
participant PProj as PreserveDocsProject
rect rgba(200,230,255,0.3)
Note over PM: Onboarding prompt removed from flow
end
User->>PM: Run installer (docs prompts)
PM->>PProj: Ask "Preserve project docs?"
PProj-->>PM: Response (yes/no)
PM->>PM: Process project-doc response (tokens/files)
PM-->>User: Summary (no onboarding entry)
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro ⛔ Files ignored due to path filters (16)
📒 Files selected for processing (13)
💤 Files with no reviewable changes (13)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (14)
✨ Finishing Touches
🧪 Generate unit tests
Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #2000 +/- ##
===========================================
+ Coverage 77.85% 78.00% +0.14%
===========================================
Files 90 89 -1
Lines 5555 5529 -26
Branches 44 44
===========================================
- Hits 4325 4313 -12
+ Misses 1230 1216 -14 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
9a134c2 to
236c3a5
Compare
This is a part 1 of #1999
In part 2, we will add the updated checklist back to the docs based on the adjusted onboarding documentation.
Summary by CodeRabbit
Documentation
Chores
Tests