feat(companion): add platform bootstrap helper

This commit is contained in:
William Valentin
2026-02-16 18:34:57 -08:00
parent 97afc39e01
commit 4d29c381f7
6 changed files with 60 additions and 1 deletions
@@ -118,7 +118,9 @@ describe('platform clients integration', () => {
await client.connect();
try {
await client.register();
const boot = await client.bootstrap();
expect(boot.register.registered).toBe(true);
expect(boot.capabilities.node.id).toBe('macos-e2e');
const status = await client.setStatus({
appVersion: '1.0.0',
statusText: 'menu-bar-active',