Skip to content

feat: Add twak automate and x402 to cli reference#427

Open
davidkulman-tw wants to merge 2 commits into
masterfrom
feat/cli-x402-automate
Open

feat: Add twak automate and x402 to cli reference#427
davidkulman-tw wants to merge 2 commits into
masterfrom
feat/cli-x402-automate

Conversation

@davidkulman-tw
Copy link
Copy Markdown
Contributor

Summary

Documents two twak CLI surface areas that landed in the agent SDK but were missing from agent-sdk/cli-reference.md:

  • twak automateadd (DCA via --interval or limit order via --price/--condition), list, pause, resume, delete. Inserted between ## swap and ## onramp so the trading-related commands stay grouped.
  • twak x402quote (read-only preview), request (sign + pay), info. Includes the safety notes (HTTPS-only, --max-payment cap, EIP-3009 preferred over Permit2) and a pointer down to twak serve --x402 for the server side. Inserted between ## alert and ## serve.

Content matches the canonical command references in tw-agent-skills/skills/wallet/references/{automations,x402}.md, condensed to the cli-reference's terser style.

How to test

  • Render agent-sdk/cli-reference.md in the docs site preview and confirm the new ## automate and ## x402 sections appear in the TOC and link anchors resolve.
  • Spot-check that the twak serve --x402 flags section (unchanged) still cross-references correctly from the new x402 section.

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds missing twak automate and twak x402 command documentation to the Agent SDK CLI reference so the docs reflect recently added CLI surface area.

Changes:

  • Document twak automate subcommands (add, list, pause, resume, delete) and their key flags.
  • Document twak x402 subcommands (quote, request, info), including safety notes and a pointer to twak serve --x402.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread agent-sdk/cli-reference.md Outdated
Comment thread agent-sdk/cli-reference.md Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants