Removing old code. Updated dev/test doc.
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
|
||||
### Required Checks
|
||||
1. **Svelte Integrity:** `npx svelte-check`
|
||||
- **Zero Tolerance Policy:** If a task introduces even a single svelte-check warning or error, it must not be merged. All warnings must be resolved before code review or merge. This prevents the "circle-running" and technical debt that results from ignoring warnings.
|
||||
2. **Type Safety:** Ensure interfaces in `src/lib/types/ae_types.ts` match backend schemas.
|
||||
3. **Reactivity Check:** Verify Svelte 5 runes (`$state`, `$derived`) are not creating race conditions with Dexie `liveQuery`.
|
||||
4. **Build Check:** For major changes, run `npm run build:staging` to ensure no SSR or build-time failures.
|
||||
|
||||
Reference in New Issue
Block a user