context-mode 0.7.0 → 0.7.2
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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/README.md +11 -18
- package/build/cli.js +19 -2
- package/build/server.js +15 -2
- package/build/store.d.ts +6 -0
- package/build/store.js +51 -3
- package/package.json +1 -1
- package/server.bundle.mjs +83 -49
- package/skills/doctor/SKILL.md +2 -2
package/skills/doctor/SKILL.md
CHANGED
|
@@ -26,7 +26,7 @@ Run diagnostics and display results directly in the conversation.
|
|
|
26
26
|
- [x] Server test: PASS
|
|
27
27
|
- [x] Hooks: PASS
|
|
28
28
|
- [x] FTS5: PASS
|
|
29
|
-
- [x] npm: v0.7.
|
|
30
|
-
- [x] Marketplace: v0.7.
|
|
29
|
+
- [x] npm: v0.7.1
|
|
30
|
+
- [x] Marketplace: v0.7.1
|
|
31
31
|
```
|
|
32
32
|
Use `[x]` for PASS, `[ ]` for FAIL, `[-]` for WARN.
|