chore: Conflict in AGENTS.md

This commit is contained in:
jamesread 2025-10-30 12:57:59 +00:00
parent 7a1c4d3efa
commit a8f5e25454
1 changed files with 1 additions and 1 deletions

View File

@ -64,6 +64,6 @@ If you are looking for OliveTin's AI policy, you can find it in `AI.md`.
### Troubleshooting ### Troubleshooting
- API tests failing with content-type errors: ensure Connect handler is served under `/api/` and the client targets that base URL. - API tests failing with content-type errors: ensure Connect handler is served under `/api/` and the client targets that base URL.
- Executor panics: check for nil `Binding/Action` and add guards in step functions. - Executor panics: check for nil `Binding/Action` and add guards in step functions.
- Integration timeouts: wait for `initial-marshal-complete` and use selectors matching the Vue UI. - Integration timeouts: wait for `loaded-dashboard` and use selectors matching the Vue UI.