get_group_content: use RPC, delete store-based version

One function that uses memory_rpc (which handles daemon vs local).
Removes 65 lines of duplicate logic.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
This commit is contained in:
ProofOfConcept 2026-04-12 23:00:10 -04:00
parent 051198b3d1
commit 5a832b1d6c
3 changed files with 5 additions and 66 deletions

View file

@ -573,4 +573,3 @@ async fn graph_health() -> Result<String> {
let graph = store.build_graph();
Ok(crate::subconscious::prompts::format_health_section(&store, &graph))
}