Skip to content

feat: sin-analyse-suite full integration — eval, skill, tests, docs (v3.22.0 follow-up)#398

Merged
Delqhi merged 1 commit into
mainfrom
feat/context-compaction-modes
Jun 18, 2026
Merged

feat: sin-analyse-suite full integration — eval, skill, tests, docs (v3.22.0 follow-up)#398
Delqhi merged 1 commit into
mainfrom
feat/context-compaction-modes

Conversation

@Delqhi

@Delqhi Delqhi commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Summary

Eight parallel deliverables completing the sin-analyse-suite integration for v3.22.0.

Deliverables

# File Purpose
1 evals/skill-analyse.json 4 multimodal eval cases (image/PDF/log/data)
2 internal/permission_defaults_analyse_test.go 4 tests: wildcard match, read-only invariant, non-matching tools
3 cmd/sin-code/analyse_cmd.go CLI shell: status/tools/doctor (not registered in main.go - opt-in)
4 skills/multimodal-skills/skill-multimodal-analyse/ 11-file skill (SKILL.md, LICENSE, 2× context, 2× frameworks, 3× tasks, 2× templates). validate_skill.py PASS
5 Auto-discovery wired skilldist picks up new skill via skills/embed.go — zero code changes
6 AGENTS.md §10 sin-analyse-suite subsection + Multimodal naming table row
7 internal/mcpclient/analyse_integration_test.go 5 tests: registry entry, shortName uniqueness, goNative verification
8 ECOSYSTEM.md Status → INTEGRATED v3.22.0, bundled skill sub-row

Verification

  • go build ./cmd/sin-code/...
  • go test -race -count=1 ./cmd/sin-code/internal/mcpclient/ ./internal/permission/
  • script/validate_skill.py --strict
  • Eval JSON valid
  • AGENTS.md + ECOSYSTEM.md updated

Notes

  • analyse_cmd.go deliberately NOT registered in main.go (NewAnalyseCmd() is self-contained). Operator decides when to opt-in.
  • Skill distributed to all 11 agent family targets via existing marker-fence mechanism (idempotent re-install).
  • 38 bundled skills total (was 37 + skill-multimodal-analyse).

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).
@Delqhi Delqhi added the enhancement New feature or request label Jun 18, 2026
@vercel

vercel Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sin-code Ready Ready Preview, Comment, Open in v0 Jun 18, 2026 1:30pm

@github-actions

Copy link
Copy Markdown

🏆 CEO Audit — A+ (100.0/100)

Metric Value
Grade A+
Score 100.0/100
Critical findings 0
High findings 0
Profile QUICK
Min grade gate B

📥 Download full report (Markdown)
📊 Download SARIF (for Code Scanning)

Run ~/.config/opencode/skills/ceo-audit/scripts/audit.sh . --profile=QUICK locally to reproduce.

@github-actions

Copy link
Copy Markdown

🏆 CEO Audit — A+ (100.0/100)

Metric Value
Grade A+
Score 100.0/100
Critical findings 0
High findings 0
Medium findings 0
Profile QUICK
Min grade gate B

📥 Download full report (Markdown)

Run ID: 27762977094 · Commit: ${github.sha}

Run ~/.config/opencode/skills/ceo-audit/scripts/audit.sh . --profile=QUICK locally to reproduce.

@Delqhi
Delqhi merged commit eb59afa into main Jun 18, 2026
4 of 13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant