clikit-plugin 0.2.46 → 0.2.47

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/memory/_digest.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Memory Digest
2
2
 
3
- > Auto-generated on 2026-03-17. Read-only reference for agents.
3
+ > Auto-generated on 2026-03-18. Read-only reference for agents.
4
4
  > Source: `.opencode/memory/memory.db`
5
5
 
6
6
  *No observations found in memory database.*
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "clikit-plugin",
3
- "version": "0.2.46",
3
+ "version": "0.2.47",
4
4
  "description": "OpenCode plugin — 7 agents, 15 commands, 22 skills, 10 hooks",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -1,6 +1,6 @@
1
1
  ---
2
2
  name: systematic-debugging
3
- description: Use when encountering a bug. Enforces evidence-based 4-phase process: Reproduce → Isolate → Identify → Verify. No guessing.
3
+ description: "Use when encountering a bug. Enforces evidence-based 4-phase process: Reproduce → Isolate → Identify → Verify. No guessing."
4
4
  ---
5
5
 
6
6
  # Systematic Debugging
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: High-depth read-only advisor for hard architecture trade-offs, complex debugging, and second-opinion analysis.
3
3
  mode: subagent
4
- model: proxypal/gpt-5.1-codex-max
4
+ model: proxypal/gpt-5.4
5
5
  temperature: 0.1
6
6
  tools:
7
7
  write: false
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: External research specialist. Docs, APIs, GitHub evidence, web sources. Read-only output.
3
3
  mode: subagent
4
- model: proxypal/gpt-5.3-codex
4
+ model: proxypal/gpt-5.4
5
5
  temperature: 0.3
6
6
  tools:
7
7
  write: false
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  description: Code reviewer and security auditor. Mandatory quality gate before merge. Read-only inspection.
3
3
  mode: subagent
4
- model: proxypal/gpt-5.3-codex
4
+ model: proxypal/gpt-5.4
5
5
  temperature: 0.1
6
6
  tools:
7
7
  write: true