forked from kent/consciousness
delete claude code integration
This commit is contained in:
parent
24560042ea
commit
929415af3b
31 changed files with 120 additions and 2898 deletions
|
|
@ -8,13 +8,13 @@ use std::collections::HashMap;
|
|||
use std::io::BufReader;
|
||||
use std::fs;
|
||||
use capnp::{message, serialize};
|
||||
use poc_memory::memory_capnp;
|
||||
use poc_memory::store::Node;
|
||||
use consciousness::memory_capnp;
|
||||
use consciousness::store::Node;
|
||||
|
||||
fn main() {
|
||||
let path = std::env::args().nth(1)
|
||||
.unwrap_or_else(|| {
|
||||
let dir = poc_memory::store::nodes_path();
|
||||
let dir = consciousness::store::nodes_path();
|
||||
dir.to_string_lossy().to_string()
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue