@ametyst/cli
v0.2.45
Published
Ametyst CLI — embedded MCP server, wallet ops, agent payments
Readme
One-sentence summary of what this repo is. Example: "Credential service — handles auth, sessions, JWT issuance, and key management for Ametyst."
What this repo does
- Bullet 1 — primary responsibility
- Bullet 2 — secondary responsibility
- Bullet 3 — secondary responsibility
Stop here. Design decisions go in ARCHITECTURE.md.
Quickstart (local)
gh repo clone ametyst-dev/<repo-name>
cd <repo-name>
pnpm install
cp .env.example .env.local # then fill values (ask in #product Slack if missing)
docker compose up -d # if this repo needs a local DB/Redis
pnpm devApp runs on http://localhost:<port>.
Docs
- ARCHITECTURE.md — how the code is organized
- INFRA.md — how it gets deployed
- CONTRIBUTING.md — how to develop and contribute
- CHANGELOG.md — release notes
Related repos
@ametyst-dev/sdk— shared types and client<other dependencies>
Owners
- @ (DRI)
- @ (backup)
