Enhance the srs-support skill with doc-based knowledge layers, a full troubleshooting section, and new eval cases. Update workspace config files with model auth notes, voice dictation dictionary, and gitignore patterns. srs-support skill: - Reframe skill scope: operators and users, not developers - Add Layer 2 doc file mapping (25+ topic-to-doc-file entries) so the skill loads relevant doc files instead of jumping to source code - Add Step 4 troubleshooting section covering WebRTC candidate issues, HLS latency tuning, stream-not-found diagnostics, reverse proxy problems, VLC buffering trap, and firewall port reference - Add Oryx out-of-scope policy (planned but not available yet) - Add 6 new eval cases (ids 15-20) for troubleshooting scenarios - Fix unicode arrows in evals for cross-platform compatibility Workspace updates: - TOOLS.md: Add model auth refresh instructions and git commit workflow - USER.md: Add voice dictation dictionary for speech-to-text corrections - srs-overview.md: Replace ASCII diagram with Mermaid, expand browser publisher description for mobile WHIP support - .claude/settings.local.json: Add read-only shell command permissions - .gitignore: Add workspace pattern exclusions --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
51 lines
682 B
Plaintext
51 lines
682 B
Plaintext
# Compiled Object files
|
|
*.slo
|
|
*.lo
|
|
*.o
|
|
|
|
# Compiled Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
*.la
|
|
*.a
|
|
|
|
# by winlin
|
|
*.pyc
|
|
*.swp
|
|
.DS_Store
|
|
/trunk/Makefile
|
|
/trunk/objs
|
|
/trunk/src/build-qt-Desktop-Debug
|
|
/trunk/research/librtmp/objs
|
|
/trunk/3rdparty/ccache/ccache-3.1.9
|
|
/trunk/3rdparty/gprof/graphviz-2.36.0
|
|
/trunk/research/api-server/static-dir/forward
|
|
/trunk/research/api-server/static-dir/live
|
|
/trunk/research/api-server/static-dir/players
|
|
|
|
# Apple-specific garbage files.
|
|
.AppleDouble
|
|
.idea
|
|
.cursor/
|
|
.DS_Store
|
|
*.heap
|
|
*.exe
|
|
|
|
|
|
cmake-build-debug
|
|
/build
|
|
/cmake/build
|
|
/trunk/cmake/build
|
|
|
|
# proxy (Go)
|
|
srs-proxy
|
|
.go-formarted
|
|
.env
|
|
|
|
# For AI
|
|
/*personal*
|
|
/*workspace*
|