Skip to content

Commit 04e2e91

Browse files
committed
fix: update repo name from anthropic-cookbook to claude-cookbooks
1 parent 295da33 commit 04e2e91

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.claude/commands/review-issue.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Review the specified GitHub issue and help draft an appropriate response based o
1515

1616
Get the issue details including comments:
1717
```bash
18-
gh issue view $ARGUMENTS --repo anthropics/anthropic-cookbook --json number,title,body,author,labels,state,comments,createdAt
18+
gh issue view $ARGUMENTS --repo anthropics/claude-cookbooks --json number,title,body,author,labels,state,comments,createdAt
1919
```
2020

2121
### Step 2: Classify the issue
@@ -114,21 +114,21 @@ Based on user approval:
114114

115115
**To post a comment:**
116116
```bash
117-
gh issue comment $ARGUMENTS --repo anthropics/anthropic-cookbook --body "YOUR_RESPONSE"
117+
gh issue comment $ARGUMENTS --repo anthropics/claude-cookbooks --body "YOUR_RESPONSE"
118118
```
119119

120120
**To add labels:**
121121
```bash
122-
gh issue edit $ARGUMENTS --repo anthropics/anthropic-cookbook --add-label "label1,label2"
122+
gh issue edit $ARGUMENTS --repo anthropics/claude-cookbooks --add-label "label1,label2"
123123
```
124124

125125
**To close an issue:**
126126
```bash
127-
gh issue close $ARGUMENTS --repo anthropics/anthropic-cookbook --reason "not planned"
127+
gh issue close $ARGUMENTS --repo anthropics/claude-cookbooks --reason "not planned"
128128
```
129129
Or with a comment:
130130
```bash
131-
gh issue close $ARGUMENTS --repo anthropics/anthropic-cookbook --comment "Closing because..."
131+
gh issue close $ARGUMENTS --repo anthropics/claude-cookbooks --comment "Closing because..."
132132
```
133133

134134
## Response Tone Guidelines

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ body:
1010
Thanks for taking the time to report this issue! Please fill out the sections below to help us understand and fix the problem.
1111
1212
Before submitting, please:
13-
- Search [existing issues](https://github.com/anthropics/anthropic-cookbook/issues) to check if this has been reported
13+
- Search [existing issues](https://github.com/anthropics/claude-cookbooks/issues) to check if this has been reported
1414
- Verify you're using the latest version of dependencies
1515
1616
- type: input

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ contact_links:
77
url: https://docs.claude.com
88
about: Official documentation and API reference
99
- name: Contributing Guide
10-
url: https://github.com/anthropics/anthropic-cookbook/blob/main/CONTRIBUTING.md
10+
url: https://github.com/anthropics/claude-cookbooks/blob/main/CONTRIBUTING.md
1111
about: Guidelines for contributing to this repository

.github/ISSUE_TEMPLATE/cookbook_proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ body:
88
- type: markdown
99
attributes:
1010
value: |
11-
Thanks for proposing a new cookbook! Please read our [Issue Guidelines](https://github.com/anthropics/anthropic-cookbook/blob/main/.github/ISSUE_GUIDELINES.md) before submitting.
11+
Thanks for proposing a new cookbook! Please read our [Issue Guidelines](https://github.com/anthropics/claude-cookbooks/blob/main/.github/ISSUE_GUIDELINES.md) before submitting.
1212
1313
**We're looking for notebooks that:**
1414
- Showcase Claude API/SDK capabilities directly

0 commit comments

Comments
 (0)