drafted 1.14.18 → 1.14.20

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.
Files changed (2) hide show
  1. package/README.md +9 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -15,15 +15,21 @@ Drafted is a native producer and consumer of the **Open Knowledge Format (OKF) v
15
15
 
16
16
  ## Install
17
17
 
18
- **Claude Code, Cursor, or any MCP client:**
18
+ **Claude Code, Codex, or any MCP client** — installs the MCP server, the Drafted skill, *and* the eight slash commands (into `~/.claude/commands/drafted/` and `~/.codex/prompts/drafted/`):
19
19
 
20
20
  ```bash
21
- claude mcp add drafted
21
+ curl -fsSL https://drafted.live/install.sh | bash # macOS / Linux
22
+ irm https://drafted.live/install.ps1 | iex # Windows
22
23
  ```
23
24
 
25
+ > Adding the MCP server on its own (e.g. `claude mcp add`) gives you the tools without the skill or the commands.
26
+
24
27
  **Claude on the web (claude.ai) and Cowork** — install the plugin, not the bare connector. The plugin bundles the Drafted connector *plus* the Drafted skill and the eight slash commands (`/drafted:onboard-drafted`, `/drafted:create-project`, `/drafted:create-skill`, `/drafted:ingest`, `/drafted:extract`, `/drafted:improve-wiki`, `/drafted:improve-skill`, `/drafted:improve-project-harness`); adding the connector URL on its own gives you the tools with none of the guidance.
25
28
 
26
- > Settings → Customize plugins → Add → Add marketplace → `https://github.com/ddfourtwo/drafted-web` → install **Drafted** → sign in when prompted.
29
+ > 1. Settings → Customize plugins → Add → Add marketplace → `https://github.com/ddfourtwo/drafted-web` → install **Drafted**.
30
+ > 2. Settings → Connectors → find **Drafted** → **Connect**, then approve the sign-in.
31
+ >
32
+ > Both halves matter: the plugin carries the skill and commands, the connector carries the tools. Installing the plugin does not sign you in to the connector.
27
33
 
28
34
  ## Quick start (developing Drafted itself)
29
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drafted",
3
- "version": "1.14.18",
3
+ "version": "1.14.20",
4
4
  "description": "Drafted — visual thinking surface for humans and AI agents. Renders HTML, markdown, images, and code as frames on a zoomable canvas, with MCP tools for AI agents and real-time sync for humans.",
5
5
  "type": "module",
6
6
  "files": [