From 7fa1e522ccfa84d80d4600ca21ec0c89edc93d5b Mon Sep 17 00:00:00 2001 From: Ed Snible Date: Tue, 28 Jul 2026 10:49:50 -0400 Subject: [PATCH 1/2] Repoint Slack links Signed-off-by: Ed Snible --- docusaurus.config.ts | 2 +- ecosystem/onboarding.md | 2 +- ecosystem/resources.md | 2 +- profile/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 0532f69..f598c51 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -211,7 +211,7 @@ const config: Config = { }, { // Slack icon + small "Join Slack" label (see .header-slack-link in custom.css). - href: 'https://ibm.biz/kagenti-slack', + href: 'https://ibm.biz/rossoctl-slack', position: 'right', className: 'header-slack-link', label: 'Join Slack', diff --git a/ecosystem/onboarding.md b/ecosystem/onboarding.md index a57128f..090b85d 100644 --- a/ecosystem/onboarding.md +++ b/ecosystem/onboarding.md @@ -5,7 +5,7 @@ Guide for new contributors joining the rossoctl ecosystem. ## 1. Join the Community - **GitHub** — Browse the [rossoctl org](https://github.com/rossoctl/) and fork any repo to start contributing -- **Slack** — [Join the community](https://ibm.biz/kagenti-slack) for real-time discussion +- **Slack** — [Join the community](https://ibm.biz/rossoctl-slack) for real-time discussion - **Google Group** — Join [kagenti-contributors](https://groups.google.com/g/kagenti-contributors) for shared docs and announcements ## 2. Join the Community Calendar diff --git a/ecosystem/resources.md b/ecosystem/resources.md index 62afbf3..253d929 100644 --- a/ecosystem/resources.md +++ b/ecosystem/resources.md @@ -7,6 +7,6 @@ | Project Board | [rossoctl Issue Prioritization](https://github.com/orgs/rossoctl/projects/8) | | Blog | [Medium](https://medium.com/rossoctl-the-agentic-platform) | | Video | [YouTube (@Rossoctl)](https://www.youtube.com/@Rossoctl) | -| Slack | [Join the community](https://ibm.biz/kagenti-slack) | +| Slack | [Join the community](https://ibm.biz/rossoctl-slack) | | Google Group | [kagenti-contributors](https://groups.google.com/g/kagenti-contributors) | | Community Calendar | [kagenti@kagenti.io](https://calendar.google.com/calendar/embed?src=kagenti%40kagenti.io&ctz=America%2FNew_York) | \ No newline at end of file diff --git a/profile/README.md b/profile/README.md index 3c71f07..2d35a42 100644 --- a/profile/README.md +++ b/profile/README.md @@ -26,4 +26,4 @@ Built on open standards: - 📖 Start with the [CONTRIBUTING](https://github.com/rossoctl/rossoctl/blob/main/CONTRIBUTING.md) guide - 👥 Meet the [maintainers](https://github.com/rossoctl/rossoctl/blob/main/MAINTAINERS.md) - 🌐 Learn more at [rossoctl.dev](https://rossoctl.dev/) -- 💬 Or just come say hi in the [Rossoctl Slack](https://ibm.biz/kagenti-slack) +- 💬 Or just come say hi in the [Rossoctl Slack](https://ibm.biz/rossoctl-slack) From 61e3438695e0cd0cc350c963f74a90c83249e828 Mon Sep 17 00:00:00 2001 From: Ed Snible Date: Tue, 28 Jul 2026 13:37:41 -0400 Subject: [PATCH 2/2] Migrate Google Group link and revise welcome text Signed-off-by: Ed Snible --- ecosystem/onboarding.md | 2 +- ecosystem/resources.md | 2 +- ecosystem/welcome.mdx | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ecosystem/onboarding.md b/ecosystem/onboarding.md index 090b85d..8e68683 100644 --- a/ecosystem/onboarding.md +++ b/ecosystem/onboarding.md @@ -6,7 +6,7 @@ Guide for new contributors joining the rossoctl ecosystem. - **GitHub** — Browse the [rossoctl org](https://github.com/rossoctl/) and fork any repo to start contributing - **Slack** — [Join the community](https://ibm.biz/rossoctl-slack) for real-time discussion -- **Google Group** — Join [kagenti-contributors](https://groups.google.com/g/kagenti-contributors) for shared docs and announcements +- **Google Group** — Join [rossoctl-contributors](https://groups.google.com/g/rossoctl-contributors) for shared docs and announcements ## 2. Join the Community Calendar diff --git a/ecosystem/resources.md b/ecosystem/resources.md index 253d929..ed29afb 100644 --- a/ecosystem/resources.md +++ b/ecosystem/resources.md @@ -8,5 +8,5 @@ | Blog | [Medium](https://medium.com/rossoctl-the-agentic-platform) | | Video | [YouTube (@Rossoctl)](https://www.youtube.com/@Rossoctl) | | Slack | [Join the community](https://ibm.biz/rossoctl-slack) | -| Google Group | [kagenti-contributors](https://groups.google.com/g/kagenti-contributors) | +| Google Group | [rossoctl-contributors](https://groups.google.com/g/rossoctl-contributors) | | Community Calendar | [kagenti@kagenti.io](https://calendar.google.com/calendar/embed?src=kagenti%40kagenti.io&ctz=America%2FNew_York) | \ No newline at end of file diff --git a/ecosystem/welcome.mdx b/ecosystem/welcome.mdx index 4f184b3..4abe589 100644 --- a/ecosystem/welcome.mdx +++ b/ecosystem/welcome.mdx @@ -106,7 +106,11 @@ export const rossoctlServices = [
-rossoctl is a set of platform primitives for agent security, resilience, and efficiency that platform owners can build on. It comes in two parts: RossoCortex, a data plane that mediates what agents do, and a set of services agents can call. It's open source, framework-neutral, and built on open standards, supporting A2A and MCP. +rossoctl is a set of platform primitives for agent security, resilience, **reliability** and efficiency that +platform owners can build on. It comes in three parts: RossoCortex, a data plane that mediates +what agents do, a set of services agents can call and a set of tools and frameworks for observability, +security, governance and administration. It's open source, framework-neutral, +and built on open standards, supporting A2A and MCP.