tandem-editor 0.2.6 → 0.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tandem-editor",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Collaborative AI-human document editor with MCP tool integration for Claude",
5
5
  "keywords": [
6
6
  "tandem",
@@ -1,23 +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.
1
+ # Tandem Demo Script
2
+
3
+ This is a live recording. The document you're reading is the actual script for this demo Claude is reviewing it right now in the side panel.
4
+
5
+ ## Highlight This
6
+
7
+ This sentence will be highlighted by Claude to show how Tandem marks up passages worth noting. A green highlight appears in the sidebar, and you can click it to jump to the relevant text.
8
+
9
+ ## Comment on This
10
+
11
+ This paragraph is about to receive a comment. Claude will leave a question or observation here, the way a colleague might flag something during a document review. You'll see it appear in the annotations panel.
12
+
13
+ ## Suggest an Edit Here
14
+
15
+ Most AI writing tools start from scratch — no memory, no project context, no history. Claude is about to suggest a tighter version of that line.
16
+
17
+ ## Accept the Suggestion
18
+
19
+ When the suggestion above appears, click the accept button in the side panel. The text changes live in the document no copy-paste, no switching windows.
20
+
21
+ ## Chat About This
22
+
23
+ This closing line could be stronger, but that's what the chat is for. Select this text, open the chat panel, and ask Claude to improve it. When Claude responds, ask it to implement the change it'll create a new suggestion right here, and you can accept that too. Review, discuss, revise, all in one place.