Commit 5ed651f
authored
chore: configure Claude Code datum plugins (#180)
This PR configures Claude Code to automatically include the datum-cloud
plugins from the shared plugin marketplace.
## Changes
- Adds `.claude/settings.json` with the datum-cloud plugin marketplace
configuration
- Enables both `datum-platform` and `datum-gtm` plugins by default
## Settings Added
```json
{
"extraKnownMarketplaces": {
"datum-claude-code-plugins": {
"source": {
"source": "github",
"repo": "datum-cloud/claude-code-plugins"
}
}
},
"enabledPlugins": {
"datum-platform@datum-claude-code-plugins": true,
"datum-gtm@datum-claude-code-plugins": true
}
}
```
🤖 Generated with [Claude Code](https://claude.com/claude-code)1 file changed
+14
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments