mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-02 07:03:45 +00:00
14 lines
329 B
Markdown
14 lines
329 B
Markdown
## Debugging
|
|
|
|
- To test the opencode app, use the playwright MCP server, the app is already
|
|
running at http://localhost:3000
|
|
- NEVER try to restart the app, or the server process, EVER.
|
|
|
|
## SolidJS
|
|
|
|
- Always prefer `createStore` over multiple `createSignal` calls
|
|
|
|
## Tool Calling
|
|
|
|
- ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE.
|