Skip to content

feat: landing page messaging redesign and cross-platform path encoding#122

Merged
sungmanch merged 8 commits intomainfrom
feat/landing-redesign-cli-improvements-20260213
Feb 13, 2026
Merged

feat: landing page messaging redesign and cross-platform path encoding#122
sungmanch merged 8 commits intomainfrom
feat/landing-redesign-cli-improvements-20260213

Conversation

@sungmanch
Copy link
Copy Markdown
Collaborator

Summary

  • Landing page redesign: Replace PhilosophySection/PatternExampleCard with new conversion-focused sections (ProblemValidation, SocialProofBar, SolutionSection, TrustPrivacy) and update all existing components
  • Cross-platform path encoding: Add Windows path support across CLI scanner, parser, and desktop app with fuzzy project name matching
  • Docs: Updated PRD, landing page messaging guide, privacy strategy plan

Changes

  1. feat(landing): add new messaging sections — 8 new files (4 components + CSS)
  2. refactor(landing): update hero, download, enterprise, footer, and nav sections — revised copy & layout
  3. refactor(landing): update showcase components and data — refreshed showcase cards
  4. refactor(landing): restructure page layout and remove unused sections — barrel + page rewiring
  5. feat(cli): add cross-platform path encoding and scanner improvements — Windows path support
  6. feat(parser): add path encoding utilities and update JSONL reader — web-side path encoding
  7. test: update CLI and parser tests for path encoding — Windows round-trip tests
  8. docs: update PRD and add planning/messaging artifacts

Test Plan

  • TypeScript compiles without errors (tsc --noEmit)
  • All 1161 tests pass
  • Manual verification of landing page flow
  • Verify CLI scanner on Windows paths

Generated with Claude Code using /ship-it

sungmanch and others added 8 commits February 13, 2026 10:55
Add ProblemValidation, SocialProofBar, SolutionSection, and TrustPrivacy
components with accompanying CSS modules to strengthen the landing page
value proposition and conversion flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… sections

Revise existing landing components to align with the new messaging
strategy — updated copy, refined layout, and improved visual hierarchy.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Refine showcase cards (anti-pattern, strength, weekly) with updated
content and styling to match the redesigned landing page tone.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Remove PatternExampleCard and PhilosophySection (replaced by new
messaging sections). Update barrel exports and LandingPage layout
to wire up the redesigned section flow.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Introduce path-encoding utility for consistent Unix/Windows path
handling. Update project-name-resolver with fuzzy matching and
improve scanner sources for broader Claude session discovery.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add web-side path-encoding module (mirrors CLI path-encoding) and
update JSONL reader to use cross-platform decode for Windows support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Add Windows path encoding/decoding tests, round-trip verification,
and update project-name-resolver tests for cross-platform support.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Update PRD with latest product direction. Add landing page messaging
guide, privacy/open-source strategy plan, and social media post drafts.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel bot commented Feb 13, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
no-more-ai-slop Ready Ready Preview, Comment Feb 13, 2026 1:59am

Request Review

@sungmanch
Copy link
Copy Markdown
Collaborator Author

Code Review

No issues found. All 5 review dimensions passed:

  • CLAUDE.md compliance: All code, comments, and variable names in English. No fallback policy violations.
  • Bug scan: No logic errors, missing null checks, or security vulnerabilities detected.
  • Git history: Changes build cleanly on recent scanner/discovery refactor. No reversions or conflicts.
  • Comment compliance: All inline comments in English, no stale TODOs or commented-out code.
  • Past PR patterns: No recurring issues from previous PRs.

Observations (informational, not blocking):

Generated with Claude Code

If useful, react with a thumbs-up. Otherwise, thumbs-down.

@sungmanch sungmanch merged commit 4c876ab into main Feb 13, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant