Skip to content

feat: add agent-device flows for key Inbox Sentry spans#48

Closed
BartekObudzinski wants to merge 1 commit into
mainfrom
feat/agent-device-flows
Closed

feat: add agent-device flows for key Inbox Sentry spans#48
BartekObudzinski wants to merge 1 commit into
mainfrom
feat/agent-device-flows

Conversation

@BartekObudzinski
Copy link
Copy Markdown

Summary

  • Adds six composable agent-device .ad flows under .claude/skills/agent-device/flows/ that reproduce and tag the most important Inbox-level Sentry spans:
    • switch-home-to-inbox.ad -> ManualNavigateToInboxTab
    • switch-home-to-reports.ad -> ManualNavigateToReports
    • open-search-router.ad -> ManualOpenSearchRouter
    • send-message.ad -> ManualSendMessage
    • open-create-expense.ad -> ManualOpenCreateExpense
    • leave-create-expense.ad -> helper that returns via the header chevron
  • Each flow declares @desc, @pre, @post, @tag metadata so the agent can match snapshots and chain flows automatically.
  • Every span-triggering flow is tagged with @span <SpanName> so performance tooling can discover the reproduction path by grep.
  • Updates the flows README.md index with the new entries.

Test plan

  • Replay each flow on iOS simulator from the matching @pre state.
  • Verify each @post selector resolves after replay.
  • Confirm the associated Sentry span fires (e.g. via measure-span).

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 21, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: c789a07e-b48b-4d8f-a9a3-4725be3a3c2e

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/agent-device-flows

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@BartekObudzinski
Copy link
Copy Markdown
Author

not here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant