Skip to content

Commit 77e0a15

Browse files
rohitkrai03claude
andcommitted
fix: address PR #45 review feedback
- Bump version to 0.6.0 (rebase on main which is at 0.5.0) - Remove @ prefix from backstage-upgrade in routing table - Add dependency note for cross-skill version reference - Add cross-references between NFS guide and skill references Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a80cb33 commit 77e0a15

19 files changed

Lines changed: 587 additions & 587 deletions

.claude-plugin/marketplace.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
},
66
"metadata": {
77
"description": "Orchestrator skill for RHDH plugin development - onboard, update, and maintain plugins in the Extensions Catalog",
8-
"version": "0.6.0"
8+
"version": "0.6.1"
99
},
1010
"plugins": [
1111
{
1212
"name": "rhdh",
1313
"source": "./",
1414
"description": "Skills for RHDH plugin lifecycle management",
15-
"version": "0.6.0",
15+
"version": "0.6.1",
1616
"strict": true
1717
}
1818
]

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rhdh",
33
"description": "All-in-one toolkit for Red Hat Developer Hub (RHDH). Covers plugin development, overlay management, environment setup, version compatibility, CI/CD, and RHDH ecosystem navigation.",
4-
"version": "0.6.0",
4+
"version": "0.6.1",
55
"author": {
66
"name": "RHDH Store Manager"
77
},

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,7 @@ Build dynamic plugins from scratch — backend or frontend — and get them depl
2626

2727
Migrate your plugins from the legacy Backstage frontend system to the New Frontend System (NFS).
2828

29-
Start with the **[NFS Migration Guide](./docs/nfs-migration-guide.md)** -- it covers what NFS is, why you need to migrate, the deprecation timeline, and walks through every migration pattern with code examples.
30-
31-
When you're ready to migrate, use the Agent Skill to automate it:
32-
33-
- **[nfs-migration](./skills/nfs-migration/SKILL.md)** -- Analyzes your existing plugin, applies the right Blueprint patterns, updates exports, and verifies the result. Two approaches: direct-to-GA (recommended) or phased with backward compatibility.
29+
- **[nfs-migration](./skills/nfs-migration/SKILL.md)** -- Analyzes your existing plugin, applies the right Blueprint patterns, updates exports, and verifies the result. Two approaches: direct-to-GA (recommended) or phased with backward compatibility. Reference files cover every extension type, mount point mapping, operator config, gotchas, and verification.
3430

3531
### Backstage Upgrade
3632

0 commit comments

Comments
 (0)