Skip to content

Commit 2fe59c6

Browse files
authored
Merge pull request #1 from madsnorgaard/copilot/rename-repo-to-drupal-agent-resources
Rename repository to drupal-agent-resources
2 parents bc04a5b + 6557bef commit 2fe59c6

File tree

4 files changed

+62
-4
lines changed

4 files changed

+62
-4
lines changed

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agent Resources - Development Guidelines
1+
# Drupal Agent Resources - Development Guidelines
22

33
This repository contains reusable Claude Code resources for Drupal development. When working in this repo, follow these guidelines.
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Agent Resources
1+
# Drupal Agent Resources
22

33
Reusable Claude Code resources for Drupal 10/11 development with DDEV and Docker-based local environments.
44

RENAME_INSTRUCTIONS.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
# GitHub Repository Rename Instructions
2+
3+
This PR updates all documentation to reflect the new repository name **"drupal-agent-resources"**. To complete the rename process, follow these steps:
4+
5+
## Step 1: Rename the Repository on GitHub
6+
7+
1. Go to **Settings** in your GitHub repository
8+
2. Scroll down to the **Repository name** section
9+
3. Change the name from `agent-resources` to `drupal-agent-resources`
10+
4. Click **Rename**
11+
12+
GitHub will automatically set up redirects from the old URL to the new one, so all existing links and `agr add madsnorgaard/<resource>` commands will continue to work.
13+
14+
## Step 2: Update Local Git Remote (Optional)
15+
16+
If you have local clones, update the remote URL:
17+
18+
```bash
19+
git remote set-url origin https://github.com/madsnorgaard/drupal-agent-resources.git
20+
```
21+
22+
## Why This Rename Makes Sense
23+
24+
### Current State
25+
- Repository name: `agent-resources` (generic)
26+
- All content: 100% Drupal-focused resources
27+
- 5 skills (drupal-expert, drupal-security, drupal-migration, ddev-expert, docker-local)
28+
- 5 commands (drush-check, module-scaffold, config-export, security-audit, performance-check)
29+
- 1 agent (drupal-reviewer)
30+
31+
### Benefits of Renaming
32+
1. **Better Discoverability**: Drupal developers searching for Claude Code resources will find it more easily
33+
2. **Clear Purpose**: The name accurately reflects the repository's Drupal-specific focus
34+
3. **Differentiation**: Clearly distinguishes this repository from Kasper Junge's generic `agent-resources` CLI tool
35+
4. **Accurate Branding**: Aligns the repository name with its documentation and content
36+
37+
### Backward Compatibility
38+
- GitHub automatically redirects from the old URL to the new one
39+
- All existing `agr add madsnorgaard/<resource>` commands will continue to work
40+
- Users with bookmarks or links will be automatically redirected
41+
- The CLI tool name remains `agent-resources` (Kasper Junge's package manager)
42+
43+
## What Was Updated in This PR
44+
45+
- ✅ README.md title: "Agent Resources" → "Drupal Agent Resources"
46+
- ✅ CLAUDE.md title: Updated to match
47+
- ✅ ROADMAP.md title and references: Updated to "drupal-agent-resources repository"
48+
- ✅ Verified all installation commands reference the correct CLI tool (`agent-resources`)
49+
- ✅ Ensured clear distinction between the repository name and the CLI tool name
50+
51+
## After Renaming
52+
53+
Once the repository is renamed, you can:
54+
1. Delete this RENAME_INSTRUCTIONS.md file
55+
2. Announce the rename to users (with reassurance about redirects)
56+
3. Continue development as normal
57+
58+
All documentation is already updated and ready for the new name!

ROADMAP.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Agent Resources Roadmap
1+
# Drupal Agent Resources Roadmap
22

3-
This document outlines planned improvements and new resources for the agent-resources repository, with focus on Drupal 11, PHP 8.4, and enhanced developer workflows.
3+
This document outlines planned improvements and new resources for the drupal-agent-resources repository, with focus on Drupal 11, PHP 8.4, and enhanced developer workflows.
44

55
## Current State Analysis
66

0 commit comments

Comments
 (0)