improve: DX, SEO, and repo hygiene#17
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
94daf12 to
8878fdd
Compare
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (5 files)
Previous Review Summary (commit 8878fdd)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 8878fdd)Status: No Issues Found | Recommendation: Merge Files Reviewed (6 files)
Reviewed by laguna-m.1-20260312:free · Input: 146.1K · Output: 6.1K · Cached: 613.9K |
- Remove console.log debug statements from production code - Fix OG/Twitter meta URLs (devutils.app -> devutils-one.vercel.app) - Replace hardcoded 'Last updated' date with dynamic app version from package.json - Bump version to 1.0.0 - Move capture-website and sharp to devDependencies (build-time only) - Add vite define for __APP_VERSION__ global - Add CONTRIBUTING.md with full dev setup and tool authoring guide - Add 10 GitHub topics for discoverability
8878fdd to
c3dcab7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes
Bug fixes
console.logdebug statements from production code (App.tsx)devutils.app→devutils-one.vercel.app)DX improvements
Last updated: Jul 23, 2025in sidebar footer with dynamicv{__APP_VERSION__}linked to GitHub releases0.0.0→1.0.0capture-websiteandsharpfromdependencies→devDependencies(they're only used by screenshot scripts, not the app)Repo improvements
CONTRIBUTING.mdwith dev setup, tool conventions, and PR processdeveloper-tools,devtools,react,typescript,privacy,offline,browser-tools,utilities,vite,tailwindcss)