Expand description
Decision-memory helpers.
The mutable store itself lives on crate::EventLog (same SQLite file);
this module holds the small pure pieces: how a command is hashed into a
stable key for the per-repo always-allow / always-deny memory.
Functionsยง
- command_
hash - Stable hash of a raw command line, used as the memory key within a repo.