Skip to main content

lit/events/
mod.rs

1//! Event Subscription System
2//!
3//! Allows agents and users to subscribe to repo-level events:
4//! commits, branch updates, merges, issues, PRs, agent joins, task delegations.
5//! Upgrades `lit watch` with structured, filterable event streams.
6
7pub mod subscription;