From fdb309560fad73eaeec7499113ac96ec575c9779 Mon Sep 17 00:00:00 2001 From: Mariusz Sabath Date: Tue, 28 Jul 2026 09:49:50 -0400 Subject: [PATCH 1/2] docs: move .github repo from Experimental to Core The .github repo hosts the project website and documentation (rossoctl.dev), which is production-facing rather than experimental. Move it into the Core section alongside rossoctl, operator, cortex, and examples. Closes #2292 Signed-off-by: Mariusz Sabath --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index 3579690..a7bfb1d 100644 --- a/profile/README.md +++ b/profile/README.md @@ -13,13 +13,13 @@ Built on open standards: - **[operator](https://github.com/rossoctl/operator)** - Kubernetes operator for deploying and lifecycle management of agents and tools (Go) - **[cortex](https://github.com/rossoctl/cortex)** - Kubernetes security extensions for zero-trust agent authentication (Go) - **[examples](https://github.com/rossoctl/examples)** - Sample agents and tools (Python) +- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Hugo/HTML) #### Experimental - **[mcp-gateway](https://github.com/Kuadrant/mcp-gateway)** - Envoy-based MCP Gateway (Go) — *hosted under [Kuadrant](https://github.com/Kuadrant) org* - **[capture-the-flag](https://github.com/rossoctl/capture-the-flag)** - Capture the flag scenarios to demonstrate and test Rossoctl's security posture - **[workload-harness](https://github.com/rossoctl/workload-harness)** - Tools for agent load generation on the Rossoctl platform (Python) -- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Hugo/HTML) ### Get involved From 465e4dca84ae8abd79fa869f8fd95ebf1bff3476 Mon Sep 17 00:00:00 2001 From: Mariusz Sabath Date: Tue, 28 Jul 2026 09:55:14 -0400 Subject: [PATCH 2/2] Update profile/README.md Signed-off-by: Mariusz Sabath Co-authored-by: Ed Snible --- profile/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/README.md b/profile/README.md index a7bfb1d..3c71f07 100644 --- a/profile/README.md +++ b/profile/README.md @@ -13,7 +13,7 @@ Built on open standards: - **[operator](https://github.com/rossoctl/operator)** - Kubernetes operator for deploying and lifecycle management of agents and tools (Go) - **[cortex](https://github.com/rossoctl/cortex)** - Kubernetes security extensions for zero-trust agent authentication (Go) - **[examples](https://github.com/rossoctl/examples)** - Sample agents and tools (Python) -- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Hugo/HTML) +- **[.github](https://github.com/rossoctl/.github)** - Project website and documentation (Docusaurus/HTML) #### Experimental