docs: move Lessons Learned out of CLAUDE.md into docs/#153
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughExtracted the long "Lessons Learned" notes from ChangesDocumentation Organization
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/lessons-learned.md`:
- Line 20: Replace the product/platform naming typos in docs/lessons-learned.md:
change the string "GH Actions" to "GitHub Actions" (occurs where
workflow/publish.yml is mentioned) and change "SqlLite" to the correct "SQLite"
(around the later mention on the file), ensuring both exact-word replacements
preserve surrounding punctuation and casing.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 798e4fb6-7ee6-44dd-8f63-5163aba25752
📒 Files selected for processing (2)
CLAUDE.mddocs/lessons-learned.md
Rebased on master post-PR-152 (SQLite outbox revert) and applied CodeRabbit review fixes: GH Actions → GitHub Actions, SqlLite → SQLite.
29b48c4 to
33b19c6
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #153 +/- ##
==========================================
- Coverage 89.83% 89.80% -0.04%
==========================================
Files 1002 1002
Lines 29703 29703
Branches 2405 2405
==========================================
- Hits 26684 26674 -10
- Misses 2360 2367 +7
- Partials 659 662 +3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
CLAUDE.md was 190 lines / ~37 KB. The Lessons Learned section accounted for ~66% of that and Claude Code began warning the file was too large to load as project context every turn.
docs/lessons-learned.md.CLAUDE.mdwith a one-line pointer.git diffshows pure relocation.CLAUDE.md: 190 → 134 lines, 36.7 KB → 8.9 KB (76% smaller).
Pure docs change — no code, no tests, no build impact.
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
Documentation
Chores