eklavya 1.8.0 → 1.8.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "eklavya",
3
3
  "displayName": "Eklavya",
4
- "version": "1.8.0",
4
+ "version": "1.8.1",
5
5
  "description": "Learn while your agent works. Turns coding-agent generation time into adaptive, Socratic learning grounded in the code being written.",
6
6
  "author": {
7
7
  "name": "Ajay Kumar"
@@ -2,10 +2,7 @@
2
2
  "mcpServers": {
3
3
  "eklavya": {
4
4
  "command": "node",
5
- "args": [
6
- "${CLAUDE_PLUGIN_ROOT}/hooks/run.mjs",
7
- "server"
8
- ]
5
+ "args": ["${CLAUDE_PLUGIN_ROOT}/hooks/run.mjs", "server"]
9
6
  }
10
7
  }
11
8
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eklavya",
3
- "version": "1.8.0",
3
+ "version": "1.8.1",
4
4
  "description": "Learn while your agent works — local knowledge graph, spaced repetition, and quiz gating for agent-assisted development.",
5
5
  "license": "MIT",
6
6
  "repository": {