refactor: rename package CLI to akuapkg - #91
Merged
Conversation
Rationale: reserve `akua` for the provider-neutral platform CLI and give the package toolchain a distinct executable, release artifact, installer, and documentation identity. Rejected: a WASM embedding was not used for the platform CLI because the Package SDK requires native Helm/Kustomize/OCI engines; the SDK now permits a compiled host to inject its statically linked N-API binding before first use. Risk: this is a breaking executable and release-artifact rename; package file formats, environment contracts, and npm package names stay compatible. Tested: task sdk:test; task sdk:build; cargo test -p akuapkg-cli --lib; cargo test -p akuapkg-cli --test cli_integration --test api_integration; task fmt:check; task site:check-links; task release:check-workflows.
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
akua-cli/akuatoakuapkg-cli/akuapkgCompatibility
akuapkgakua.toml,akua.lock), environment contracts, and npm package names stay unchangedVerification
task sdk:test(61 pass)task sdk:buildcargo test -p akuapkg-cli --lib(286 pass)cargo test -p akuapkg-cli --test cli_integration --test api_integration(43 pass)task fmt:checktask site:check-linkstask release:check-workflowsFollow-up: after merge, rename the GitHub repository to
akua-dev/akuapkg, cut a tagged SDK release, then wire the platform CLI’sakua pkgcommand to the released N-API SDK.