feat: scaffold standalone aavegotchi-cli foundation#1
Merged
cinnabarhorse merged 6 commits intomainfrom Feb 27, 2026
Merged
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.
Summary
env:readonlyenv:<ENV_VAR>keychain:<accountId>with encrypted local key store (AGCLI_KEYCHAIN_PASSPHRASE)remote:<url|address|authEnv>with HTTP signer protocolledger:<path|address|bridgeEnv>via bridge command protocolsigner checksigner keychain import|list|removebootstrapwith signer backend config flags:--signer-address--signer-auth-env-var--signer-bridge-env-varauction,staking,gotchi-points) to stub/read supportaavegotchi-clipublishConfig.access=publicrm -rf dist).github/workflows/ci.yml.github/workflows/release.ymlTest Plan
npm run typechecknpm testnpm run buildnpm run parity:checknpm run ag -- helpNPM_CONFIG_CACHE=/tmp/aavegotchi-cli-npm-cache npm pack --dry-runAGCLI_HOME=/tmp/agcli-e2e-final npm run ag -- bootstrap --mode agent --profile prod --chain base --signer readonly --jsonAGCLI_HOME=/tmp/agcli-e2e-final AGCLI_KEYCHAIN_PASSPHRASE=passphrase-123 AGCLI_PRIVATE_KEY=0x1111111111111111111111111111111111111111111111111111111111111111 npm run ag -- signer keychain import --account-id bot --private-key-env AGCLI_PRIVATE_KEY --jsonAGCLI_HOME=/tmp/agcli-e2e-final npm run ag -- signer keychain list --jsonAGCLI_HOME=/tmp/agcli-e2e-final AGCLI_KEYCHAIN_PASSPHRASE=passphrase-123 npm run ag -- bootstrap --mode agent --profile bot --chain base --signer keychain:bot --jsonAGCLI_HOME=/tmp/agcli-e2e-final AGCLI_KEYCHAIN_PASSPHRASE=passphrase-123 npm run ag -- signer check --profile bot --jsonAGCLI_HOME=/tmp/agcli-e2e-final npm run ag -- auction bid --json(expected typed error:MISSING_ARGUMENTfor--abi-file, confirms alias routing)Publish Status
NPM_CONFIG_CACHE=/tmp/aavegotchi-cli-npm-cache npm publish --access publicE403 403 Forbidden - PUT https://registry.npmjs.org/aavegotchi-cli - You may not perform that action with these credentials.Preview