tandem-editor 0.2.5 → 0.2.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tandem-editor",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "description": "Collaborative AI-human document editor with MCP tool integration for Claude",
5
5
  "keywords": [
6
6
  "tandem",
@@ -0,0 +1,23 @@
1
+ # Tandem Demo Script
2
+
3
+ Tandem is an open-source document editor that extends Claude Code into document review. Claude doesn't just read your files — it highlights, comments, suggests edits, and chats with you about the content, all in real time.
4
+
5
+ ## What You're Watching
6
+
7
+ This is a live recording of Tandem in action. The document you see here is the actual script for this demo — Claude is reviewing it right now in the side panel.
8
+
9
+ ## The Setup
10
+
11
+ Tandem runs as a local server alongside Claude Code. Your Claude session already knows your codebase, your style, your domain. Tandem gives it a place to review your documents with that same context.
12
+
13
+ Annotations appear in three flavors: highlights for things worth noting, comments for questions or feedback, and suggestions for concrete edits that you can accept or dismiss with one click.
14
+
15
+ ## Why This Matters
16
+
17
+ Most AI writing tools start from scratch — no memory, no project context, no history. Tandem is different. It connects to the Claude Code session you're already using, so the reviewer actually understands what you're working on.
18
+
19
+ Think of it like handing a draft to a colleague who's been in every standup and read every PR. That's what document review should feel like.
20
+
21
+ ## Try It Yourself
22
+
23
+ Tandem is free and open source. Install it with `npx tandem-editor` and connect it to Claude Code. Your documents, your context, your review.