loader.ts imports schemas from content.ts but they were defined in schemas.ts. Add re-exports to fix Rollup build resolution. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- credits: fix mobile import paths (./operations → ../operations) - feedback: fix createFeedbackService import (./feedback → ./api), recover missing types.ts from git history - help: add package files (were untracked after consolidation) - Update lockfile after package restructuring All packages pass tsc --noEmit (excluding expected .svelte imports). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>