diff --git a/docusaurus.config.ts b/docusaurus.config.ts index cd5f15a..555ec6b 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -116,7 +116,7 @@ const config: Config = { // is the homepage, reproducing the upstream Welcome/README page inside the // normal docs layout (left sidebar + content), NOT a custom hero. The // sidebar groups mirror that repo's mkdocs.yml nav. Pages: About, - // Onboarding, Workstreams, Key Dates, Content, Resources. + // Onboarding, Key Dates, Content, Resources. [ '@docusaurus/plugin-content-docs', { diff --git a/ecosystem/onboarding.md b/ecosystem/onboarding.md index 52a4bcb..a57128f 100644 --- a/ecosystem/onboarding.md +++ b/ecosystem/onboarding.md @@ -15,7 +15,6 @@ Guide for new contributors joining the rossoctl ecosystem. ## 3. Explore the Project - **[Welcome to rossoctl](welcome.mdx)** — What the project is and what it covers -- **[Workstreams](workstreams.md)** — Active areas of development, each with its own scope and contributors - **[rossoctl Issue Prioritization](https://github.com/orgs/rossoctl/projects/8)** — Current priorities and open issues ## 4. Start Contributing diff --git a/ecosystem/workstreams.md b/ecosystem/workstreams.md deleted file mode 100644 index a10b7cb..0000000 --- a/ecosystem/workstreams.md +++ /dev/null @@ -1,19 +0,0 @@ -# Workstreams - -| Workstream | What it is | Leaders and Core Contributors | -|------------|-----------|-------------------| -| Agent Lifecycle Management | Managing agent lifecycle on the platform via the operator — deploy, hibernate, wake, scale | **Jarek Cwiklik**, Paolo Dettori | -| Agent Runtime | Agent runtime, proxy | **Hai Huang**, Ed Snible | -| Audit Trail | Security audit trail — full record of autonomous agent actions for compliance | **Parul Singh** | -| Authorization and Policy Management | Scoped permissions with runtime policy enforcement that limit what an agent can do | **Rong Chang**, Maia Iyer, Alan Cha, Hai Huang | -| Benchmarking | Agent benchmarking and test infrastructure | **Kelly Abuelsaad** | -| Guardrails | Content safety and compliance policies for agents making autonomous decisions | **Evaline Ju** | -| Identity Management (Keycloak) | Identity and access management | **Alan Cha**, Maia Iyer | -| Intent Based Access Control | Intent based access control | **Hai Huang** | -| MCP Gateway | Unified front door for MCP servers — tool routing, auth, token exchange | **Hai Huang**, Ed Snible | -| Network Security | Secure network architecture and isolation between agents and external systems | **Hai Huang** | -| Observability & Token Cost Management | Tracing, token cost attribution, and auto-instrumentation | **Evaline Ju**, Ilya Kolchinsky | -| Resiliency & Consistency | Ensuring environment consistency and preventing corruption from agent actions, inconsistent states | **Sahil Suneja** | -| Sandboxing | Isolated execution environments for code dev, AI-generated code, and MCP tools | **Ladislav Smola** | -| State Management | State, context, and session management — persistent state so agents retain memory across restarts and sessions | **Maia Iyer**, Evaline Ju, Alan Cha, Kelly Abuelsaad | -| Workload Identity and Security | Zero-trust auth and identity management for agents, tools, and users — cryptographic workload identity via SPIFFE/SPIRE | **Mariusz Sabath**, Maia Iyer, Alan Cha, Morgan Foster, Akram Ben Aissi | diff --git a/sidebarsEcosystem.ts b/sidebarsEcosystem.ts index 9e2a9a2..ba929ad 100644 --- a/sidebarsEcosystem.ts +++ b/sidebarsEcosystem.ts @@ -5,7 +5,6 @@ import type {SidebarsConfig} from '@docusaurus/plugin-content-docs'; * entry with id 'ecosystem' in docusaurus.config.ts). Order: * Welcome to rossoctl (the landing page, /, holds the "about" content) * Planning -> Key Dates - * Project -> Workstreams * Community -> Onboarding, Content, Resources * * `collapsible: false` renders each group as a permanent section header (no @@ -20,12 +19,6 @@ const sidebars: SidebarsConfig = { collapsible: false, items: [{type: 'doc', id: 'key-dates', label: 'Key Dates'}], }, - { - type: 'category', - label: 'Project', - collapsible: false, - items: [{type: 'doc', id: 'workstreams', label: 'Workstreams'}], - }, { type: 'category', label: 'Community', diff --git a/static/workstreams/index.html b/static/workstreams/index.html new file mode 100644 index 0000000..79c1d42 --- /dev/null +++ b/static/workstreams/index.html @@ -0,0 +1,7 @@ + + +
This page has moved. Go to the rossoctl home page.