We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b67b88 commit 8ed2e6fCopy full SHA for 8ed2e6f
1 file changed
AGENTS.md
@@ -27,6 +27,8 @@ This is the `opencode-pty` project, an OpenCode plugin providing interactive pse
27
- **Format**: `bun format` or `biome format .`
28
- **Format fix**: `bun format:fix` or `biome format --write .`
29
30
+**Note:** If bun commands fail (e.g., due to dynamic linking issues on NixOS), use the direct biome commands.
31
+
32
### Running Single Tests
33
To run a specific test file: `bun test path/to/test.ts`
34
0 commit comments