feat(companion): add mobile runtime skeleton shell templates
This commit is contained in:
@@ -1,11 +1,12 @@
|
||||
# Flynn Companion ios Shell Template
|
||||
# Flynn Companion iOS Shell Template
|
||||
|
||||
This directory contains a generated starter template for a ios companion shell.
|
||||
This directory contains a generated starter template for an iOS companion shell.
|
||||
|
||||
Files:
|
||||
- `companion.bootstrap.json`: resolved Flynn companion bootstrap contract
|
||||
- `CompanionBootstrap.swift`: platform-native starter model/wrapper snippet
|
||||
- `CompanionBootstrap.swift`
|
||||
- `IOSCompanionRuntime.swift`
|
||||
|
||||
Notes:
|
||||
- These templates are intentionally minimal and should be integrated into your app project.
|
||||
- Runtime transport should use Flynn gateway JSON-RPC node methods (`node.register`, `node.status.set`, `node.location.set`, `node.push_token.set`).
|
||||
- Runtime transport should use Flynn gateway JSON-RPC node methods (`node.register`, `node.status.set`, `node.location.set`, `node.push_token.set`, `agent.send`).
|
||||
|
||||
Reference in New Issue
Block a user