CommandsHooks
Hooks
Manage git hooks that keep indexing in sync with repository changes
The hooks family manages the git hooks that RAGit installs under .git/hooks.
Choose A Subcommand
hooks install: install managed hooks.hooks uninstall: remove managed hooks without touching external ones.hooks status: inspect current hook state.
Family Boundary
- Hooks automate ingestion triggers.
- They do not replace explicit
ingestcalls when you need a full refresh.