consciousness: update hardcoded paths from ~/.claude to ~/.consciousness
- thalamus/src/idle.rs: dream-start.sh path - src/agent/dmn.rs: telegram/send.sh path Part of the directory migration to make this an independent project.
This commit is contained in:
parent
2b6c68bab2
commit
35d925186d
10 changed files with 17 additions and 17 deletions
|
|
@ -67,7 +67,7 @@ fn find_context_files(cwd: &Path, prompt_file: &str) -> Vec<PathBuf> {
|
|||
|
||||
/// Load memory files from config's context_groups.
|
||||
/// For file sources, checks:
|
||||
/// 1. ~/.config/poc-agent/ (primary config dir)
|
||||
/// 1. ~/.consciousness/config/ (primary config dir)
|
||||
/// 2. Project dir (if set)
|
||||
/// 3. Global (~/.consciousness/)
|
||||
/// For journal source, loads recent journal entries.
|
||||
|
|
@ -78,7 +78,7 @@ fn load_memory_files(cwd: &Path, memory_project: Option<&Path>, context_groups:
|
|||
};
|
||||
|
||||
// Primary config directory
|
||||
let config_dir = home.join(".config/poc-agent");
|
||||
let config_dir = home.join(".consciousness/config");
|
||||
let global = home.join(".consciousness");
|
||||
let project = memory_project
|
||||
.map(PathBuf::from)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue