Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

init

Initialize Bobbin in a repository. Creates a .bobbin/ directory with configuration, SQLite database, and LanceDB vector store.

Usage

bobbin init [PATH]

Examples

bobbin init              # Initialize in current directory
bobbin init /path/to/repo
bobbin init --force      # Overwrite existing configuration

Options

FlagDescription
--forceOverwrite existing configuration