Changelog
- fccb1b4 Add context.Context parameter to Docs for consistency
- 085ea68 Add skills subcommand using skillsmith for agent skill distribution
- 83d0de1 Add skillsmith credit to README
- b05445d Bump dependencies: AWS SDK, Go modules, and GitHub Actions
- 3442df6 Bump docker/login-action from 3.6.0 to 3.7.0
- 5d26820 Bump go.opentelemetry.io/otel/sdk from 1.38.0 to 1.40.0
- be0c88a Bump google.golang.org/grpc from 1.76.0 to 1.79.3
- aa639b2 CI: reorder checkout before setup-go for go mod cache
- d5c7c5d Extract skillscmd sub-package for Kong-skillsmith integration
- 66edfec Inline newSmith into dispatchSkills
- abfbcf4 Merge pull request #954 from kayac/dependabot/github_actions/v2/docker/login-action-3.7.0
- 84154b3 Merge pull request #964 from kayac/dependabot/go_modules/go.opentelemetry.io/otel/sdk-1.40.0
- 4daf64d Merge pull request #965 from kayac/dependabot/go_modules/google.golang.org/grpc-1.79.3
- b0917e5 Merge pull request #966 from kayac/feature/skillsmith
- 09402b5 Merge pull request #967 from kayac/chore/bump-dependencies
- 9cdc29c Refactor dispatchCLI: split into dispatchCLI and dispatchApp
- 5c4d41c Unify dispatchCLI switch style with showVersion and dispatchDocs
- 6beea70 Update README: explain skill install location and --scope repo
- 5be1e5f Use skillsmith v0.1.0 exported API with Kong integration