Sync with develop branch#299
Merged
Merged
Conversation
Standalone tool (outside the yarn workspace) that funds a PolyPay multisig with USDC on Arbitrum One via the gasless x402 flow. Signs the EIP-3009 authorization inside an OWS policy-gated vault, so the agent process only ever holds a scoped token — never the private key. - src/: discover -> sign (via OWS subprocess) -> submit x402 deposit - policy/: executable policy restricting signing to a USDC TransferWith- Authorization, to one multisig, capped, on Arbitrum One (eip155:42161) - test/policy-gate.mjs: proves the gate (allows correct, denies others) - setup.sh + README: provisioning runbook Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
feat(agent): OWS-secured x402 USDC deposit agent for Arbitrum One
Adds a pull_request-triggered workflow that runs an automated Claude code review on every PR to main/develop and posts findings as PR comments (top-level summary + inline notes). Security-weighted prompt for this payments/multisig/ZK codebase, scoped gh tooling, per-PR concurrency. Requires a maintainer to install the Claude GitHub App and add the ANTHROPIC_API_KEY Actions secret before the job can authenticate. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Switch the review workflow auth from anthropic_api_key to claude_code_oauth_token so it runs on the team's Claude Pro/Max subscription. Secret renamed to CLAUDE_CODE_OAUTH_TOKEN. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
ci: auto-review every PR with Claude
Feat: Update readme
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.
Task name here
Sync with develop branch
Types of change
Comments (optional)