edda-bridge-cursor 0.2.1

Cursor Agent hooks and context injection for Edda
Documentation
1
2
3
4
5
6
7
8
//! Cursor Agent bridge for Edda.

mod admin;
mod dispatch;
mod parse;

pub use admin::{doctor, install, uninstall};
pub use dispatch::{hook_entrypoint_from_stdin, HookResult};