Module git

Module git 

Source
Expand description

Git integration for Beads.

Provides functionality for finding the .beads directory, committing changes, and syncing with remote repositories.

Structs§

GitRepo
Git repository wrapper for Beads operations.

Constants§

BEADS_DIR
Name of the beads directory.
DB_FILE
Name of the database file.
JSONL_FILE
Name of the JSONL file.

Functions§

find_beads_dir
Find the .beads directory by searching up the directory tree.
find_database_path
Find the database path by searching for .beads directory.
find_jsonl_path
Find the JSONL file path by searching for .beads directory.
init_beads_dir
Initialize the .beads directory.