From 717a2054e536cd4fc1859786c920c8f53cd44988 Mon Sep 17 00:00:00 2001 From: Emi <74990983+canoo@users.noreply.github.com> Date: Sat, 27 Jun 2026 21:46:20 -0600 Subject: [PATCH 1/4] docs: add community contributor callout --- README.md | 13 ++++ .../discussion-posts/community-help-wanted.md | 65 +++++++++++++++++++ 2 files changed, 78 insertions(+) create mode 100644 docs/discussion-posts/community-help-wanted.md diff --git a/README.md b/README.md index a92e6ed..f833416 100644 --- a/README.md +++ b/README.md @@ -285,6 +285,19 @@ bash tests/test-install-cycle.sh See [CONTRIBUTING.md](CONTRIBUTING.md) for development setup, PR guidelines, and commit conventions. +### Looking for contributors + +NEXUS is an early open-source project and is actively looking for a few steady contributors as the next milestones come together: + +| Role | Good fit if you like | Current focus | +|---|---|---| +| **Discord/community moderator** | Welcoming new users, collecting feedback, keeping discussions organized | Help shape community norms, surface useful bug reports, and turn recurring questions into docs or issues | +| **Integrator** | Connecting tools, MCP servers, CLIs, and config formats | Help test NEXUS across Claude Code, Gemini CLI, Kiro, Cursor, Windsurf, Cline, Continue.dev, and local Ollama setups | +| **Developer** | Go, Node.js, terminal UX, automation, or local AI workflows | Help with observability, tool sync, routing, tests, cross-platform support, and release polish | +| **Documentation/discussion contributor** | Explaining workflows clearly and asking good product questions | Help write guides, forum posts, dependency proposals, and milestone summaries | + +If any of that sounds useful, open a GitHub Discussion or pick up an issue from the current milestones. Small, focused contributions are welcome. + ## Security See [SECURITY.md](SECURITY.md) for vulnerability reporting. diff --git a/docs/discussion-posts/community-help-wanted.md b/docs/discussion-posts/community-help-wanted.md new file mode 100644 index 0000000..8c7d36a --- /dev/null +++ b/docs/discussion-posts/community-help-wanted.md @@ -0,0 +1,65 @@ +# Discussion Draft: Help Wanted for NEXUS Contributors + +Title ideas: + +- Help wanted: Discord/community mod, integrator, and developer contributors +- Looking for contributors for the next NEXUS milestones +- NEXUS is active again: looking for community help + +Post: + +Hey everyone, quick project update: I was away for school and final exams for a bit, but I am back to working on NEXUS again. I am going through open PRs, checking the recent merges, and planning the next milestone work. + +I would like to start building a small contributor group around the project. NEXUS is still early, so there is room to shape both the technical direction and the community workflow. + +The main areas where help would be useful: + +## Discord/community moderator + +Someone who can help keep community discussion organized, welcome new users, collect common questions, and turn recurring feedback into docs, issues, or milestone notes. + +Good fit if you like: + +- Helping users get unstuck +- Keeping discussions friendly and on topic +- Turning vague feedback into clear issues +- Helping define community norms early + +## Integrator + +Someone who enjoys testing how tools fit together. NEXUS touches AI coding tools, MCP servers, config formats, local Ollama models, and CLI workflows, so integration testing is a big part of the project. + +Good fit if you like: + +- Trying NEXUS with Claude Code, Gemini CLI, Kiro, Cursor, Windsurf, Cline, Continue.dev, or Ollama +- Testing install/update flows +- Finding config edge cases +- Writing compatibility notes and setup guides + +## Developer + +Another developer would be a huge help as the next milestones move forward. + +Good fit if you like: + +- Go terminal apps +- Node.js MCP servers +- Local AI workflows +- Observability and usage dashboards +- GitHub Actions and release automation +- Cross-platform support + +Near-term technical areas include observability, task logging, usage/cost summaries, tool sync, routing improvements, and release polish. + +## Discussion/docs contributor + +I am also interested in help turning ideas into good GitHub Discussions: dependency proposals, integration ideas, roadmap questions, and milestone updates. + +Good fit if you like: + +- Writing clear technical posts +- Asking product/design questions +- Comparing open-source dependencies +- Helping turn community discussion into actionable issues + +If you are interested, reply here with what area you would like to help with. Small contributions are welcome, and I am happy to help turn ideas into first issues or focused PRs. From e47a2985c478c075e5903ebd89edd7147eac2dbc Mon Sep 17 00:00:00 2001 From: Emi <74990983+canoo@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:46:24 -0600 Subject: [PATCH 2/4] docs: clarify Discord contributor experience --- README.md | 2 +- docs/discussion-posts/community-help-wanted.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f833416..e2530ed 100644 --- a/README.md +++ b/README.md @@ -291,7 +291,7 @@ NEXUS is an early open-source project and is actively looking for a few steady c | Role | Good fit if you like | Current focus | |---|---|---| -| **Discord/community moderator** | Welcoming new users, collecting feedback, keeping discussions organized | Help shape community norms, surface useful bug reports, and turn recurring questions into docs or issues | +| **Discord/community moderator** | Welcoming new users, collecting feedback, keeping discussions organized, setting up webhooks, and working with Discord bots or the Discord Developer Platform | Help shape community norms, surface useful bug reports, automate helpful community workflows, and turn recurring questions into docs or issues | | **Integrator** | Connecting tools, MCP servers, CLIs, and config formats | Help test NEXUS across Claude Code, Gemini CLI, Kiro, Cursor, Windsurf, Cline, Continue.dev, and local Ollama setups | | **Developer** | Go, Node.js, terminal UX, automation, or local AI workflows | Help with observability, tool sync, routing, tests, cross-platform support, and release polish | | **Documentation/discussion contributor** | Explaining workflows clearly and asking good product questions | Help write guides, forum posts, dependency proposals, and milestone summaries | diff --git a/docs/discussion-posts/community-help-wanted.md b/docs/discussion-posts/community-help-wanted.md index 8c7d36a..fa33145 100644 --- a/docs/discussion-posts/community-help-wanted.md +++ b/docs/discussion-posts/community-help-wanted.md @@ -16,12 +16,14 @@ The main areas where help would be useful: ## Discord/community moderator -Someone who can help keep community discussion organized, welcome new users, collect common questions, and turn recurring feedback into docs, issues, or milestone notes. +Someone who can help keep community discussion organized, welcome new users, collect common questions, and turn recurring feedback into docs, issues, or milestone notes. Discord webhook, bot, and Developer Platform experience would also be helpful as the community tooling grows. Good fit if you like: - Helping users get unstuck - Keeping discussions friendly and on topic +- Setting up Discord webhooks and lightweight automations +- Working with Discord bots or the Discord Developer Platform - Turning vague feedback into clear issues - Helping define community norms early From 1fd14e2613aa54b0ac654058950877f029c9073e Mon Sep 17 00:00:00 2001 From: Emi <74990983+canoo@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:48:48 -0600 Subject: [PATCH 3/4] docs: add Discord community link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e2530ed..80b155b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ [![Go](https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) [![Linux](https://img.shields.io/badge/Linux-supported-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/canoo/agent-nexus) [![macOS](https://img.shields.io/badge/macOS-supported-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/canoo/agent-nexus) +[![Discord](https://img.shields.io/badge/Discord-Join%20community-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/tpHCzpAwr) **Network of EXperts, Unified in Strategy** @@ -296,7 +297,7 @@ NEXUS is an early open-source project and is actively looking for a few steady c | **Developer** | Go, Node.js, terminal UX, automation, or local AI workflows | Help with observability, tool sync, routing, tests, cross-platform support, and release polish | | **Documentation/discussion contributor** | Explaining workflows clearly and asking good product questions | Help write guides, forum posts, dependency proposals, and milestone summaries | -If any of that sounds useful, open a GitHub Discussion or pick up an issue from the current milestones. Small, focused contributions are welcome. +If any of that sounds useful, [join the Discord](https://discord.gg/tpHCzpAwr), open a GitHub Discussion, or pick up an issue from the current milestones. Small, focused contributions are welcome. ## Security From 7f48ccd36104b38948d1fe528be3b905e83a7b86 Mon Sep 17 00:00:00 2001 From: Emi <74990983+canoo@users.noreply.github.com> Date: Sat, 27 Jun 2026 22:50:40 -0600 Subject: [PATCH 4/4] Change Discord badge color in README Updated Discord badge color in README.md. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80b155b..affa4a1 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![Go](https://img.shields.io/badge/Go-1.25+-00ADD8?style=flat-square&logo=go&logoColor=white)](https://go.dev) [![Linux](https://img.shields.io/badge/Linux-supported-FCC624?style=flat-square&logo=linux&logoColor=black)](https://github.com/canoo/agent-nexus) [![macOS](https://img.shields.io/badge/macOS-supported-000000?style=flat-square&logo=apple&logoColor=white)](https://github.com/canoo/agent-nexus) -[![Discord](https://img.shields.io/badge/Discord-Join%20community-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/tpHCzpAwr) +[![Discord](https://img.shields.io/badge/Discord-5865F2?style=flat-square&logo=discord&logoColor=white)](https://discord.gg/tpHCzpAwr) **Network of EXperts, Unified in Strategy**