chore: archive v1.0 phase directories

This commit is contained in:
2026-03-24 09:46:00 +01:00
parent 3a771ba7cd
commit 439d0e950d
35 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# Deferred Items - Phase 01
## Pre-existing Lint Errors (Out of Scope)
Discovered during 01-01 execution. These exist in the codebase prior to any changes made in this plan.
1. **badge.tsx:48** - `react-refresh/only-export-components` - exports non-component (badgeVariants)
2. **button.tsx:64** - `react-refresh/only-export-components` - exports non-component (buttonVariants)
3. **sidebar.tsx:609** - `react-hooks/purity` - Math.random() called in render via useMemo
4. **sidebar.tsx:723** - `react-refresh/only-export-components` - exports non-components
5. **useBudgets.ts:80** - `react-hooks/rules-of-hooks` - Hook called in non-hook function