docs(specs): fix Ketryx itemId cross-references in two SPEC files [PYSDK-121]#617
Open
helmut-hoffer-von-ankershoffen wants to merge 1 commit intomainfrom
Open
Conversation
…erscores [PYSDK-121] Two specification files referenced Ketryx item IDs using the filename stem (underscore-separated) rather than the canonical itemId value (hyphen-separated), preventing Ketryx from resolving the traceability links. - SPEC-LAUNCHPAD-STATUS-PAGE.md: itemIsRelatedTo used SPEC_GUI_SERVICE, SPEC_PLATFORM_SERVICE, SPEC_SYSTEM_SERVICE → corrected to SPEC-GUI-SERVICE, SPEC-PLATFORM-SERVICE, SPEC-SYSTEM-SERVICE. - SPEC-UTILS-SERVICE.md: itemFulfills appended SWR_SYSTEM_CLI_HEALTH_1, SWR_SYSTEM_GUI_HEALTH_1, SWR_SYSTEM_GUI_SETTINGS_1 → corrected to SWR-SYSTEM-CLI-HEALTH-1, SWR-SYSTEM-GUI-HEALTH-1, SWR-SYSTEM-GUI-SETTINGS-1. No functional code change. Documentation only. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Copilot started reviewing on behalf of
helmut-hoffer-von-ankershoffen
May 1, 2026 07:12
View session
|
There was a problem hiding this comment.
Pull request overview
Fixes Ketryx/QMS traceability metadata in existing SPEC documents by correcting cross-references to use canonical hyphenated itemId values (instead of underscore/filename stems), restoring proper linkage in Ketryx without any functional code changes.
Changes:
- Update
SPEC-LAUNCHPAD-STATUS-PAGEitemIsRelatedToto reference canonical hyphenated SPECitemIds. - Update
SPEC-UTILS-SERVICEitemFulfillsto reference canonical hyphenated SWRitemIds.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
specifications/SPEC-UTILS-SERVICE.md |
Fixes itemFulfills SWR references from underscore form to canonical hyphenated itemIds. |
specifications/SPEC-LAUNCHPAD-STATUS-PAGE.md |
Fixes itemIsRelatedTo references from underscore/filename stems to canonical hyphenated SPEC itemIds. |
Codecov Report✅ All modified and coverable lines are covered by tests. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



🛡️ Implements PYSDK-121 following CC-SOP-01 Change Control, part of our ISO 13485-certified QMS | Ketryx Project
Summary
itemIsRelatedToused underscore-based filename stems (SPEC_GUI_SERVICE,SPEC_PLATFORM_SERVICE,SPEC_SYSTEM_SERVICE) instead of the canonical hyphen-baseditemIdvalues (SPEC-GUI-SERVICE,SPEC-PLATFORM-SERVICE,SPEC-SYSTEM-SERVICE). Introduced in feat(launchpad): conditional Betterstack status page per environment [PYSDK-107] #599. Ketryx traceability links were broken.itemFulfillsended withSWR_SYSTEM_CLI_HEALTH_1, SWR_SYSTEM_GUI_HEALTH_1, SWR_SYSTEM_GUI_SETTINGS_1(underscore form) instead ofSWR-SYSTEM-CLI-HEALTH-1, SWR-SYSTEM-GUI-HEALTH-1, SWR-SYSTEM-GUI-SETTINGS-1(correct hyphenitemIdform). Pre-existing since 2025-11-03. These three SWRs were invisible to Ketryx traceability from this SPEC.No functional code change. Documentation (Ketryx metadata) only.
Test plan
Posted by Claude claude-sonnet-4-6 via Claude Code, applying skill documentation-drift on behalf of Helmut Hoffer von Ankershoffen