Bug: docs mismatch #7

Closed
opened 2026-06-14 10:23:51 +00:00 by fatmaebrahim · 0 comments
Member

Description:

The API was refactored from a namespace-based model to a workspace-based model, but the docs were never updated.
For example:

  • API.md & SDK.md still document the old namespace.* API — code now uses workspace.* as the primary abstraction. All index/search methods take workspace not namespace.
  • ~50 new methods completely undocumented — workspaces, collections, QA, ontology, KVS, vectors, jobs, logs, and memory.search.
  • SDK.md references wrong crate name (hero_memory → should be hero_memory_sdk) and shows non-existent types/methods.
  • OpenRPC spec missing 6 implemented methods.
  • Quality level names and numbering changed but docs show old values.
### Description: The API was refactored from a namespace-based model to a workspace-based model, but the docs were never updated. For example: - API.md & SDK.md still document the old namespace.* API — code now uses workspace.* as the primary abstraction. All index/search methods take workspace not namespace. - ~50 new methods completely undocumented — workspaces, collections, QA, ontology, KVS, vectors, jobs, logs, and memory.search. - SDK.md references wrong crate name (hero_memory → should be hero_memory_sdk) and shows non-existent types/methods. - OpenRPC spec missing 6 implemented methods. - Quality level names and numbering changed but docs show old values.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
lhumina_code/hero_memory#7
No description provided.