delete claude code integration
This commit is contained in:
parent
24560042ea
commit
929415af3b
31 changed files with 120 additions and 2898 deletions
20
Cargo.toml
20
Cargo.toml
|
|
@ -14,7 +14,7 @@ debug = 1
|
|||
debug = false
|
||||
|
||||
[package]
|
||||
name = "poc-memory"
|
||||
name = "consciousness"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ serde_urlencoded = "0.7"
|
|||
capnpc = "0.25"
|
||||
|
||||
[lib]
|
||||
name = "poc_memory"
|
||||
name = "consciousness"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[[bin]]
|
||||
|
|
@ -104,19 +104,3 @@ path = "src/bin/diag-key.rs"
|
|||
[[bin]]
|
||||
name = "find-deleted"
|
||||
path = "src/bin/find-deleted.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "poc-hook"
|
||||
path = "src/claude/poc-hook.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "poc-daemon"
|
||||
path = "src/claude/poc-daemon.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "memory-search"
|
||||
path = "src/claude/memory-search.rs"
|
||||
|
||||
[[bin]]
|
||||
name = "consciousness-mcp"
|
||||
path = "src/claude/mcp-server.rs"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue