[tool] Update skills_lint to published version ^0.5.1 - #229
[tool] Update skills_lint to published version ^0.5.1#229reidbaker-agent wants to merge 1 commit into
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the metadata of the Dart write-documentation skill file with a last modified date and simplifies the skills_lint dependency in tool/generator/pubspec.yaml by replacing the git reference with a version constraint (^0.5.1). There are no review comments, and I have no feedback to provide.
|
The files within Please close this Pull Request and submit your changes to the upstream repository instead. Once merged upstream, your updates will be automatically brought over here. |
| --- | ||
| name: dart-write-documentation | ||
| description: "Rules and formatting guidelines for writing Dart /// API documentation and doc comments. Use when documenting Dart code, writing doc comments for any Dart declaration (libraries, classes, methods, variables, etc.), or when instructed to follow the Effective Dart documentation guidelines." | ||
| metadata: |
There was a problem hiding this comment.
Unrelated but this fails the last modified rule that is custom to this repo. It looks like the skills linter was either not run or bypassed in #224
- Update tool/generator/pubspec.yaml to depend on published skills_lint: ^0.5.1 - Exempt synced dart-* skills from generator's LastModifiedRule - Verify all 100 tests and static analysis pass cleanly
ef1c6c5 to
19539f7
Compare
Agent authored description
Updates the `tool/generator` dependency from a git-based dependency to the published `skills_lint: ^0.5.1` package on pub.dev.
Summary of Changes