Skip to content

Commit 94e076f

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 c5d6e17 commit 94e076f

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

docs/nfs-migration-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
A practical guide for Red Hat Developer Hub plugin authors migrating from the legacy Backstage frontend system to NFS.
44

5+
> **Agent skill users:** The `nfs-migration` skill (`skills/nfs-migration/`) contains the same patterns broken into reference files optimized for agent consumption. This guide is the authoritative human-readable source. When updating migration patterns, update this guide first, then sync the corresponding reference file.
6+
57
---
68

79
## 1. What is the New Frontend System

skills/backstage-upgrade/references/determine-target.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44

55
RHDH pins a specific Backstage version per release. Load the version matrix from `../../rhdh/references/versions.md` to find the mapping.
66

7+
> **Dependency:** RHDH version alignment requires the `rhdh` core skill to be installed alongside this skill. If `versions.md` is not found at that path, ask the user for the target RHDH and Backstage versions directly.
8+
79
Ask the user: **"Which RHDH version are you targeting?"**
810

911
| RHDH Version | Backstage Version |

skills/nfs-migration/SKILL.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: >
1010
to the new frontend system for RHDH.
1111
---
1212

13+
> **Human-readable guide:** `docs/nfs-migration-guide.md` is the authoritative source for migration patterns. These reference files are optimized for agent consumption. When patterns diverge, the guide takes precedence.
14+
1315
<essential_principles>
1416

1517
<principle name="discover_first">

0 commit comments

Comments
 (0)