Skip to content

Commit 3a678cf

Browse files
chore: Add AGENT.md for pyright-scip development instructions
1 parent beb19c9 commit 3a678cf

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

packages/pyright-scip/AGENT.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)