shardstitch 0.0.4 → 0.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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +27 -6
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # ShardStitch
2
2
 
3
- **3:47pm. Mid-refactor. "Rate limit reached."**
3
+ **"Rate limit reached." "Context window full." "VRAM out of memory."**
4
4
 
5
5
  Your code is half-written. Your plan is in your head. ShardStitch captures your entire session — git diff, changed files, dependency graph, intent — and stitches it into the next AI tool. One hotkey. Keep building like nothing happened.
6
6
 
package/package.json CHANGED
@@ -1,13 +1,34 @@
1
1
  {
2
2
  "name": "shardstitch",
3
- "version": "0.0.4",
3
+ "version": "0.0.5",
4
4
  "description": "ShardStitch — capture your AI coding session (git diff, dependency graph, intent) and stitch it into the next tool. 22 AI tools supported. 100% local, zero telemetry. https://shardstitch.com",
5
5
  "homepage": "https://shardstitch.com",
6
- "bugs": { "url": "https://github.com/shardstitch/shardstitch/issues" },
7
- "repository": { "type": "git", "url": "git+https://github.com/shardstitch/shardstitch.git" },
8
- "keywords": ["ai", "claude", "cursor", "codex", "gemini", "context", "handoff", "rate-limit", "developer-tools"],
6
+ "bugs": {
7
+ "url": "https://github.com/shardstitch/shardstitch/issues"
8
+ },
9
+ "repository": {
10
+ "type": "git",
11
+ "url": "git+https://github.com/shardstitch/shardstitch.git"
12
+ },
13
+ "keywords": [
14
+ "ai",
15
+ "claude",
16
+ "cursor",
17
+ "codex",
18
+ "gemini",
19
+ "context",
20
+ "handoff",
21
+ "rate-limit",
22
+ "developer-tools"
23
+ ],
9
24
  "author": "ShardStitch <support@shardstitch.com>",
10
25
  "license": "SEE LICENSE IN LICENSE.txt",
11
- "bin": { "shardstitch": "cli.js" },
12
- "files": ["cli.js", "LICENSE.txt", "README.md"]
26
+ "bin": {
27
+ "shardstitch": "cli.js"
28
+ },
29
+ "files": [
30
+ "cli.js",
31
+ "LICENSE.txt",
32
+ "README.md"
33
+ ]
13
34
  }