Conversation
There was a problem hiding this comment.
Pull request overview
Adds a quick-reference links table near the top of the repository README to make key project resources easier to discover.
Changes:
- Inserted a links table (project site/docs, SDK API references, blog post, npm, PyPI) between the header/badges and the “What is this?” section.
| | **Project site & docs** | [agentreceipts.ai](https://agentreceipts.ai) | | ||
| | **API reference** | [Go](https://agentreceipts.ai/sdk-go/api-reference/) · [TypeScript](https://agentreceipts.ai/sdk-ts/api-reference/) · [Python](https://agentreceipts.ai/sdk-py/api-reference/) | | ||
| | **Blog** | [Your AI Agent Just Sent an Email](https://jongerius.solutions/post/your-ai-agent-just-sent-an-email/) | | ||
| | **npm** | [@agnt-rcpt/sdk-ts](https://www.npmjs.com/package/@agnt-rcpt/sdk-ts) | |
There was a problem hiding this comment.
The npm package name linked here ("@agnt-rcpt/sdk-ts") conflicts with the TypeScript quick-start section below, which currently instructs npm install @agent-receipts/sdk-ts and imports from @agent-receipts/sdk-ts. Please align the README to a single published package name (link + install/import examples) so users don’t copy an incorrect command.
|
|
||
| </div> | ||
|
|
||
| | | | |
There was a problem hiding this comment.
This table uses an empty header row (| | |), which reduces clarity and can be less accessible for screen readers that rely on column headers. Consider adding descriptive headers (e.g., "Resource" / "Link") or switching to a simple bullet list if headers aren’t desired.
| | | | | |
| | Resource | Link | |
Summary
Test plan