A standalone visionOS 1.0 app that renders the full Hive org hierarchy — Workspace → Initiative → Milestone → Feature → Task — as world-anchored RealityKit entities at five simultaneous Z-depths.
- Xcode 15.2+
- visionOS SDK 1.0+
- Apple Vision Pro or visionOS Simulator
The app reads the Hive JWT token from the shared keychain access group 8297M44YTW.sphinxV2SharedItems, written by the Sphinx iOS app. If no token is found, a recovery screen prompts the user to sign in via the iOS app.
SphinxVision/
Auth/ — HiveTokenStore: reads token from shared keychain
Models/ — Workspace, Initiative, Milestone, HiveFeature, WorkspaceTask, PaginationInfo
Networking/ — HiveAPIClient (live), MockHiveAPIClient (tests/previews)
ImmersiveCanvas/ — RealityKit scene, flight controller, hover cards, node views
- Pinch a node to fly forward into its Z-depth layer
- Back button (bottom ornament) to fly back to the previous layer
- All 5 layers are simultaneously visible at decreasing opacity (1.0 → 0.4)
| Layer | Z (metres) | Opacity |
|---|---|---|
| Workspace | −10 | 1.00 |
| Initiative | −25 | 0.85 |
| Milestone | −40 | 0.70 |
| Feature | −55 | 0.55 |
| Task | −70 | 0.40 |
com.gl.sphinx.vision — Team ID: 8297M44YTW