Skip to content

Commit c6e8493

Browse files
beastoinclaude
andcommitted
Add skill references for app and desktop flows in AGENTS.md
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 932754d commit c6e8493

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

AGENTS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Key rules:
8888
- Use `AGENT_FLUTTER_LOG` pointing to flutter run stdout (not logcat) for auto-detect.
8989
- Prefer `find type X` or `find key "name"` over hardcoded `@ref` for stability.
9090
- When adding interactive widgets, use `Key('descriptive_name')` for agent discoverability.
91-
- E2E reference flows: `app/e2e/` (navigation, settings, tabs, language change).
91+
- App flows & exploration skill: See `app/e2e/SKILL.md` for navigation architecture, widget patterns, and reference flows.
9292
- Full command reference: `agent-flutter schema` or `agent-flutter --help`.
9393

9494
### Desktop (macOS)
@@ -117,6 +117,7 @@ Key rules:
117117
- 15 commands: `doctor`, `connect`, `disconnect`, `status`, `snapshot`, `press`, `click`, `fill`, `get`, `find`, `screenshot`, `is`, `wait`, `scroll`, `schema`.
118118
- Works with any macOS app (SwiftUI, AppKit, Electron) — zero app-side setup.
119119
- Dev bundle ID: `com.omi.desktop-dev`. Prod: `com.omi.computer-macos`.
120+
- App flows & exploration skill: See `desktop/e2e/SKILL.md` for navigation architecture, interaction patterns, and reference flows.
120121
- Full command reference: `agent-swift --help` or `agent-swift schema`.
121122

122123
## Formatting

0 commit comments

Comments
 (0)