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]`.