Files
openhuman/src
sanil-23andGitHub f5b66de2f1 fix: unwrap API envelope in memory tauriCommands and fix file path scope (#172)
After the controller registry migration (#138), memory RPC methods
return ApiEnvelope responses but the frontend expected flat data.
This caused "map is not a function" errors on the Intelligence page.

- Unwrap envelope in memoryListDocuments, memoryListNamespaces,
  aiListMemoryFiles, and aiReadMemoryFile in tauriCommands.ts
- Fix resolve_existing_memory_path and resolve_writable_memory_path
  to scope against workspace root instead of memory/ subdirectory —
  workspace files (MEMORY.md, SOUL.md) live at the root

Closes #170
2026-04-01 11:01:00 -07:00
..