We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent beb19c9 commit 3a678cfCopy full SHA for 3a678cf
1 file changed
packages/pyright-scip/AGENT.md
@@ -0,0 +1,22 @@
1
+# Agent Instructions for pyright-scip
2
+
3
+## Development Commands
4
5
+### Testing
6
+- `npm test` - Run Jest tests
7
+- `npm run check-snapshots` - Check snapshot tests
8
+- `npm run update-snapshots` - Update snapshot tests
9
10
+### Building
11
+- `npm run webpack` - Development build
12
+- `npm run build` - Production build
13
+- `npm run watch` - Development build with watch mode
14
15
+### Linting and Formatting
16
+- `npm run fix:prettier` - Fix prettier formatting issues
17
+- `npm run fix:eslint` - Fix ESLint issues
18
19
+## Code Style
20
+- Follow existing TypeScript patterns in the codebase
21
+- Use the Sourcegraph ESLint config and Prettier config
22
+- When modifying pyright-internal code, keep changes minimal and add `NOTE(scip-python):` prefix to comments
0 commit comments