chore: add AUR automation scaffolding

This commit is contained in:
Benjamin Shafii
2026-01-23 00:07:30 -08:00
parent 471ff35908
commit 895d9536c9
6 changed files with 223 additions and 0 deletions

View File

@@ -140,6 +140,19 @@ pnpm build:ui
pnpm test:e2e
```
## Troubleshooting
### Linux / Wayland (Hyprland)
If OpenWork crashes on launch with WebKitGTK errors like `Failed to create GBM buffer`, disable dmabuf or compositing before launch. Try one of the following environment flags.
```bash
WEBKIT_DISABLE_DMABUF_RENDERER=1 openwork
```
```bash
WEBKIT_DISABLE_COMPOSITING_MODE=1 openwork
```
## Security Notes
- OpenWork hides model reasoning and sensitive tool metadata by default.