syntext 2.0.0

Hybrid code search index for agent workflows
Documentation
1
2
3
4
5
6
7
8
//! Agent hook integration support.

/// Core hook installation primitives and rewriting logic.
pub mod core;
/// IPC/protocol hooks (e.g. wrapper scripts/daemons).
pub mod protocols;
/// Vendor-specific rules and integrations (Claude, Cursor, Gemini, etc.).
pub mod vendors;