2026-01-02 01:11:42 +08:00
|
|
|
## Debugging
|
2025-09-15 15:28:08 +08:00
|
|
|
|
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.
|
2025-09-15 15:28:08 +08:00
|
|
|
|
2026-01-02 01:11:42 +08:00
|
|
|
## SolidJS
|
2025-09-15 15:28:08 +08:00
|
|
|
|
2026-01-02 01:11:42 +08:00
|
|
|
- Always prefer `createStore` over multiple `createSignal` calls
|
2025-09-15 15:28:08 +08:00
|
|
|
|
2026-01-02 01:11:42 +08:00
|
|
|
## Tool Calling
|
2025-09-15 15:28:08 +08:00
|
|
|
|
2026-01-02 01:11:42 +08:00
|
|
|
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
|