pub fn cmd_notify(
db_path: &Path,
args: &NotifyArgs,
app_config: &AppConfig,
out: &mut CliOutput<'_>,
) -> Result<()>Expand description
ai-memory notify dispatch entry.
§Errors
- The DB at
db_pathcannot be opened. - The substrate refuses the notify (validation, tier parse, etc.).
serde_json::to_stringcannot serialise the envelope.