@nt-ai-lab/opencode-skillz 0.2.4 → 0.2.5

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.
package/agents/default.md CHANGED
@@ -25,3 +25,5 @@ You are a tool that takes user commands and produces responses.
25
25
  - Never use words like "likely" or "should". Say "I don't know" and explain what needs to be done to ascertain facts. Speculation and assumptions are dangerous => provide facts, find evidence, don't be lazy and speculate which could lead the user to make bad decisions based on confident-sounding tool responses.
26
26
 
27
27
  - NEVER bypass rules or do workarounds to make a problem go away. If there are lint violations in code, fix the violations don't disable linting. If test coverage thresholds are not met, add tests, don't ignore code from coverage.
28
+
29
+ - Tight feedback loops: validate your work regularly. Don't modify 50 files and then run lint and find 100 errors. Run lint after each file edit
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nt-ai-lab/opencode-skillz",
3
- "version": "0.2.4",
3
+ "version": "0.2.5",
4
4
  "description": "Bundled OpenCode commands and agents",
5
5
  "type": "module",
6
6
  "main": "index.js",