feat: prefer the Weekly valuation + streams report starter template#1856
feat: prefer the Weekly valuation + streams report starter template#1856sweetmantech wants to merge 1 commit into
Conversation
The homepage starter task now reaches for the new valuation report template first (the video's hero flow), keeping Weekly Performance Dashboard and any Report-tagged template as fallbacks so the card never disappears while the new template rolls out (chat#1850). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 42 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (1)
✨ 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 |
There was a problem hiding this comment.
No issues found across 2 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Changes the preferred starter template order in a small, isolated function with updated tests. Low risk: only affects template selection for the homepage starter task.
Re-trigger cubic
Part of #1850 (video/experience parity, item 3 — starter template includes valuation).
What
lib/home/findStarterTemplate.ts: the homepage starter task's preference chain is now "Weekly valuation + streams report" → "Weekly Performance Dashboard" → anyReport-tagged template → hidden. The previously preferred dashboard template has no valuation in its prompt (platform stats only), so the starter task never matched the video's valuation-report flow.lib/home/__tests__/findStarterTemplate.test.ts).Template data (already live)
The new
/agentstemplate was created in production viaPOST https://chat.recoupable.dev/api/agent-templates:ad0a233b-5f6d-4b91-89a6-90a1a8ecfd94, title "Weekly valuation + streams report", tags["Report"],is_private: falseGET /api/agent-templates.Verification
pnpm vitest run— 33 files / 127 tests passpnpm exec tsc --noEmit— 8 errors, identical to the pre-existing main baseline (none in touched files)Siblings
Cross-repo valuation derivation guard (item 2 of #1850): recoupable/api#765 and recoupable/marketing#44 share a byte-identical golden fixture.
🤖 Generated with Claude Code
Summary by cubic
Make the homepage starter task prefer the "Weekly valuation + streams report" template, with fallbacks to "Weekly Performance Dashboard" and then any "Report"-tagged template. Aligns the starter flow with the valuation report experience from #1850 while keeping the card visible during rollout.
lib/home/findStarterTemplate.ts.lib/home/__tests__/findStarterTemplate.test.ts.Written for commit 33b29d6. Summary will update on new commits.