Add auth route resolution helpers - #5
Merged
Rana Singh (ranadeepsingh) merged 2 commits intoJul 1, 2026
Merged
Conversation
## Summary Add helper scripts for the existing Project Osmos authentication and route-construction step. The helpers resolve workspace and lakehouse metadata, capture the routed Fabric home cluster from response headers, retry MWC token exchange for the known cluster-authorization response, and write token/routing environment files for the existing task lifecycle. ## Prompting Intent The request was to publish the external-safe subset of the auth-routing reliability work to the public Project Osmos repository. The change needed to preserve the skill flow, avoid private or internal references, and provide tested code paths for both Bash/Python and PowerShell users. ## Linked Sources - Existing Project Osmos authentication reference: skills/project-osmos/references/auth-and-routing.md - Existing Project Osmos troubleshooting reference: skills/project-osmos/references/troubleshooting.md - Existing Project Osmos task lifecycle reference: skills/project-osmos/references/task-lifecycle.md ## Rationale Providing helper scripts is more reliable than asking users to manually assemble token and routing calls. The docs now keep the same task flow while delegating the fragile authentication and routed-host setup to reusable, cross-platform scripts. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
## Summary Bump the Project Osmos marketplace metadata and plugin entry version from 0.4.4 to 0.4.5 for the auth route helper update. ## Prompting Intent The request was to ensure the public skill package version is incremented along with the helper and documentation changes, while keeping PR text and committed content suitable for external release. ## Linked Sources - Marketplace manifest: .github/plugin/marketplace.json - Version bump validator: build/check_version_bump.py ## Rationale The repository validation requires user-visible plugin changes to increment the published marketplace version. A patch version bump is appropriate because this adds helper scripts and clarifies guidance without changing the skill activation contract. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Rana Singh (ranadeepsingh)
approved these changes
Jul 1, 2026
Rana Singh (ranadeepsingh)
deleted the
users/kiratpandya/auth-route-helper
branch
July 1, 2026 21:46
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.
Summary
0.4.4to0.4.5.Validation
uv run --with ruff==0.15.13 ruff check .uv run python -m py_compile skills/project-osmos/scripts/resolve-auth-and-routing.pypwsh -NoProfile -Command '[scriptblock]::Create((Get-Content -Raw "skills/project-osmos/scripts/resolve-auth-and-routing.ps1"))'uv run python build/validate_plugin.pyuv run python build/check_version_bump.py --base-ref origin/main