solvdex 1.0.4 → 1.0.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.
@@ -6,7 +6,7 @@
6
6
  },
7
7
  "metadata": {
8
8
  "description": "Knowledge management plugins for Claude Code",
9
- "version": "1.0.4"
9
+ "version": "1.0.5"
10
10
  },
11
11
  "plugins": [
12
12
  {
@@ -16,7 +16,7 @@
16
16
  "url": "https://github.com/ducdmdev/solvdex.git"
17
17
  },
18
18
  "description": "Auto-capture and retrieve project knowledge - solutions, patterns, gotchas, testing, docs, security, performance",
19
- "version": "1.0.4"
19
+ "version": "1.0.5"
20
20
  }
21
21
  ]
22
22
  }
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "solvdex",
3
3
  "description": "Auto-capture and retrieve project knowledge - solutions, patterns, gotchas, testing, docs, security, performance",
4
- "version": "1.0.4",
4
+ "version": "1.0.5",
5
5
  "author": {
6
6
  "name": "duc.do",
7
7
  "email": "ducdm.dev.work@gmail.com"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "solvdex",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Knowledge management system for Claude Code - auto-captures and retrieves project solutions",
5
5
  "main": "dist/src/index.js",
6
6
  "types": "dist/src/index.d.ts",
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-add
3
3
  description: Add current solution or knowledge to the Solvdex wiki. Analyzes conversation context and creates a structured entry.
4
- argument-hint: [--category=<cat>]
4
+ argument-hint: "[--category=<cat>]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-browse
3
3
  description: List and filter Solvdex wiki entries. Use to see all available knowledge organized by category.
4
- argument-hint: [--category=<cat>] [--status=<status>] [--tag=<tag>]
4
+ argument-hint: "[--category=<cat>] [--status=<status>] [--tag=<tag>]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: false
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-capture
3
3
  description: Intelligent agent that analyzes conversation context and extracts knowledge worth capturing as wiki entries.
4
- argument-hint: [--category=<cat>] [--title=<title>] [--dry-run]
4
+ argument-hint: "[--category=<cat>] [--title=<title>] [--dry-run]"
5
5
  context: fork
6
6
  agent: wiki-capture
7
7
  user-invocable: true
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-explorer
3
3
  description: Deep search agent that explores wiki entries to find relevant knowledge for a given context or question.
4
- argument-hint: <query>
4
+ argument-hint: "<query>"
5
5
  context: fork
6
6
  agent: Explore
7
7
  allowed-tools: Read, Glob, Grep
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-export
3
3
  description: Export Solvdex wiki to a portable JSON file for backup or migration.
4
- argument-hint: [output-file] [--categories=cat1,cat2] [--include-deprecated]
4
+ argument-hint: "[output-file] [--categories=cat1,cat2] [--include-deprecated]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-fix
3
3
  description: Update a flagged Solvdex wiki entry. Reviews current content, updates with new solution, and resets status to active.
4
- argument-hint: <entry-path>
4
+ argument-hint: "<entry-path>"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-flag
3
3
  description: Mark a Solvdex wiki entry for review. Use when a solution is outdated or needs verification.
4
- argument-hint: <entry-path> [reason]
4
+ argument-hint: "<entry-path> [reason]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-import
3
3
  description: Import Solvdex wiki entries from an export file.
4
- argument-hint: <input-file> [--overwrite] [--skip-duplicates] [--dry-run]
4
+ argument-hint: "<input-file> [--overwrite] [--skip-duplicates] [--dry-run]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-scan
3
3
  description: Scan project and create Solvdex stub entries from existing knowledge sources.
4
- argument-hint: [--verbose]
4
+ argument-hint: "[--verbose]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: false
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-search
3
3
  description: Search the Solvdex wiki for solutions by keywords, tags, or error patterns. Use when looking for existing knowledge about a problem.
4
- argument-hint: <query>
4
+ argument-hint: "<query>"
5
5
  user-invocable: true
6
6
  disable-model-invocation: false
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-stats
3
3
  description: Show detailed Solvdex wiki statistics with usage analytics, health score, stale entries, and confidence distribution.
4
- argument-hint: [--decay]
4
+ argument-hint: "[--decay]"
5
5
  user-invocable: true
6
6
  disable-model-invocation: false
7
7
  ---
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  name: wiki-test-trigger
3
3
  description: Test trigger patterns against sample text to verify error matching.
4
- argument-hint: <pattern> <test-text> | --all <test-text>
4
+ argument-hint: "<pattern> <test-text> | --all <test-text>"
5
5
  user-invocable: true
6
6
  disable-model-invocation: true
7
7
  ---