@kairyou/agent-tools 0.13.5 → 0.13.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kairyou/agent-tools",
3
- "version": "0.13.5",
3
+ "version": "0.13.6",
4
4
  "description": "Reusable Agent Skills, plus integrations (statusline, provider usage, vision) that install into Codex, Claude Code, and opencode.",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -0,0 +1,5 @@
1
+ interface:
2
+ display_name: "Code Review"
3
+ short_description: "Review changes for bugs and regressions"
4
+ policy:
5
+ allow_implicit_invocation: false
@@ -0,0 +1,5 @@
1
+ interface:
2
+ display_name: "Simplify Changes"
3
+ short_description: "Refactor changed code for clarity and efficiency"
4
+ policy:
5
+ allow_implicit_invocation: false