Migrate hero_indexer to standard Hero Service 5-crate architecture #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
The hero_indexer project uses a monolithic 2-crate layout (heroindex server + heroindex_client) that doesn't follow the Hero Service standard. It needs to be split into the 5-crate pattern used by hero_redis, hero_voice, and hero_services:
hero_indexer— core library (types, index manager, RPC handlers)hero_indexer_openrpc— backend binary (raw JSON-RPC over Unix socket)hero_indexer_http— HTTP admin UI + proxy (port 8809)hero_indexer_client— async client SDKhero_indexer_rhai— Rhai scripting bindings (placeholder)hero_index_server to standardsto Migrate hero_indexer to standard Hero Service 5-crate architecture