Skip to main content

edda_bridge_cursor/
lib.rs

1//! Cursor Agent bridge for Edda.
2
3mod admin;
4mod dispatch;
5mod parse;
6
7pub use admin::{doctor, install, uninstall};
8pub use dispatch::{hook_entrypoint_from_stdin, HookResult};