|
| 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! |
0 commit comments