feat+ci: Go-native websearch skill integration + E2E test#101
Merged
Conversation
- Switch websearch skill from archived Python SIN-Code-Websearch-Skill to Go-native OpenSIN-Code/web_search_bundle. - mcpclient registry now uses the built binary at SIN_SKILLS_DIR/web_search_bundle/sin-websearch and falls back to PATH. - Registry also uses the default skills dir (~/.local/share/sin-code/skills) when SIN_SKILLS_DIR env is unset, matching skillmgr behavior. - skillmgr verifies the Go entrypoint by building sin-websearch into the repo root with -o sin-websearch. - Add registry tests for local-binary, PATH-fallback, and default-skills-dir. - Add E2E test (build tag e2e) that installs websearch from GitHub and verifies the binary runs --help. - Add skill-e2e.yml GitHub Actions workflow to run the E2E test on main/push, on PRs touching skillmgr/mcpclient, and manually.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🏆 CEO Audit — A+ (100.0/100)
📥 Download full report (Markdown)
|
🏆 CEO Audit — A+ (100.0/100)
📥 Download full report (Markdown) Run ID:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Switch the websearch skill from the archived Python SIN-Code-Websearch-Skill to the Go-native OpenSIN-Code/web_search_bundle. The MCP registry now uses the built binary in SIN_SKILLS_DIR (or the default ~/.local/share/sin-code/skills) and falls back to PATH. The skill manager verifies the Go entrypoint by building sin-websearch. Adds registry unit tests and a full E2E test (gated by e2e build tag) that installs websearch from GitHub, plus a skill-e2e.yml workflow.