af-notify 0.4.0

Notification dispatcher + Sender trait seam (Telegram/email/Discord are pluggable adapters). Typed blocks + plain-text renderer.
Documentation
# af-notify

Notification dispatcher + Sender trait seam (Telegram/email/Discord are pluggable adapters). Typed blocks + plain-text renderer.

## Install

```sh
cargo add af-notify
```

Use the exact Agent Factory version across packages in one application.

## Scope

This package owns reusable, business-free infrastructure and lifecycle contracts. Product prompts, domain tools, policies, credentials, data, and deployment configuration remain in the consuming application.

## Documentation

API and package documentation: [https://docs.rs/af-notify](https://docs.rs/af-notify)