pub fn write_memory_tiered_rec(
project_dir: &Path,
global_dir: Option<&Path>,
name: &str,
content: &str,
recorder: Option<&dyn AuditRecorder>,
) -> Result<MemoryTier>Expand description
Write content to a memory file with optional audit recording.