feat(osis): add rpc-core feature — defat server deps #23
No reviewers
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_rpc!23
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "defat_osis_rpc"
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?
Summary
OsisAppRpcHandler+OsisAppWrapperfromserver.rs(3200 lines) into standaloneapp_handler.rsrpc-corefeature: lean traits/types only (no redis, no herolib_ai, no legacy AxumRpcServer)hero_rpc_serverfromosis[rpc]toosis[rpc-core]rpcfeature unchanged for backwards compatEvery downstream service (hero_osis, hero_books, hero_voice, hero_logic, hero_biz) no longer transitively compiles redis, deadpool-redis, herolib_ai, or the legacy Axum server.
Closes #22
Test plan
cargo check -p hero_rpc_osis --features rpc-corepassescargo check -p hero_rpc_osis --features rpcpasses (backwards compat)cargo check -p hero_rpc_serverpassescargo check -p recipe_serverpassescargo check --workspacein hero_osis passes🤖 Generated with Claude Code
Superseded by PR #26 (refactor: ADR 001 — crate topology, OSIS defat, unified server, SDK UI).
PR #26 deletes the legacy code outright rather than gating it behind a feature — same goal, simpler endpoint. Closing this PR as obsolete.
Pull request closed