Files
samber_cc-skills-golang/gemini-extension.json
T
Samuel BertheandGitHub 8b2d019212 fix(skills): refresh golang-pkg-go-dev for godig v0.2.0 (#69)
* fix(skills): refresh golang-pkg-go-dev for godig v0.2.0

Sync the skill with the godig v0.2.0 CLI surface (was written against v0.1.0):

- vulns now reads the Go vulnerability database (vuln.go.dev, OSV) instead of
  pkg.go.dev, so summary and per-range fix versions are populated. It dropped
  --filter and --module (only --version and --limit remain).
- Document the new global --vuln-base-url flag.
- Drop vulns from the --filter command list, its filterable-fields row, and the
  now-obsolete "vulns uses Go-style ID/Details" casing caveat.
- Update the sample vulns output (fixedVersion removed; ranges/aliases added).

Bump skill 1.0.0 -> 1.1.0, skill-library-version 0.1.0 -> 0.2.0, plugin 1.6.0 -> 1.7.0.

* docs(golang-pkg-go-dev): clarify vulns data source in sample-output intro

Addresses PR review: the intro claimed all field sets mirror the pkg.go.dev
API, but since v0.2.0 vulns is sourced from the Go vuln DB (vuln.go.dev).
2026-07-02 12:09:59 +02:00

5 lines
123 B
JSON

{
"name": "cc-skills-golang",
"version": "1.7.0",
"description": "AI Agent Skills for production-ready Go projects"
}