AGENTS.md@crates/zeph-channels · git:20260606.583c571 · 2026-06-06 · sha256 4c9468564c75c35f
AGENTS.md@crates/zeph-channels git:20260606.583c571A
Immutable. This exact content is served forever at /api/v1/blob/4c9468564c75c35f.
# zeph-channels Guide CLI and chat-channel adapters live here. - Start with crate-local checks: `cargo build -p zeph-channels`, `cargo nextest run -p zeph-channels`, `cargo clippy -p zeph-channels --all-targets -- -D warnings`. - Keep changes isolated to channel adapters, rendering, and streaming behavior unless shared channel traits require coordinated edits. - Secrets (Telegram bot token, webhook secrets) are resolved exclusively from the age vault at startup — never from env vars, config files, or hardcoded values. - Validate formatting and rendering changes against existing markdown and channel tests. - If external behavior changes, update `crates/zeph-channels/README.md` and the relevant channel docs.