@xelth/eck-snapshot 6.0.6 → 6.0.7
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/README.md +1 -5
- package/package.json +14 -1
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@xelth/eck-snapshot",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.7",
|
|
4
4
|
"description": "A powerful CLI tool to create and restore single-file text snapshots of Git repositories. Optimized for AI context, LLM workflows, and multi-agent Swarm coordination.",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"ai",
|
|
7
|
+
"llm",
|
|
8
|
+
"mcp",
|
|
9
|
+
"snapshot",
|
|
10
|
+
"context",
|
|
11
|
+
"claude",
|
|
12
|
+
"gemini",
|
|
13
|
+
"grok",
|
|
14
|
+
"chatgpt",
|
|
15
|
+
"agent",
|
|
16
|
+
"prompt"
|
|
17
|
+
],
|
|
5
18
|
"main": "index.js",
|
|
6
19
|
"type": "module",
|
|
7
20
|
"bin": {
|