Skip to content

docs: trim root README to integrator-facing content - #13

Merged
bufo24 merged 1 commit into
mainfrom
docs/fix-root-readme
Jul 7, 2026
Merged

docs: trim root README to integrator-facing content#13
bufo24 merged 1 commit into
mainfrom
docs/fix-root-readme

Conversation

@bufo24

@bufo24 bufo24 commented Jul 7, 2026

Copy link
Copy Markdown
Member

What

The root README.md is read by developers integrating the SDK, not by maintainers of it. Two changes:

  1. Removed maintainer-only sections. The Development (install/typecheck/test/build, refresh-schema, codegen) and Releasing sections are contributor concerns and don't belong in a consumer-facing README. All of it is already documented in CLAUDE.md, so nothing is lost.
  2. Fixed the quick-start snippet. payments.wallets.list({ environmentId: env.id }) referenced an undefined env; it now fetches an environment first, matching packages/payments/README.md.

What remains is integrator-focused: packages overview, install, quick start, link to full payments docs, license.

Scope

Root README only. The core, payments, and examples READMEs were reviewed and are accurate — left untouched.

@bufo24
bufo24 force-pushed the docs/fix-root-readme branch from f9a53af to 267c799 Compare July 7, 2026 08:15
@bufo24 bufo24 changed the title docs: fix root README release flow and quick-start snippet docs: trim root README to integrator-facing content Jul 7, 2026
The root README is read by developers integrating the SDK, not by
maintainers of it. Removed the maintainer-only Development and Releasing
sections (build/test, refresh-schema, codegen, release-please flow) —
all of which are already documented in CLAUDE.md.

Also fixed the quick-start snippet: it referenced an undefined `env`
variable, and used `apiKey` for API calls when payments resources
require `serviceApiKey` (the scoped x-api-key).
@bufo24
bufo24 force-pushed the docs/fix-root-readme branch from 267c799 to 81c84d2 Compare July 7, 2026 08:21
@bufo24
bufo24 merged commit af089c1 into main Jul 7, 2026
2 checks passed
@bufo24
bufo24 deleted the docs/fix-root-readme branch July 7, 2026 10:41
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.

1 participant