build(cli): add authoritative ae binary - #335
Draft
sandersonstabo wants to merge 6 commits into
Draft
Conversation
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.
Dependency
agent/portable-cargo-binary-identity-port-17d9694).Scope
//modules/cli:ae, CLI library, unit-test, Clippy, format, and package test targets.modules/clito the Cargo workspace and repin Cargo/Crate-Universe locks.getrandomandsha2Bazel aliases.LOCALAPPDATAfor the existing Windows path test.Copy.Verification
//modules/cli:aeand//modules/cli:cli_unit_testbuild with Bazel--jobs=1.ae, the CLI unit crate, and the identity proof.//:format_testpassing.cargo metadata --locked --offlinepassing.D:/artisan-editor-gate-logs/portable-cli-bazel-target-20260829-gate6/receipt.json.Exclusions / next work
Need help on this PR? Tag
@codesmith-botwith what you need. Autofix is disabled.Summary by cubic
Adds the CLI as an authoritative Bazel target so
aebuilds, runs its unit tests, and is covered by root quality gates; the CLI library is also added to the Cargo workspace with repinned Cargo and Crate-Universe locks.Notes
getrandomandsha2Bazel deps are now version-qualified (@crates//:getrandom-0.4.3,@crates//:sha2-0.11.0) because the CLI pulls in different versions.LOCALAPPDATA.Copyto clear a new Clippy finding.//modules/cli.Written for commit 2c4758d. Summary will update on new commits.