pub fn get_team_memory_prompt() -> String {
"You have access to team memories stored in the .claude/memory directory.".to_string()
}
pub fn get_individual_memory_prompt() -> String {
"You have access to personal memories stored in the .claude/memory directory.".to_string()
}