Feat/Hubの移行に伴うコード整理#434
Conversation
…page The Selection Command Hub app has migrated to a new repository (selection-command-hub) with a new architecture. packages/hub now only needs to host public/data/ai-services.json for the AiPrompt command and serve the e2e test page used by packages/extension's Playwright suite, so all other pages, components, features, and data have been removed. The extension's MyCommands widget (command_hub.tsx) only worked by injecting into hub pages that are now deleted, so it has been removed along with its manifest.json content_script entry and build config references. AGENTS.md and README.md have been updated to reflect the reduced scope. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
レビュー概要このPRは、コマンド共有プラットフォームとしてのフル機能が新リポジトリ( 一方で、実際にファイルツリーを辿って参照関係を確認したところ、いくつか見落としと思われる箇所がありました。 🐛 バグ・要修正1. <Link href={`/${lang}`} className={commonCss.hover}>このPRで 🧹 クリーンアップ漏れ(このPRの趣旨と矛盾する残存コード)2. 各言語ファイルには 3.
4. これを参照していた privacy/terms/cookie/uninstall 系ページがすべて削除されたため、 💡 軽微な指摘5. GA連携スクリプト( ✅ 良かった点
テストカバレッジについて今回は機能削除が主体のPRのため新規テストは不要ですが、上記1(リンク切れ)のような「削除漏れ」は自動テストで検知しにくい種類の不具合です。可能であれば、 |
Fix the Header logo linking to a now-deleted route (404), trim locale dictionaries down to the keys actually consumed by the reduced hub app, drop dead code from useLocale and const.ts left over from the feature removal, and stop showing a Footer "Last Updated" date that was frozen to a stub value after GA integration was removed. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #434 +/- ##
==========================================
+ Coverage 30.11% 39.29% +9.17%
==========================================
Files 322 237 -85
Lines 33435 25291 -8144
Branches 1955 1849 -106
==========================================
- Hits 10070 9938 -132
+ Misses 23365 15353 -8012 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
レビュー概要このPRは、
全体として意図が明確で、削除漏れ・参照切れも見当たらない、質の高い整理コミットだと思います。以下、確認した点と気になった点を記載します。 良い点
気になった点1.
|
No description provided.