remove some local pathing to prevent confusion later

This commit is contained in:
Jacob Dubin
2026-04-26 06:13:21 -05:00
parent 527ddb1bfc
commit 88186610c3
4 changed files with 8 additions and 8 deletions

View File

@@ -4,7 +4,7 @@ Prepare OpenJibo for a lightweight v1 cloud deployment and the cleanest practica
Current repo context:
- workspace root: `C:\Projects\JiboExperiments\OpenJibo`
- workspace root: `.\OpenJibo`
- the current `.NET` cloud is the target runtime
- the Node server remains a discovery oracle and fallback
- latest live-test guidance is in:

View File

@@ -4,7 +4,7 @@ Improve the OpenJibo `.NET` speech-to-text path for live robot testing.
Current repo context:
- workspace root: `C:\Projects\JiboExperiments\OpenJibo`
- workspace root: `.\OpenJibo`
- current live captures from `2026-04-18` showed that some turns succeeded, but many buffered-audio turns failed before producing a usable transcript
- the current local `.NET` STT path is in:
- `src/Jibo.Cloud/dotnet/src/Jibo.Cloud.Infrastructure/Audio/LocalWhisperCppBufferedAudioSttStrategy.cs`