chore: clear svelte-check errors + document scene-scope pattern

- `app-registry/types.ts` now includes `tips` in the inline help shape,
  matching `ModuleHelp` and what `AppPage.svelte` actually renders.
  Drops 3 recurring type errors.
- `event-scout` template's `{ kind: 'daily' }` cadence now carries the
  required `atHour` / `atMinute` fields (daily 08:00). Drops the 4th
  type error — svelte-check is clean.
- `apps/mana/CLAUDE.md` gains a "Scene Scope" section documenting the
  pattern: wire `filterBySceneScopeBatch` in the query AND render
  `<ScopeEmptyState>` from the empty branch, so users always see why
  the list is empty.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Till JS 2026-04-18 17:24:52 +02:00
parent e813401dc0
commit cd594509b2
3 changed files with 27 additions and 1 deletions

View file

@ -85,7 +85,7 @@ du entscheidest was in deinen Kalender kommt.
**Voraussetzung:** Mindestens eine Region und Interessen muessen im Events-Modul
unter dem Tab "Entdecken" eingerichtet sein.`,
cadence: { kind: 'daily' },
cadence: { kind: 'daily', atHour: 8, atMinute: 0 },
startPaused: true,
},
],