JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 4
  • Score
    100M100P100Q33008F
  • License MIT

CLI for Git Agent: sync local git repos, auto-commit changes, and keep AI project context current.

Package Exports

  • brbgit

Readme

brbgit

brbgit is the published npm package for the BRB CLI.

The installed command is still:

brb

It registers local git repos, syncs file changes to the hosted repo agent, watches for edits, and can run as a macOS background daemon.

Install

npm install -g brbgit

Commands

brb init [--repo <name>] [--source <path>] [--base-url <url>]
brb sync [--source <path>] [--message <message>] [--base-url <url>]
brb watch [--source <path>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>] [--base-url <url>]
brb daemon run [--base-url <url>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>]
brb daemon install [--base-url <url>] [--quiet-window-ms <ms>] [--max-batch-window-ms <ms>] [--min-resync-gap-ms <ms>]
brb daemon uninstall
brb repo create --name <name> [--base-url <url>]
brb push --repo <name> [--source <path>] [--message <message>] [--base-url <url>]

Environment

brb reads:

  • BRB_BASE_URL
  • GIT_AGENT_BASE_URL as a legacy fallback

Local state

Current state directory:

~/.brb

Legacy ~/.git-agent state is still read automatically when present.