SessionStart
01Hook
Runs when a session starts, executing plugin_bootstrap.py, brain_anticipate.py and check_update.py via python3 with --hook (3 commands). From Yuno15-bb/c-brain.
Persistent memory and a growing knowledge tree for CLI agents — an installable engine, kept separate from your notes, that updates itself
Hook
Runs when a session starts, executing plugin_bootstrap.py, brain_anticipate.py and check_update.py via python3 with --hook (3 commands). From Yuno15-bb/c-brain.
Hook
Runs when you submit a prompt, before the agent sees it, executing inject_recall.py via python3. From Yuno15-bb/c-brain.
Hook
Runs before the agent uses a tool for Write, Edit, MultiEdit and NotebookEdit tool calls, executing pre_snapshot.py via python3. From Yuno15-bb/c-brain.
Hook
Runs after a tool call finishes for Write, Edit, Read, Write, Edit, MultiEdit and NotebookEdit tool calls, executing brain_status.py, on_fiche_write.py, track_read.py and post_diff.py via python3 (4 commands). From Yuno15-bb/c-brain.
Hook
Runs when a session ends, executing archive_session.py, auto_maintain.py and session_close.py via python3 (3 commands). From Yuno15-bb/c-brain.