tandem-editor 0.1.1 → 0.2.0

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.1.1",
3
+ "version": "0.2.0",
4
4
  "description": "Collaborative AI-human document editor with MCP tool integration for Claude",
5
5
  "keywords": [
6
6
  "tandem",
@@ -79,6 +79,7 @@
79
79
  "@tiptap/pm": "^2.11.0",
80
80
  "@tiptap/react": "^2.11.0",
81
81
  "@tiptap/starter-kit": "^2.11.0",
82
+ "dom-serializer": "^3.0.0",
82
83
  "env-paths": "^4.0.0",
83
84
  "express": "^5.2.1",
84
85
  "htmlparser2": "^12.0.0",
@@ -91,6 +92,7 @@
91
92
  "remark-parse": "^11.0.0",
92
93
  "remark-stringify": "^11.0.0",
93
94
  "unified": "^11.0.0",
95
+ "update-notifier": "^7.3.1",
94
96
  "y-prosemirror": "^1.2.12",
95
97
  "y-protocols": "^1.0.6",
96
98
  "yjs": "^13.6.0",
@@ -102,6 +104,7 @@
102
104
  "@types/node": "^25.5.0",
103
105
  "@types/react": "^19.2.14",
104
106
  "@types/react-dom": "^19.2.3",
107
+ "@types/update-notifier": "^6.0.8",
105
108
  "@vitejs/plugin-react": "^4.3.0",
106
109
  "concurrently": "^9.1.0",
107
110
  "eslint": "^9.39.4",
package/sample/welcome.md CHANGED
@@ -4,7 +4,7 @@ Tandem is a collaborative document editor where you and Claude can review your d
4
4
 
5
5
  ## Getting Started
6
6
 
7
- > Follow the tutorial in the bottom-left corner to learn the basics. You can dismiss it at any time.
7
+ > Follow the tutorial in the bottom-left corner to learn the basics. You can dismiss it at any time. For a full walkthrough of all features, see the [User Guide](../docs/user-guide.md).
8
8
 
9
9
  Open Claude Code from any directory -- your Tandem tools are already configured. Both you and Claude can see and edit this document at the same time. Claude's cursor appears as a soft blue highlight on the paragraph being read.
10
10