Skip to content

Commit b295d14

Browse files
committed
config
1 parent c193879 commit b295d14

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

.webmux.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ profiles:
3535
kind: agent
3636
focus: true
3737
yolo: true
38+
systemPrompt: >
39+
IMPORTANT: Read docs/autonomous-mode.md before starting any work.
3840
full:
3941
runtime: host
4042
envPassthrough: []
@@ -55,6 +57,7 @@ profiles:
5557
Backend port: ${PORT}. Frontend port: ${FRONTEND_PORT}.
5658
Start the backend with: source "$(git rev-parse --git-dir)/webmux/runtime.env" && cd backend && bun run dev
5759
Start the frontend with: source "$(git rev-parse --git-dir)/webmux/runtime.env" && cd frontend && bun run dev
60+
IMPORTANT: Read docs/autonomous-mode.md before starting any work.
5861
yolo: true
5962
sandbox:
6063
runtime: docker

docs/autonomous-mode.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,7 @@ Even in autonomous mode, **enter plan mode before starting non-trivial work**:
1515

1616
After code changes compile and type-check, verify the feature works:
1717

18-
1. **Check frontend logs** (`tmux capture-pane -t .1 -p -S -50`) — confirm no build errors
19-
2. **Check backend** — the backend runs on the main worktree; verify API responses with `curl`
20-
3. **Test the UI flow** in the browser or with Playwright screenshots
21-
4. **Test edge cases**: empty states, error states, loading states
22-
23-
## End-of-Task Summary
24-
25-
When done, provide:
18+
When done, open a PR directly, then provide:
2619

2720
- What was changed and why (files modified, approach taken)
2821
- What checks passed (`bun run check` in frontend, etc.)

0 commit comments

Comments
 (0)