feat(companion): add mobile runtime skeleton shell templates
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# Flynn Companion macos Shell Template
|
||||
# Flynn Companion macOS Shell Template
|
||||
|
||||
This directory contains a generated starter template for a macos companion shell.
|
||||
This directory contains a generated starter template for a macOS companion shell.
|
||||
|
||||
Files:
|
||||
- `companion.bootstrap.json`: resolved Flynn companion bootstrap contract
|
||||
- `MenuBarCompanion.swift`: platform-native starter model/wrapper snippet
|
||||
- `MenuBarCompanion.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`).
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"schemaVersion": 1,
|
||||
"generatedAt": "2026-02-27T04:50:38.373Z",
|
||||
"generatedAt": "2026-02-27T04:56:19.684Z",
|
||||
"gateway": {
|
||||
"url": "ws://127.0.0.1:18800"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user