feat(companion): add mobile runtime skeleton shell templates

This commit is contained in:
William Valentin
2026-02-26 20:56:43 -08:00
parent d303869866
commit 078c3799ce
20 changed files with 690 additions and 54 deletions
+5 -4
View File
@@ -1,11 +1,12 @@
# Flynn Companion android Shell Template
# Flynn Companion Android Shell Template
This directory contains a generated starter template for a android companion shell.
This directory contains a generated starter template for an Android companion shell.
Files:
- `companion.bootstrap.json`: resolved Flynn companion bootstrap contract
- `CompanionBootstrap.kt`: platform-native starter model/wrapper snippet
- `CompanionBootstrap.kt`
- `AndroidCompanionRuntime.kt`
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`).