Removing old code. Updated dev/test doc.

This commit is contained in:
Scott Idem
2026-03-17 13:20:26 -04:00
parent adef935188
commit ce09dcd09b
11 changed files with 3 additions and 20 deletions

View File

@@ -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.