Skip to content

Commit ca7161e

Browse files
committed
Name change
1 parent e94518f commit ca7161e

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
We're excited that you're interested in contributing! There are many ways to help:
44

5-
* Submit [bug reports](https://github.com/comet-ml/opik-claude-plugin/issues) and [feature requests](https://github.com/comet-ml/opik-claude-plugin/issues)
5+
* Submit [bug reports](https://github.com/comet-ml/opik-claude-code-plugin/issues) and [feature requests](https://github.com/comet-ml/opik-claude-code-plugin/issues)
66
* Improve the documentation
77
* Add new skills, commands, or agents
88
* Enhance the session tracing logger
@@ -17,14 +17,14 @@ We're excited that you're interested in contributing! There are many ways to hel
1717
### Clone and Install Locally
1818

1919
```bash
20-
git clone https://github.com/comet-ml/opik-claude-plugin.git
21-
cd opik-claude-plugin
20+
git clone https://github.com/comet-ml/opik-claude-code-plugin.git
21+
cd opik-claude-code-plugin
2222
```
2323

2424
Install the plugin from your local clone:
2525

2626
```
27-
/plugin marketplace add /path/to/opik-claude-plugin
27+
/plugin marketplace add /path/to/opik-claude-code-plugin
2828
/plugin install opik
2929
```
3030

@@ -44,7 +44,7 @@ Then restart Claude Code. The plugin cache is at `~/.claude/plugins/cache/opik/`
4444
## Project Structure
4545

4646
```
47-
opik-claude-plugin/
47+
opik-claude-code-plugin/
4848
├── .claude-plugin/
4949
│ ├── plugin.json # Plugin manifest
5050
│ └── marketplace.json # Marketplace definition

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Each conversation turn becomes an Opik trace. Tool calls, thoughts, and response
2828
From within Claude Code:
2929

3030
```
31-
/plugin marketplace add github:comet-ml/opik-claude-plugin
31+
/plugin marketplace add comet-ml/opik-claude-code-plugin
3232
```
3333

3434
Then install the plugin:
@@ -42,7 +42,7 @@ Then install the plugin:
4242
If you've cloned the repo locally, add it as a marketplace and install from there:
4343

4444
```
45-
/plugin marketplace add /path/to/opik-claude-plugin
45+
/plugin marketplace add /path/to/opik-claude-code-plugin
4646
/plugin install opik
4747
```
4848

@@ -178,7 +178,7 @@ Reviews agent code for:
178178
## Directory Structure
179179

180180
```
181-
opik-claude-plugin/
181+
opik-claude-code-plugin/
182182
├── .claude-plugin/
183183
│ ├── plugin.json # Plugin manifest
184184
│ └── marketplace.json # Marketplace definition

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/comet-ml/opik-claude-plugin
1+
module github.com/comet-ml/opik-claude-code-plugin
22

33
go 1.21

0 commit comments

Comments
 (0)