Document local cloud startup and harden persistence

This commit is contained in:
Jacob Dubin
2026-05-25 00:30:41 -05:00
parent c36a01b142
commit 4e816e175a
17 changed files with 517 additions and 9 deletions

View File

@@ -2,6 +2,12 @@
These scripts help exercise the new .NET hosted cloud locally.
- `Start-OpenJiboDotNet.ps1`
Starts the current `.NET` cloud with local capture directories configured.
- `Start-OpenJiboNode.ps1`
Starts the legacy Node protocol oracle from `src/Jibo.Cloud/node`.
- `Start-OpenJiboPlayground.ps1`
Starts the direct local Jibo ASR/TTS Playground demo.
- `Invoke-CloudSmoke.ps1`
Runs a few quick HTTP checks against a local OpenJibo cloud instance.
- `Invoke-ProtocolFixture.ps1`
@@ -26,3 +32,5 @@ These scripts help exercise the new .NET hosted cloud locally.
Bash summary helper for captured websocket telemetry and exported fixtures.
- `import-websocket-capture-fixture.py`
Cross-platform import/sanitization helper for exported websocket fixtures.
See [docs/local-cloud-quickstart.md](../../docs/local-cloud-quickstart.md) for the full local setup guide.