pub fn record(db_path: &Path, entry: &TrackingEntry<'_>)Expand description
Record a decision, logging errors to stderr instead of propagating.
This is the hook-path entry point — it must never block or fail the hook.
pub fn record(db_path: &Path, entry: &TrackingEntry<'_>)Record a decision, logging errors to stderr instead of propagating.
This is the hook-path entry point — it must never block or fail the hook.