feat(migration): URC (Unsupported Run Modes Configuration) detection + safe reorder - #322
Open
Himanich wants to merge 15 commits into
Open
feat(migration): URC (Unsupported Run Modes Configuration) detection + safe reorder#322Himanich wants to merge 15 commits into
Himanich wants to merge 15 commits into
Conversation
Report-first (BPA subtype unsupported.runmode) with local run-mode folder detection as fallback, kept under the osgiConfig pattern. Covers config.* and install.* folders, enforces tier-before-env ordering, flag-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…names Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… model Read-only planner + skill-applied git mv on opt-in apply (like Phase 0), unsafe items to handoff cleanup, developer reviews diff and commits. No copy-paste. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…anch A) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…fallback Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…, remediation) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…on apply) Deterministic reorder of ordering-only run-mode folders (config.dev.author -> config.author.dev). planRunmodeReorders is a read-only planner; the Branch A apply runs the git mv itself and records it in the handoff. Unknown tokens, duplicate tier/env, and collisions route to the handoff cleanup for a human. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…orders handoff BPA-sourced URC findings now carry the folder basename, reason, and runmode (via validateRunmodeFolder on the JCR path) matching the local scanner's shape, instead of a bare "unsupported.runmode" detail. Adds the runmode_reorders array to the Phase 3 handoff schema example. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…ive run modes - BPA report with no URC rows now warns + runs the local scan (was silently treated as clean, masking on-disk unsupported folders; also closes the MCP masking path). - Run-mode tokens are case-sensitive (config.Author.dev now flagged; the reorder planner no longer silently case-folds config.DEV.author). - Flag malformed runmode folders (config., config..dev). - Add MCP-path URC tests; document git mv command as display-only. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Himanich
requested review from
abhishekgarg18,
akankshajain18,
pkumargaddam,
rombert and
trieloff
as code owners
September 2, 2026 10:26
Contributor
Tessl Plugin Lint
|
These are Superpowers workflow artifacts (design spec + implementation plan), not part of the shipped skill. Removing so they do not appear in the PR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
rombert
approved these changes
Sep 2, 2026
rombert
left a comment
Member
There was a problem hiding this comment.
LGTM. Please check if the tessl eval raises any issues.
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.
Description
Adds detection (and a safe, opt-in reorder fix) for URC — Unsupported Run Modes Configuration to the AEM-as-a-Cloud-Service migration skill, under the existing
osgiConfighandling. AEMaaCS supports only an exact, ordered run-mode set; OSGiconfig.<runmode>/ bundleinstall.<runmode>folders named with unsupported run modes (custom tokens, or valid tokens in the wrong order) silently have no effect when deployed. Adobe's Pattern Detector reports this as URC (subtype: unsupported.runmode).Related Issue
Motivation and Context
How Has This Been Tested?
Unit suites + an env-gated real-config acceptance test
Screenshots (if appropriate):
Types of changes
Checklist: