mirror of
https://github.com/runbear-io/beardrive.git
synced 2026-08-25 08:08:08 +02:00
Product and project are BearDrive; the CLI binary is bdrive (bdrive mnt, bdrive sync, ...), the web viewer is bdrive-web. All conventions follow the full name: .beardrive settings file, .beardriveignore, ~/.beardrive home, BEARDRIVE_HOME, .beardrive-conflict-* / .beardrive-tmp-* files. Plugin/skill/marketplace renamed to beardrive (/beardrive:mount). Module path is now github.com/runbear-io/beardrive — merge only after renaming the GitHub repo, or go install breaks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HHEUaYfFHhmDvqLYw74Ehz
12 lines
592 B
JSON
12 lines
592 B
JSON
{
|
|
"name": "beardrive",
|
|
"displayName": "BearDrive",
|
|
"description": "BearDrive: a synced file system for AI agents. Mount folders that stay in sync across devices through S3/GCS/any object store, with automatic sync at turn boundaries and full change history. CLI: bdrive.",
|
|
"version": "0.1.0",
|
|
"author": { "name": "runbear", "url": "https://github.com/runbear-io" },
|
|
"homepage": "https://github.com/runbear-io/beardrive",
|
|
"repository": "https://github.com/runbear-io/beardrive",
|
|
"license": "MIT",
|
|
"keywords": ["sync", "files", "workspace", "s3", "gcs", "memory", "agents"]
|
|
}
|