consciousness/poc-memory/src/cli
Kent Overstreet e6613f97bb graph: community isolation scoring + sort:isolation query
Add community_isolation() to Graph — computes per-community ratio of
internal vs total edge weight. 1.0 = fully isolated, 0.0 = all edges
external.

New query: sort:isolation — sorts nodes by their community's isolation
score, most isolated first. Useful for aiming organize agents at
poorly-integrated knowledge clusters.

New CLI: poc-memory graph communities [N] [--min-size M] — lists
communities sorted by isolation with member preview. Reveals islands
like the Shannon theory cluster (3 nodes, 100% isolated, 0 cross-edges)
and large agent-journal clusters (20-30 nodes, 95% isolated).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-20 12:55:14 -04:00
..
admin.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
agent.rs Upgrade workspace to edition 2024, add --local flag to agent run 2026-03-18 22:44:36 -04:00
graph.rs graph: community isolation scoring + sort:isolation query 2026-03-20 12:55:14 -04:00
journal.rs Clean up unused imports, dead code, and compiler warnings 2026-03-17 00:47:52 -04:00
misc.rs config: hot-reload via RPC, Arc<Config> for cheap sharing 2026-03-19 13:41:13 -04:00
mod.rs poc-memory: POC_MEMORY_DRY_RUN=1 for agent testing 2026-03-16 18:09:56 -04:00
node.rs agents: neighborhood placeholder, organize prompt, weight-set command 2026-03-20 12:16:55 -04:00