2. Fix type errors:
- Update affected components to handle new schema types
- Follow project type safety rules (no
ascasting)
3. Add tests:
- Create or update test files for modified schemas
- Verify both old and new formats parse successfully
4. Verify and commit:
- Run
pnpm typecheck(must pass) - Run
pnpm test(must pass) - Run
pnpm fix - Commit changes
5. Create PR:
- Push branch
- Create draft PR with summary of schema changes
Source: d-kimuson/claude-code-viewer — distributed by TomeVault.