chore(azldev): bump to latest version, add agent sync workflow - #18343
Draft
Daniel McIlvaney (dmcilvaney) wants to merge 1 commit into
Draft
Conversation
Copilot started reviewing on behalf of
Daniel McIlvaney (dmcilvaney)
August 6, 2026 23:37
View session
Tobias Brick (tobiasb-ms)
previously approved these changes
Aug 7, 2026
Tobias Brick (tobiasb-ms)
dismissed
their stale review
August 7, 2026 18:33
I accidentally reviewed this draft PR.
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.
Azldev changelog:
Generated AI agent guidance. New
azldev docs agent installandazldev docs agent showcommands emit deterministic, version-matched AgentSkills, path-specific GitHub Copilot instructions, and MCP configuration.
install --fullembeds the complete guidance for environments that cannot usethe azldev MCP server. The initial skill set covers component configuration,
add/remove/update workflows, overlays, builds, mock testing, and images.
(#287,
#295,
#305)
Archive overlays during source preparation. Archive
source-filesoverlays now run as part of
prep-sources, with post-overlay hash tracking.Directory copies used to create archives are deterministic, avoiding output
differences caused by filesystem traversal order.
(#276,
#301)
Local LISA image tests.
azldev image testcan now execute LISA suiteslocally against qcow2 images through QEMU. azldev generates the runbook and
ephemeral SSH key, validates the suite configuration, and tears down the VM
after the run.
(commit)
Fedora upstream provenance macros. Components can opt in with
build.emit-upstream-provenanceto receive%fedora_upstream_versionand%fedora_upstream_releasemacros derived from the pinned pristine Fedoraspec.
%autoreleaseresolution is best-effort, and user-defined macros takeprecedence.
(commit)
Reliable dry runs. Dry runs now extract embedded default configuration
correctly instead of depending on defaults already present on disk.
(#278)