agent-orchestrator/packages/mobile
suraj-markup f3944b5f15 fix(mobile): address PR review comments and lint CI failure
- Exclude packages/mobile/** from root eslint config (mobile uses Expo/CJS toolchain)
- Align TERMINAL_STATUSES and NON_RESTORABLE_STATUSES with packages/core/src/types.ts
- Fix isRestorable() to use isTerminal() check matching core logic
- Change notification trigger from null to { seconds: 1 } for Android background task compat
- Add isPRRateLimited guard to merge button to prevent merge when API rate limited
- Await scheduleNotification in background task to ensure notifications are delivered

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 03:06:33 +05:30
..
assets chore(mobile): update app icons and splash screen with Agent Orchestrator branding 2026-03-03 02:38:17 +05:30
src fix(mobile): address PR review comments and lint CI failure 2026-03-03 03:06:33 +05:30
.gitignore feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
app.json feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
babel.config.js feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
eas.json feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
index.js feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
metro.config.js feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
package.json feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30
tsconfig.json feat(mobile): add React Native app for monitoring AO sessions 2026-03-03 01:34:45 +05:30