dude-claude-plugin 2026.2.10 → 2026.2.11

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dude-claude-plugin",
3
- "version": "2026.2.10",
3
+ "version": "2026.2.11",
4
4
  "description": "Ultra-minimal RAG and cross-project memory for Claude CLI",
5
5
  "author": {
6
6
  "name": "Fingerskier"
package/hooks.json CHANGED
@@ -14,6 +14,11 @@
14
14
  "Stop": [
15
15
  {
16
16
  "hooks": [
17
+ {
18
+ "type": "prompt",
19
+ "prompt": "Review the conversation. If a bug was fixed, output JSON: {\"action\":\"upsert\",\"kind\":\"issue\",\"title\":\"...\",\"body\":\"...\",\"status\":\"resolved\"}. If a feature or improvement was made, output JSON: {\"action\":\"upsert\",\"kind\":\"spec\",\"title\":\"...\",\"body\":\"...\"}. If neither, output {\"action\":\"none\"}. Output ONLY the JSON, no other text.",
20
+ "timeout": 30
21
+ },
17
22
  {
18
23
  "type": "command",
19
24
  "command": "npx -y dude-claude-plugin auto-persist",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dude-claude-plugin",
3
- "version": "2026.2.10",
3
+ "version": "2026.2.11",
4
4
  "description": "Ultra-minimal RAG and cross-project memory for Claude CLI",
5
5
  "type": "module",
6
6
  "bin": {