pub fn active_logs_dir() -> Result<PathBuf>Expand description
Get the path to the logs directory in the active work, ensuring it exists.
This is a convenience function for other crates that need to write log files directly (e.g., agentic_logging).
ยงReturns
The absolute path to the logs directory.