@nt-ai-lab/opencode-skillz 0.3.12 → 0.3.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -70,6 +70,14 @@ Add a test coverage analysis results section to the PR description:
70
70
  10. Do not summarize, interpret, or paraphrase the coverage output.
71
71
  11. Do not modify any other part of the PR body.
72
72
 
73
+ ## Basic PR checks
74
+
75
+ Look for the following issues on the PR:
76
+
77
+ 1. Unnecessary noise: does the PR contains noise in the dif like unnecessary formatting changes? Those should be removed to make the reviewer's job easier unless they are enforced by the project conventions.
78
+
79
+ 2. Out of scope changes: does the PR contain modification to files that are not strictly necessary that add more unnecessary noise to the diff? Like refactoring existing code.
80
+
73
81
  ## Final Report
74
82
 
75
83
  Report only:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nt-ai-lab/opencode-skillz",
3
- "version": "0.3.12",
3
+ "version": "0.3.13",
4
4
  "description": "Bundled OpenCode commands and agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",