Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .claude/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ When creating or modifying any page, module, or data:
- Reuse existing components, functions, and translation keys
- Create shared utilities when patterns emerge

### Type Safety & Schema Alignment
- **Manifest type definitions:** Always ensure that `src/types/manifests.ts` stays in one-to-one correspondence with the JSON schemas in `manifests/$schemas/`
- When modifying schema files, update the corresponding TypeScript types accordingly
- When adding new types, verify they match the schema structure exactly
- Maintain consistency between schema definitions and type definitions to prevent runtime errors

## Metadata & SEO

- **File-based OG images:** Use `opengraph-image.tsx` files for all routes, NOT code-based image paths
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
scripts/validated-urls.log
scripts/temp

# local env files
.env*.local
Expand Down Expand Up @@ -52,4 +53,5 @@ __pycache__/
*.pyo

#prompts
.prompts
.prompts
data/changelogs.csv
184 changes: 0 additions & 184 deletions scripts/temp-fill-benchmarks.mjs

This file was deleted.

Loading