From 15c0ce37229a5b44ff25ac6186f21b7e9ea5cecb Mon Sep 17 00:00:00 2001
From: Dotta <34892728+cryppadotta@users.noreply.github.com>
Date: Mon, 27 Apr 2026 09:35:33 -0500
Subject: [PATCH] Add Twitter/X link to READMEs (PAP-2475) (#4593)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
## Summary
- Adds [@papercliping on X](https://x.com/papercliping) next to the
existing Discord link in the top-of-file nav and the bottom
**Community** list of both `README.md` and `cli/README.md`.
- The `cli/README.md` change keeps the npm-published readme consistent
with the GitHub one.
Resolves PAP-2475.
## Test plan
- [ ] Render `README.md` on GitHub and confirm the new Twitter link in
the header strip and the Community section.
- [ ] Render `cli/README.md` (preview on GitHub or via npm) and confirm
the same.
- [ ] Click both Twitter links and verify they land on
`https://x.com/papercliping`.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Paperclip
@@ -409,6 +410,7 @@ We welcome contributions. See the [contributing guide](CONTRIBUTING.md) for deta ## Community - [Discord](https://discord.gg/m4HZY7xNG3) — Join the community +- [Twitter / X](https://x.com/papercliping) — Follow updates and announcements - [GitHub Issues](https://github.com/paperclipai/paperclip/issues) — bugs and feature requests - [GitHub Discussions](https://github.com/paperclipai/paperclip/discussions) — ideas and RFC diff --git a/cli/README.md b/cli/README.md index 98dffcad..b23c32a6 100644 --- a/cli/README.md +++ b/cli/README.md @@ -6,7 +6,8 @@ Quickstart · Docs · GitHub · - Discord + Discord · + Twitter
@@ -278,6 +279,7 @@ We welcome contributions. See the [contributing guide](https://github.com/paperc ## Community - [Discord](https://discord.gg/m4HZY7xNG3) — Join the community +- [Twitter / X](https://x.com/papercliping) — Follow updates and announcements - [GitHub Issues](https://github.com/paperclipai/paperclip/issues) — bugs and feature requests - [GitHub Discussions](https://github.com/paperclipai/paperclip/discussions) — ideas and RFC