@knowsuchagency/fulcrum 2.1.7 → 2.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/README.md CHANGED
@@ -8,13 +8,14 @@
8
8
 
9
9
  Run multiple AI coding agents in parallel across isolated git worktrees. Manage projects with tasks, dependencies, and scheduling. Deploy to production when ready. Work from anywhere—your agents keep running when you close the laptop. Self-hosted and open source.
10
10
 
11
- **Five pillars:**
11
+ **Six pillars:**
12
12
 
13
13
  - **Terminal-First Orchestration** — Run Claude Code, OpenCode, or other agents in real terminals. No abstraction layer, no wrapper APIs.
14
14
  - **Work From Anywhere** — Run Fulcrum on a remote server. Kick off tasks, close your laptop, check progress from your phone. Agents keep working in the background.
15
15
  - **Project Management** — Tasks with dependencies, due dates, labels, and attachments. Visual kanban boards and dependency graphs.
16
16
  - **Production Deployment** — Docker Compose with automatic Traefik routing and Cloudflare DNS/tunnels.
17
17
  - **MCP-First Architecture** — 60+ tools exposed via Model Context Protocol. Agents discover what they need.
18
+ - **Chat From Anywhere** — Talk to the AI assistant via WhatsApp. Link with QR code, chat from your phone.
18
19
 
19
20
  ## MCP-First Architecture
20
21
 
@@ -110,6 +111,16 @@ Create documents with live preview. Generate charts and visualizations. The assi
110
111
 
111
112
  ![AI Assistant Editor](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/assistant-editor.png)
112
113
 
114
+ ### WhatsApp Integration
115
+
116
+ Chat with the AI assistant from your phone via WhatsApp. Link your account with a QR code, then use WhatsApp's "Message yourself" feature to talk to Claude from anywhere.
117
+
118
+ - **Persistent sessions** — Conversation context maintained across messages
119
+ - **Commands** — `/reset` (new conversation), `/help`, `/status`
120
+ - **Channel abstraction** — Architecture supports future channels (Discord, Telegram)
121
+
122
+ Enable in Settings → Messaging, then scan the QR code with WhatsApp mobile.
123
+
113
124
  ### System Monitoring
114
125
 
115
126
  Track CPU, memory, and disk usage while your agents work. The Jobs tab manages systemd (Linux) or launchd (macOS) timers.
package/bin/fulcrum.js CHANGED
@@ -44758,7 +44758,7 @@ async function runMcpServer(urlOverride, portOverride) {
44758
44758
  const client = new FulcrumClient(urlOverride, portOverride);
44759
44759
  const server = new McpServer({
44760
44760
  name: "fulcrum",
44761
- version: "2.1.7"
44761
+ version: "2.2.0"
44762
44762
  });
44763
44763
  registerTools(server, client);
44764
44764
  const transport = new StdioServerTransport;
@@ -47107,7 +47107,7 @@ var marketplace_default = `{
47107
47107
  "name": "fulcrum",
47108
47108
  "source": "./",
47109
47109
  "description": "Task orchestration for Claude Code",
47110
- "version": "2.1.7",
47110
+ "version": "2.2.0",
47111
47111
  "skills": [
47112
47112
  "./skills/fulcrum"
47113
47113
  ],
@@ -48295,7 +48295,7 @@ function compareVersions(v1, v2) {
48295
48295
  var package_default = {
48296
48296
  name: "@knowsuchagency/fulcrum",
48297
48297
  private: true,
48298
- version: "2.1.7",
48298
+ version: "2.2.0",
48299
48299
  description: "Harness Attention. Orchestrate Agents. Ship.",
48300
48300
  license: "PolyForm-Perimeter-1.0.0",
48301
48301
  type: "module",
@@ -48336,6 +48336,7 @@ var package_default = {
48336
48336
  "@types/mdx": "^2.0.13",
48337
48337
  "@uiw/react-markdown-preview": "^5.1.5",
48338
48338
  "@uiw/react-md-editor": "^4.0.11",
48339
+ "@whiskeysockets/baileys": "^7.0.0-rc.9",
48339
48340
  "@xterm/addon-clipboard": "^0.2.0",
48340
48341
  "@xterm/addon-fit": "^0.11.0",
48341
48342
  "@xterm/addon-web-links": "^0.12.0",
@@ -48356,6 +48357,7 @@ var package_default = {
48356
48357
  "mobx-react-lite": "^4.1.1",
48357
48358
  "mobx-state-tree": "^7.0.2",
48358
48359
  "next-themes": "^0.4.6",
48360
+ qrcode: "^1.5.4",
48359
48361
  react: "^19.2.0",
48360
48362
  "react-day-picker": "^9.13.0",
48361
48363
  "react-dom": "^19.2.0",
@@ -48379,6 +48381,7 @@ var package_default = {
48379
48381
  "@tanstack/router-plugin": "^1.141.8",
48380
48382
  "@types/bun": "^1.2.14",
48381
48383
  "@types/node": "^24.10.1",
48384
+ "@types/qrcode": "^1.5.6",
48382
48385
  "@types/react": "^19.2.5",
48383
48386
  "@types/react-dom": "^19.2.3",
48384
48387
  "@types/ws": "^8.18.1",