From 828bb301d6d8b9bfcd77071b186a8d8df1670f04 Mon Sep 17 00:00:00 2001 From: Nico Date: Sat, 14 Feb 2026 00:49:19 -0800 Subject: [PATCH] document scoped-commit boundary for local group settings edits --- docs/05_REFACTOR_2.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/05_REFACTOR_2.md b/docs/05_REFACTOR_2.md index 2edbf5a..a49109b 100644 --- a/docs/05_REFACTOR_2.md +++ b/docs/05_REFACTOR_2.md @@ -73,6 +73,7 @@ Primary outcomes: - `react-hooks/purity` - `react-hooks/set-state-in-effect` - Fixed a real hook-order violation in `apps/web/components/group-settings-content.tsx` by moving the keyboard-listener `useEffect` above the early `return`. + - Note: this file currently contains broader pre-existing local edits; to avoid bundling unrelated work, the hook-order adjustment is left as a workspace-local change and was not included in path-scoped commit `1f140b6`. - Removed forbidden legacy dynamic route path under `app/groups` to satisfy repo policy script: - Deleted `apps/web/app/groups/[id]/settings/page.tsx`. - Removed empty directory `apps/web/app/groups/[id]`.