Archive 7 May tasks shipped to main#264
Conversation
These seven slides + PPTX tasks shipped (PRs #238, #240, #241, #255, #259, #260, #261) but their checklist boxes were never ticked during execution, so the archive script left them in active/. Sweep the checkboxes to reflect what actually landed, add lessons files for the two that were missing (keyboard-shortcuts, presentation-mode), and convert the keyboard-shortcuts onLinkRequest popover bullet from a checkbox to a "Deferred (follow-up)" note so the gate stops blocking on work that is intentionally out of scope. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (16)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Verification: verify:selfResult: ✅ PASS in 209.0s
Verification: verify:integrationResult: ✅ PASS |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
`pnpm tasks:index` regenerates `docs/tasks/README.md` and `docs/tasks/archive/README.md` deterministically from the directory tree. Rebasing onto main #264 (which archived 7 more tasks) left those two files showing stale counts; re-running the script picks up the new archived tasks while keeping the slides-group archive entry intact. Co-Authored-By: Claude Opus 4.7 (1M context) <[email protected]>
Summary
mainbut whose checklist boxes were never ticked during execution, so the
archive script kept them in
docs/tasks/active/.(slides-keyboard-shortcuts, slides-presentation-mode).
onLinkRequestpopover bullet in slides-keyboard-shortcutsfrom a checkbox to a "Deferred (follow-up)" note so the archive gate
stops blocking on work that's intentionally out of scope.
Tasks archived (PR → task):
docs/tasks/active/now lists 6 in-flight tasks; the index was regeneratedvia
pnpm tasks:archive && pnpm tasks:index.Test plan
pnpm verify:fastgreen (48 files / 792 tests sheets + 143 backend).pnpm tasks:archive && pnpm tasks:indexmoves 14 files toarchive/2026/05/, leaves 9 active files in place.content is preserved (e.g.
slides-connectors-pr1).(
slides-keyboard-shortcuts-lessons.md,slides-presentation-mode-lessons.md) accurately summarise whatshipped — they were reconstructed from the PR commit messages,
not from a live implementation session.
🤖 Generated with Claude Code