Skip to content

Commit f441c60

Browse files
committed
docs: register experimental mobile shell repo
1 parent 93e70d7 commit f441c60

3 files changed

Lines changed: 25 additions & 14 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ architecture, deployment, and verification flow.
99

1010
## Component repos
1111

12-
- `hestia-shell` — QML shell surface, orb, drawers, assistant UI state.
12+
- `hestia-mobile-shell` — experimental PureOS/Phosh AI-primary mobile visual layer.
13+
- `hestia-shell` — desktop/laptop QML shell surface and reference assistant UI model.
1314
- `hestia-ai-bridge` — phone-local AI socket and assistant event bus.
1415
- `unmute-streaming-client` — phone microphone/speaker realtime voice client.
1516
- `unmute` — backend realtime voice/STT/TTS service on inference hardware.

docs/plans/mobile-ai-primary-ui.md

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -125,22 +125,16 @@ When the user explicitly wants normal apps:
125125

126126
## Recommended repo decision
127127

128-
Create a separate repo when implementation starts:
128+
Implementation has started in a separate repo:
129129

130130
```text
131131
Code4me2/hestia-mobile-shell
132+
https://github.com/Code4me2/hestia-mobile-shell
132133
```
133134

134-
Alternative names:
135+
`hestia-mobile-shell` is the mobile-native AI-primary visual layer for PureOS/Phosh. The scope is broader than a single app, but it remains clearly separate from desktop `hestia-shell`.
135136

136-
```text
137-
Code4me2/hestia-mobile-ui
138-
Code4me2/hestia-phosh-shell
139-
```
140-
141-
Recommendation: use `hestia-mobile-shell` because the scope is broader than a single app, but still clearly separate from desktop `hestia-shell`.
142-
143-
`hestia-mobile` remains the integration/meta repo and should reference this future repo in `mobile-stack.json` once created.
137+
`hestia-mobile` remains the integration/meta repo and now references this experimental repo in `mobile-stack.json`.
144138

145139
## What to keep from current work
146140

mobile-stack.json

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@
99
"branch": "main",
1010
"owner": "integration"
1111
},
12+
"hestia-mobile-shell": {
13+
"path": "/home/purism/projects/ai-phone-review/hestia-mobile-shell",
14+
"remote": "git@github.com:Code4me2/hestia-mobile-shell.git",
15+
"branch": "main",
16+
"owner": "mobile-shell-ui",
17+
"status": "experimental"
18+
},
1219
"hestia-shell": {
1320
"path": "/home/purism/projects/ai-phone-review/hestia-shell",
1421
"remote": "git@github.com:Code4me2/hestia-shell.git",
@@ -56,9 +63,18 @@
5663
"voice_output_device": 11
5764
},
5865
"health_policy": {
59-
"unmute_required_true": ["stt_up", "tts_up", "llm_up", "ok"],
60-
"unmute_non_blocking_false": ["voice_cloning_up"],
61-
"bridge_required_true": ["orchestrator_online"],
66+
"unmute_required_true": [
67+
"stt_up",
68+
"tts_up",
69+
"llm_up",
70+
"ok"
71+
],
72+
"unmute_non_blocking_false": [
73+
"voice_cloning_up"
74+
],
75+
"bridge_required_true": [
76+
"orchestrator_online"
77+
],
6278
"orchestrator_required_status": "healthy"
6379
}
6480
}

0 commit comments

Comments
 (0)