Ullrich Schäfer
dd06d2f231
Add all native dependencies for remaining phases
...
Batch-install native modules to minimize EAS build credits:
- @maplibre/maplibre-react-native — map view for routes (Phase 3)
- @sentry/react-native — crash reporting and error tracking
- expo-sqlite — offline route storage (Phase 5)
- expo-notifications — push notifications (Phase 7)
- expo-location — GPS for activity recording (future)
All registered as Expo config plugins. Requires one new EAS build
to include the native modules.
Also:
- Use npx eas-cli in build scripts (not global eas)
- Add pnpm dev:ios / dev:android root scripts using eas build:dev
- Fix expo-doctor: add expo-constants, expo-linking, dedupe react
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-13 01:49:40 +02:00
Ullrich Schäfer
ef130b4b11
Add /deploy-status command
...
Shows deployed container versions, latest CD run SHA, and health check
for both apps.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 03:25:18 +01:00
Ullrich Schäfer
4fac18c165
Add crit command and skill for inline code review
...
Sourced from https://github.com/tomasz-tomczyk/crit/tree/main/integrations/claude-code
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 12:31:08 +01:00
Ullrich Schäfer
b4c0ee954d
Add cmux skills (browser, debug-windows, markdown, core)
...
Skills for cmux terminal integration: browser automation for visual
verification, debug windows, markdown viewer, and core topology control.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 12:25:54 +01:00
Ullrich Schäfer
da2f3c04ba
Add OpenSpec phase-1-mvp change with full specifications
...
OpenSpec initialized with Claude Code integration. Created phase-1-mvp
change with all artifacts:
- proposal.md: 9 new capabilities covering Planner, Journal, and infrastructure
- design.md: 8 technical decisions with alternatives considered
- specs/: 9 capability specs with testable WHEN/THEN scenarios
- planner-session, brouter-integration, map-display
- journal-auth, route-management, planner-journal-handoff
- activity-feed, shared-packages, infrastructure
- tasks.md: 11 task groups, 74 implementation tasks
Ready for implementation via /opsx:apply
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 11:35:21 +01:00