Skip to content

Commit 9f0be4a

Browse files
committed
AI prompt extension
1 parent 89dda2e commit 9f0be4a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

GEMINI.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ It is a **TypeScript** project built with **Vite**.
6060
- `public/`: Static assets
6161
- `dist/`: Build output
6262

63+
## Context info for tools
64+
see docs/index.md for more context about the tools.
65+
6366
## Coding Conventions
6467

6568
### TypeScript
@@ -78,11 +81,14 @@ It is a **TypeScript** project built with **Vite**.
7881
- Component files should be descriptive.
7982

8083
### Build & Scripts
84+
never use npm we use pnpm.
85+
use tsc for error checking no full build.
86+
8187
- `pnpm dev`: Start development server.
8288
- `pnpm build`: Build for production.
8389
- `pnpm format`: Format code using Prettier.
8490

8591
## General Guidelines
86-
- Ensure all code is compatible with modern browsers (ES2022).
92+
- Ensure all code is compatible with modern browsers.
8793
- This is a browser-only toolkit; avoid Node.js specific APIs in client-side code.
8894
- When adding a new tool, ensure it has a corresponding entry in `src/tools` and `src/pages`.

0 commit comments

Comments
 (0)