Conversation
Change originalContext tier policy from 'paid' to 'free', pass utteranceLookup/transformationAudit in preview evaluation, and update ExpandableEvidence docs to reflect data-driven (not tier-driven) access. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace timer-based survey trigger with a 2-stage approach: 1. SurveyInlineCard at scroll bottom captures Sean Ellis PMF score 2. SurveyBottomSheet opens in enrichment mode for optional follow-up API accepts new PMF fields (disappointment_level, target_user, main_benefit, improvement) and sends Slack notification on submit. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
useActiveTimer and useSurveyTrigger are no longer needed after the survey redesign — SurveyInlineCard uses localStorage-based state instead of composite timer/scroll conditions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove auto-detection logic for Claude Code/Cursor (always prompt), fix pluralization in analysis count display, and slow progressive discovery messages from 7s to 20s intervals. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Refresh all 4 weekly content pieces and strategy doc to align with B2B enterprise messaging and developer capability assessment framing. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Move flex-wrap to base layout, keep command text on single line, and push copy hint to the right with margin-left: auto. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Code ReviewFound 2 issues:
Generated with Claude Code using /ship-it If useful, react with a thumbs-up. Otherwise, thumbs-down. |
1. Translate Korean Slack notification to English (CLAUDE.md language policy) 2. Update ExpandableEvidence JSDoc to reflect data-driven access model Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Summary
useActiveTimeranduseSurveyTriggerhooks (replaced by localStorage-based approach)Changes
fix(content-gateway): make evidence detail view available to all tiersfeat(survey): redesign PMF survey with inline card and enrichment flowrefactor(hooks): remove deprecated survey trigger and timer hooksrefactor(cli): simplify tool selection and adjust message timingdocs(contents): rewrite weekly content for B2B positioningfix(landing): improve terminal command layout for small screensTest Plan
npx tsc --noEmit)npm test)Generated with Claude Code using /ship-it