chore: harden internal package policy, fix skills, add more xtask runners#50
Merged
Merged
Conversation
- split operational guidance into focused Copilot skills with valid frontmatter - mark internal test/integration packages as publish = false - extend xtask to build integration examples in check/build - enforce strict duplicate-version bans with targeted platform skips in cargo-deny - clean unmatched license allow entry and keep deny output clean Co-authored-by: GitHub Copilot <noreply@github.com>
janechu
previously approved these changes
Feb 24, 2026
- discover all integrations under examples/integration automatically - support per-integration custom commands via xtask-build script - add language-aware fallbacks for Rust, Node, and .NET integrations - build every app under examples/app through webui-cli into target/xtask/app-builds - add dedicated xtask commands: build-integrations and build-apps Co-authored-by: GitHub Copilot <noreply@github.com>
- replace integration discovery with static integration dataset - keep app discovery and webui-cli template validation unchanged - define per-integration command lists executed through run_command Co-authored-by: GitHub Copilot <noreply@github.com>
- inline hyper and tiny_http command lists directly into INTEGRATION_BUILDS - remove redundant per-integration command constants - keep integration matrix explicit and app discovery unchanged Co-authored-by: GitHub Copilot <noreply@github.com>
- add `cargo xtask run <integration> <app>` to launch an integration server with a specific app - extend IntegrationBuild with run_commands for language-agnostic run recipes (Rust, Node, Go, .NET) - validate integration and app names with helpful available-item hints - print full anyhow error chain in integration main on failure Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
janechu
approved these changes
Feb 24, 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.
publish = falseexamples/appthrough webui-cli intotarget/xtask/app-buildsbuild-integrationsandbuild-appscargo xtask checkandcargo xtask buildto include integration and app buildscargo xtask run <integration> <app>to launch an integration server with a specific app