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