consciousness/src/cli
ProofOfConcept 96e573f2e5 Delete similarity module, rewrite module, and all text-similarity code
Text cosine similarity was being used as a crutch for operations
the graph structure should handle: interference detection, orphan
linking, triangle closing, hub differentiation. These are all
graph-structural operations that the agents (linker, extractor)
handle with actual semantic understanding.

Removed: similarity.rs (stemming + cosine), rewrite.rs (orphan
linking, triangle closing, hub differentiation), detect_interference,
and all CLI commands and consolidation steps that used them.

-794 lines.

Co-Authored-By: Proof of Concept <poc@bcachefs.org>
2026-04-10 15:44:10 -04:00
..
admin.rs delete claude code integration 2026-04-09 19:58:07 -04:00
agent.rs Remove poc-memory daemon and RPC infrastructure 2026-04-09 20:07:05 -04:00
graph.rs Delete similarity module, rewrite module, and all text-similarity code 2026-04-10 15:44:10 -04:00
journal.rs journal: remove all stringly-typed key patterns, use NodeType 2026-03-26 19:11:17 -04:00
misc.rs delete claude code integration 2026-04-09 19:58:07 -04:00
mod.rs flatten: move poc-memory contents to workspace root 2026-03-25 00:54:12 -04:00
node.rs move data home from ~/.claude/memory to ~/.consciousness 2026-03-27 21:07:17 -04:00