litvc 1.2.0

Lit - The agentic-first distributed version control system. A complete Git replacement designed for AI agents first and humans second.
Documentation
1
2
3
4
5
6
7
//! Event Subscription System
//!
//! Allows agents and users to subscribe to repo-level events:
//! commits, branch updates, merges, issues, PRs, agent joins, task delegations.
//! Upgrades `lit watch` with structured, filterable event streams.

pub mod subscription;