braid scope
Configure which profiles and projects braid install pulls from.
Usage
npx braid scope [options]
Runs an interactive wizard that creates or updates braid.json in your project root.
Options
| Option | Description |
|---|---|
--file <target> | Config file target: user or project |
--organization <type> | Non-interactive: personal or organization |
--source <source> | Non-interactive: profile or manual |
Config files
braid.json
Project-level configuration. Commit this to version control so your whole team uses the same scope.
{
"profile": "coding-standards",
"agents": ["claude-code", "cursor"]
}
braid.user.json
User-level overrides. Add to .gitignore for personal preferences that don’t apply to the team.