delete claude code integration
This commit is contained in:
parent
24560042ea
commit
929415af3b
31 changed files with 120 additions and 2898 deletions
|
|
@ -24,8 +24,8 @@ use tokio::net::UnixListener;
|
|||
use tokio_util::compat::TokioAsyncReadCompatExt;
|
||||
use log::{info, warn, error};
|
||||
|
||||
use poc_memory::channel_capnp::{channel_client, channel_server};
|
||||
use poc_memory::thalamus::channel_log;
|
||||
use consciousness::channel_capnp::{channel_client, channel_server};
|
||||
use consciousness::thalamus::channel_log;
|
||||
|
||||
// ── Constants ──────────────────────────────────────────────────
|
||||
|
||||
|
|
@ -159,7 +159,7 @@ impl AsyncWriter for PlainWriter {
|
|||
|
||||
// ── State ──────────────────────────────────────────────────────
|
||||
|
||||
use poc_memory::thalamus::channel_log::ChannelLog;
|
||||
use consciousness::thalamus::channel_log::ChannelLog;
|
||||
|
||||
struct State {
|
||||
config: Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue