feat: route declarative agent lifecycle through wiqd - #201
Merged
Sébastien Levert (sebastienlevert) merged 5 commits intoSep 14, 2026
Merged
Conversation
Preserve the existing declarative agent authoring guidance while using wiqd for lifecycle operations such as scaffolding, action creation, provisioning, packaging, sharing, and publishing. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
llhmm01 (llhmm01)
marked this pull request as ready for review
September 11, 2026 14:20
Contributor
Author
|
Sébastien Levert (@sebastienlevert), could you please review this PR when you have a chance? It preserves the existing This is the Work IQ slice of the broader ATK/wiqd DA unification work. Thanks! |
Allow reference-only guidance without a project workspace and defer wiqd installation details to the official documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Use tool-neutral deployment prompts, support local OpenAPI paths, and defer wiqd installation details to its official documentation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Validate edits before optional deployment, keep environment operations consistent, and correct wiqd path, scaffold, publishing, and diagnostic guidance. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ning Tang (tecton)
left a comment
Member
There was a problem hiding this comment.
It's also better to add WIQD cli as prerequisite.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ning Tang (tecton)
approved these changes
Sep 14, 2026
Sébastien Levert (sebastienlevert)
approved these changes
Sep 14, 2026
Sébastien Levert (sebastienlevert)
merged commit Sep 14, 2026
6ca6593
into
microsoft:main
1 check passed
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
declarative-agent-developerskill and its DA schema, capability, authentication, localization, and plugin guidanceValidation
Copilot natural-language E2E
Tested with the standalone wiqd plugin disabled so routing depended on the updated
declarative-agent-developermetadata/fallback behavior:wiqd agent add action --openapi-spec ... --operations ...wiqd agent add action --mcp-server-url ... --mcp-auth-type nonewiqd agent validateandwiqd agent packagewiqd agent provision1.0.0deployment, then successfully reprovisioned1.0.1wiqd agent share --scope usersatkor@microsoft/m365agentstoolkit-clilifecycle command was invokedDirect CLI coverage
0.14.0preflight andwiqd doctorwiqd auth status, stale-cachelogout, interactive browserlogin, and authenticated status verificationwiqd agent createand clean static validationnoneandoauth-dynamicaction generation and post-generation validationPublish was intentionally not executed. Static OAuth and Entra SSO were not tested against live providers because no real client credentials were supplied.
Additional checks:
git diff --checkScope
This is a compatibility-focused migration: DA authoring knowledge remains in the existing skill, while wiqd becomes the lifecycle execution layer. It does not reorganize the plugin marketplace or remove the existing DA skill/evaluator.
Tracking issue: https://msft.ghe.com/substrate/wiqd/issues/3248
Parent feature: https://msft.ghe.com/substrate/wiqd/issues/1761