tandem-editor 0.2.5 → 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.5",
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",
@@ -0,0 +1,23 @@
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.