feat!: enable remote customer-cloud storage bindings (ALIEN-291)#156
Open
lilienblum wants to merge 73 commits into
Open
feat!: enable remote customer-cloud storage bindings (ALIEN-291)#156lilienblum wants to merge 73 commits into
lilienblum wants to merge 73 commits into
Conversation
This was referenced Jul 20, 2026
Contributor
Author
|
CI Fast reached and passed lint, TypeScript typecheck, the real bindings addon build, package-layout validation, and the full TypeScript unit suite. It then stopped on the existing ALIEN-291-specific Rust, Node addon, TypeScript, IAM dataset, and generated AWS/GCP/Azure artifact checks are listed in the PR body and pass locally. |
lilienblum
force-pushed
the
lilienblum/alien-291-remote-bindings
branch
from
July 21, 2026 02:09
959ffe4 to
915d152
Compare
lilienblum
marked this pull request as ready for review
July 23, 2026 07:27
lilienblum
force-pushed
the
lilienblum/alien-291-remote-bindings
branch
2 times, most recently
from
July 23, 2026 08:15
658d29c to
2603348
Compare
@alienplatform/commands ships to npm with a blank package page. Document both halves of the package: sending with CommandsClient (.target scoping, CommandsClientConfig, InvokeOptions) and receiving with createCommandReceiver (environment contract, raw byte handlers, Standard Schema validation, execution budget, at-least-once delivery, drain semantics), plus the exported error set. Every TypeScript sample was extracted from the README and typechecked against the built package types with tsc --noEmit.
lilienblum
force-pushed
the
lilienblum/alien-291-remote-bindings
branch
from
July 24, 2026 04:08
632ac6f to
6956802
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.
Tracks ALIEN-291.
Summary
put,get,head,list, anddelete.packages/commands/README.mdso the published@alienplatform/commandspackage has a landing page. It documents the standalone sender and the pull receiver, theALIEN_COMMANDS_*environment, and the{ managerUrl, deploymentId, token }client contract that ships today.Security and ownership
storage/remote-data-write.Breaking changes
/v1/resolve-credentialsroute.BindingsProvider::for_remote_deploymentwithBindings::for_remote_deployment.Verification
cargo test -p alien-manager --lib: 186 passed.RUSTC_WRAPPER= cargo check --workspace --all-targetsand the comprehensive E2E app check pass on the current branch.cargo check -p alien-platform-api, explicit Rust formatting, generator shell validation, andgit diff --checkpass.660315fb80e6ad84428637c1eb0b1e6eae1742e4.660315fb80e6ad84428637c1eb0b1e6eae1742e4: https://github.com/alienplatform/alien/actions/runs/30004976992packages/commands/README.mdcommit is documentation only and touches no code path, so it postdates the CI and thermo SHA above without affecting them. Its eight TypeScript samples were type-checked against the built package exports, with a negative control confirming the harness rejects nonexistent API.