Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit_knowledge_search.sh via bash. From LevNas/ccmemo.
Hook
Runs when you submit a prompt, before the agent sees it, executing userpromptsubmit_knowledge_search.sh via bash. From LevNas/ccmemo.
Hook
Runs when the agent finishes a response, executing stop_context_guard.py via python3. From LevNas/ccmemo.
Hook
Runs before the context is compacted, executing precompact_checkpoint.py via python3. From LevNas/ccmemo.
Hook
Runs when a session ends, executing sessionend_tasks_mirror.py and sessionend_autocommit.py via python3 (2 commands). From LevNas/ccmemo.
Hook
Runs after a tool call finishes for Write and Edit tool calls, executing postwrite_redact_entries.py, posttooluse_context_writer.py and postwrite_check_md_links.py via python3 (3 commands). From LevNas/ccmemo.