Conversation
Add a validated MXC-owned seed catalog and experimental TypeScript resolver that returns literal SandboxPolicy requirements without modifying host policy. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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
Why is this change being made?
We need a reviewable proof of concept for an MXC-owned, repository-reviewed catalog of minimum tool requirements, based on the design proposed in microsoft#779. Config floors are compatibility input rather than authorization, so the resolver must return requirements without modifying or overriding the host-authored policy.
This PR intentionally implements the smallest TypeScript SDK seam. Rust and C# parity, stronger tool identity, signed distribution, catalog overlays, rollback, governance, broad cross-platform authoring, and any certification process remain deferred production work.
What changed?
git,node, andnpmentriesundefinedresults when all requested tools are unknownSandboxPolicyobjectsHow was the change tested?
npm run clean,npm run build, and the complete Node SDK unit suite: 417 tests, 398 passed, 19 skipped, 0 failednpm run validate-config-floorsnpm pack --dry-run --jsonand confirmed the catalog and schema are included in the packagegit diff --check🔗 References
🔍 Validation
Covered above under How was the change tested?
✅ Checklist
Cargo.lock, thedependency-feed-checkcheck passes (see docs/pull-requests.md)📋 Issue Type
GitHub Actions runs the PR validation build automatically. The ADO pipeline
(
MXC-PR-Build) is the Azure version of the PR pipeline, kept in parity with the GitHubActions build; it runs on merge to
main, and Microsoft reviewers with write access can trigger iton a PR with
/azp run. See docs/pull-requests.md.If the
dependency-feed-checkcheck fails on a new dependency, the crate must be added tothe feed before the PR can pass. See docs/pull-requests.md
for the steps.