From 9b9b91c7a6f5b458a37a7492707fed536521cddd Mon Sep 17 00:00:00 2001 From: winlin Date: Sat, 2 May 2026 08:01:55 -0400 Subject: [PATCH] Codex: Limit SRS develop skill scope Mark next-generation Go origin and edge workflows as unsupported, while keeping proxy development as the supported path. Clarify that first-generation C++ origin remains maintenance-only. Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> --- .openclaw/skills/srs-develop/SKILL.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw/skills/srs-develop/SKILL.md b/.openclaw/skills/srs-develop/SKILL.md index 9733c6740..065650c25 100644 --- a/.openclaw/skills/srs-develop/SKILL.md +++ b/.openclaw/skills/srs-develop/SKILL.md @@ -1,6 +1,6 @@ --- name: srs-develop -description: Develop, modify, debug, and maintain the next-generation SRS media server written in Go — including the proxy, origin, and edge servers. This is the AI-maintained successor to the first-generation C++ SRS server. Use for all development tasks, for example, adding features, fixing bugs, refactoring code, understanding code architecture, reviewing changes, and writing tests for the Go codebase. NOT for end-user support, usage questions, configuration help, or learning how to use SRS — use the srs-support skill for those. Only activate when the task is explicitly about developing or modifying the Go SRS codebase. +description: Develop, modify, debug, and maintain the next-generation SRS media server written in Go. This is the AI-maintained successor to the first-generation C++ SRS server. Currently, planned changes are supported for the Go proxy server only; the next-generation Go origin and edge server workflows are not yet supported. Use for all development tasks, for example, adding features, fixing bugs, refactoring code, understanding code architecture, reviewing changes, and writing tests for the Go codebase. NOT for end-user support, usage questions, configuration help, or learning how to use SRS — use the srs-support skill for those. Only activate when the task is explicitly about developing or modifying the Go SRS codebase. --- # SRS Development @@ -100,7 +100,7 @@ Do NOT attempt unsupported tasks. | Service | Route To | Status | |---|---|---| | **Proxy server** | → [Proxy Server](#proxy-server) | ✅ Supported | -| **Origin server** | → [Origin Server](#origin-server) | ✅ Supported | +| **Origin server** | → [Origin Server](#origin-server) | ❌ Not yet supported | | **Edge server** | → [Edge Server](#edge-server) | ❌ Not yet supported | **If the routed service is not yet supported**, stop and tell the user: @@ -153,7 +153,7 @@ All script paths are relative to this skill's directory. ### Origin Server -*(workflow steps to be defined)* +**Not yet supported.** This refers to the next-generation Go origin server workflow. The first-generation C++ origin server still exists, but it is in maintenance mode and only bug fixes are accepted there. ### Edge Server