Skip to content

Commit 9f875c1

Browse files
authored
Update GEMINI.md
1 parent f1f00b2 commit 9f875c1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GEMINI.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ Adaptive-Graph-of-Thoughts-MCP-server
1313
- Prefer functional programming paradigms where appropriate.
1414
- All code should be compatible with TypeScript 5.0 and Node.js 18+.
1515

16+
## Building and running:
17+
18+
- Before submitting any changes, it is crucial to validate them by running the full preflight check. This command will build the repository, run all tests, check for type errors, and lint the code.
19+
20+
To run the full suite of checks, execute the following command:
21+
```
22+
npm run preflight
23+
```
24+
This single command ensures that your changes meet all the quality gates of the project. While you can run the individual steps (build, test, typecheck, lint) separately, it is highly recommended to use npm run preflight to ensure a comprehensive validation.
25+
1626
## Coding Style:
1727

1828
- Use 2 spaces for indentation.

0 commit comments

Comments
 (0)