Commit b45bee1
committed
docs(runtime): document host mode-info contract for registry convergence
Summary:
Update runtime module documentation to match the new host mode-info contract used for registry synchronization and additive runtime capability derivation.
Why:
The implementation now relies on the richest available host ServerModeInfo snapshot so backend Rust can preserve dedicated embedding-sidecar facts during runtime-registry convergence. The README contracts needed to reflect that supported path and warn against narrower core-gateway-only sync flows.
What changed:
- document in crates/pantograph-embedded-runtime/src/README.md that hosts with extra producer facts should pass a richer ServerModeInfo snapshot into the hosted runtime constructor
- document that registry reconciliation should consume the richest available producer snapshot contract instead of bypassing it with a narrower core-gateway-only helper
- document in src-tauri/src/llm/README.md that Tauri registry synchronization must use the richer wrapper mode_info() payload so embedding-sidecar facts are preserved
Verification:
- documentation-only change reviewed against the current runtime and registry implementation1 parent 256c0ba commit b45bee1
2 files changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
159 | 163 | | |
160 | 164 | | |
161 | 165 | | |
| |||
184 | 188 | | |
185 | 189 | | |
186 | 190 | | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
187 | 196 | | |
188 | 197 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 | | |
121 | 124 | | |
122 | 125 | | |
| |||
0 commit comments