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.