feat: sin-analyse-suite full integration — eval, skill, tests, docs (v3.22.0 follow-up)#398
Merged
Merged
Conversation
Eight deliverables completed in parallel: 1. Eval dataset: evals/skill-analyse.json (4 multimodal cases) 2. Permission test: cmd/sin-code/internal/permission_defaults_analyse_test.go (4 tests) 3. CLI shell: cmd/sin-code/analyse_cmd.go (status/tools/doctor) — standalone, not registered 4. Bundled skill: skills/multimodal-skills/skill-multimodal-analyse/ (11 files, validate_skill.py PASS) 5. Auto-discovery: skilldist picks up new skill with zero code changes (skills/embed.go) 6. AGENTS.md: §10 sin-analyse-suite subsection + multimodal naming table row 7. Coverage test: cmd/sin-code/internal/mcpclient/analyse_integration_test.go (5 tests) 8. ECOSYSTEM.md: status INTEGRATED v3.22.0 + bundled skill sub-row Tests: mcpclient (38 total) + permission (8 new) all race-clean. Build: cmd/sin-code/analyse_cmd.go compiles cleanly. Sinanalyse CLI shell deliberately NOT registered in main.go (passive bridge, opt-in deploy).
Contributor
|
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.
Summary
Eight parallel deliverables completing the sin-analyse-suite integration for v3.22.0.
Deliverables
evals/skill-analyse.jsoninternal/permission_defaults_analyse_test.gocmd/sin-code/analyse_cmd.goskills/multimodal-skills/skill-multimodal-analyse/AGENTS.md§10internal/mcpclient/analyse_integration_test.goECOSYSTEM.mdVerification
go build ./cmd/sin-code/...✅go test -race -count=1 ./cmd/sin-code/internal/mcpclient/ ./internal/permission/✅script/validate_skill.py --strict✅Notes
analyse_cmd.godeliberately NOT registered in main.go (NewAnalyseCmd()is self-contained). Operator decides when to opt-in.