docs(migration): add OSGi → Cloud Manager reference and wire migration skill#81
Merged
Himanich merged 6 commits intoadobe:mainfrom Apr 17, 2026
Merged
docs(migration): add OSGi → Cloud Manager reference and wire migration skill#81Himanich merged 6 commits intoadobe:mainfrom
Himanich merged 6 commits intoadobe:mainfrom
Conversation
added 5 commits
April 16, 2026 11:29
rombert
approved these changes
Apr 17, 2026
bharat941
approved these changes
Apr 17, 2026
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.
OSGi → Cloud Manager reference and wire migration skill
Description
Adds a dedicated reference for moving OSGi configuration toward AEM as a Cloud Service patterns: scanning
ui.config/.cfg.json, using$[secret:]/$[env:], and aligning with Cloud Manager environment variables—without pulling Java BPA pattern work into the same session.Updates the AEM Cloud Service migration skill so agents auto-read the new reference when users ask to scan configs or set up Cloud Manager secrets/variables, and splits Branch A (OSGi → Cloud Manager) from Branch B (Java/HTL/BPA pattern migration).
Related Issue
Motivation and Context
Customers migrating to AEM CS need repeatable agent guidance for secrets and environment-specific values in OSGi config that complements the existing BPA/CAM Java migration flows, without conflating those with a BPA pattern id.
How Has This Been Tested?
open the migration skill in an agent and run the starter prompt: "Scan my config files and create Cloud Manager environment secrets or variables." — verify the agent loads
references/osgi-cfg-json-cloud-manager.mdand follows the phased workflow.Screenshots (if appropriate):
Types of changes
Checklist: