Metadata-Version: 2.4
Name: shardstitch
Version: 0.0.12
Summary: ShardStitch — capture your AI coding session (git diff, dependency graph, intent) and stitch it into the next tool. 23 AI tools supported. Local-first, no telemetry. https://shardstitch.com
Author-email: ShardStitch <support@shardstitch.com>
License: Proprietary
Project-URL: Homepage, https://shardstitch.com
Project-URL: Documentation, https://shardstitch.com/start
Project-URL: Repository, https://github.com/shardstitch/shardstitch
Project-URL: Issues, https://github.com/shardstitch/shardstitch/issues
Project-URL: Changelog, https://github.com/shardstitch/shardstitch/releases
Project-URL: X / Twitter, https://x.com/ShardStitch
Project-URL: VS Code Extension, https://marketplace.visualstudio.com/items?itemName=shardstitch.shardstitch
Project-URL: Cursor Extension, https://marketplace.visualstudio.com/items?itemName=shardstitch.shardstitch
Keywords: ai,claude,cursor,codex,gemini,context,handoff,rate-limit,developer-tools
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Utilities
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# ShardStitch

**"Rate limit reached." "Context window full." "VRAM out of memory."**

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.

## Install

```bash
pip install shardstitch                 # installs the launcher
shardstitch install <your-license-key>  # after purchase — downloads & activates the app
shardstitch                             # launch the dashboard
```

ShardStitch is a **one-time purchase** (no subscription). `pip install` gives you the
installer; activate it with the license key from your purchase email. Get a key at
[shardstitch.com](https://shardstitch.com).

## What it does

When Claude, Cursor, Codex, or Gemini locks you out mid-session, ShardStitch:

1. **Scans your project** — git diff, changed files, recent commits, your notes
2. **Builds a dependency graph** — impact radius, architecture communities — and warns the next AI what's dangerous to touch
3. **Generates a continuation prompt** formatted for the target tool
4. **Injects it** into the tool's pickup file (CLAUDE.md, AGENTS.md, GEMINI.md, .cursorrules) for automatic discovery

Under 30 seconds, end to end.

## Not just for switching tools

The same trick fixes a bloated session in the *same* tool. Long AI chats accumulate a huge context tree — token burn climbs, responses slow down, and eventually you hit "Service is busy" even with quota left. ShardStitch is the clean-restart button: extract a compact context, open a fresh window of the same tool, paste, keep going.

## 23 supported AI tools

Claude Code, Claude Desktop, Cursor, Codex CLI, Gemini CLI, Windsurf, Aider, Kiro, Amazon Q Developer, DeepSeek, OpenCode, Trae, Factory Droid, OpenClaw, Amp, Cline, Roo Code, Kilo Code, Crush, Kimi, Qwen Code, Antigravity, and Grok.

## 7 surfaces

- **Web dashboard** — scan, generate, copy, download
- **VS Code / Cursor extension** — Alt+G hotkey
- **MCP server** — Claude Code, Cursor, and Windsurf call it directly
- **CLI** — `pip install shardstitch && shardstitch`
- **Desktop app** — standalone Windows exe
- **Autosave hooks** — auto-inject on session end
- **Local LLM failover** — Ollama, vLLM, LM Studio (zero cloud)

## Key features

- **Per-agent formatting** — 22 per-agent format adapters across the 23 supported tools
- **AI task router** — semantic matching picks the best tool for each task
- **Persistent memory** — project decisions survive across sessions
- **Team coordination** — shared `.shardstitch/` directory
- **Tamper-evident audit trail** — hash-chained timeline logs
- **Dependency graph analysis** — impact radius, god nodes, architecture communities

## Local-first

Your code and conversations never leave your machine — no telemetry, no cloud
processing. The **only** network call is a single HTTPS request at activation to
validate your license key; everything else runs entirely on your hardware.
Activation needs a license key, not an account.

## Links

- Website: https://shardstitch.com
- GitHub: https://github.com/shardstitch/shardstitch
- X / Twitter: https://x.com/ShardStitch
- VS Code / Cursor Extension: https://marketplace.visualstudio.com/items?itemName=shardstitch.shardstitch
- Support: support@shardstitch.com
