opencode/packages/app/AGENTS.md

14 lines
329 B
Markdown
Raw Normal View History

2026-01-02 01:11:42 +08:00
## Debugging
2026-01-04 10:56:47 +08:00
- To test the opencode app, use the playwright MCP server, the app is already
2026-01-02 02:58:01 +08:00
running at http://localhost:3000
2026-01-02 01:11:42 +08:00
- NEVER try to restart the app, or the server process, EVER.
2026-01-02 01:11:42 +08:00
## SolidJS
2026-01-02 01:11:42 +08:00
- Always prefer `createStore` over multiple `createSignal` calls
2026-01-02 01:11:42 +08:00
## Tool Calling
2026-01-02 01:11:42 +08:00
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.