Prepare Agentstration 0.1.0-alpha.1 - #46
Merged
Merged
Conversation
gbaudrit
force-pushed
the
codex/release-0.1.0-alpha.1
branch
from
August 22, 2026 07:35
88208af to
117e94c
Compare
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.1.0-alpha.1without changing the autonomous AEP package versionmain, rebuilds and retests Agentstration and AEP, packages the server and Workplace, generates SHA-256 checksums, and creates a GitHub prereleaseagentstration/agentstration:0.1.0-alpha.1and:alphaforlinux/amd64andlinux/arm64, with provenance, SBOM, and recorded manifest digest; nolatesttag is emittedRequired repository configuration
Create the
agentstration/agentstrationDocker Hub repository and configure GitHub Actions secretsDOCKERHUB_USERNAMEandDOCKERHUB_TOKEN. The token must be a scoped Docker Hub access token with write permission; the workflow fails explicitly when either secret is absent.Release procedure
After this PR is merged and required checks pass, create and push the annotated tag
v0.1.0-alpha.1. The workflow rejects a mismatched tag or a commit not contained inmain.Validation
dotnet restore Agentstration.slnx -p:NuGetAudit=true -p:NuGetAuditMode=alldotnet build Agentstration.slnx --configuration Release --no-restore— 0 warnings, 0 errorsdotnet test Agentstration.slnx --configuration Release --no-build --verbosity minimal— 455 passed, 2 optional real-server integrations skipped, 0 faileddotnet build aep/Aep.slnx --configuration Release --no-restore— passeddotnet test aep/Aep.slnx --configuration Release --no-build --verbosity minimal— 9 passed, 0 failednpm run buildfromdocs/site— passed after the Docker Hub documentation update0.1.0-alpha.1, ZIPs and SHA-256 checksums generatedgit diff --checkpassedREADME.mdhas no diff againstmainThe multi-platform push itself runs only for the release tag after the Docker Hub secrets are configured.