@knowsuchagency/fulcrum 1.15.0 → 2.0.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 +64 -131
- package/bin/fulcrum.js +12 -4
- package/dist/assets/ibm-plex-mono-cyrillic-400-normal-BSMlKf0J.woff2 +0 -0
- package/dist/assets/ibm-plex-mono-cyrillic-400-normal-CEL4l2ZJ.woff +0 -0
- package/dist/assets/ibm-plex-mono-cyrillic-ext-400-normal-DMdlQ8Kv.woff +0 -0
- package/dist/assets/ibm-plex-mono-cyrillic-ext-400-normal-xuaO2J-f.woff2 +0 -0
- package/dist/assets/ibm-plex-mono-latin-400-normal-CvHOgSBP.woff +0 -0
- package/dist/assets/ibm-plex-mono-latin-400-normal-DMJ8VG8y.woff2 +0 -0
- package/dist/assets/ibm-plex-mono-latin-ext-400-normal-BmRBH3aV.woff2 +0 -0
- package/dist/assets/ibm-plex-mono-latin-ext-400-normal-D3D2R8hC.woff +0 -0
- package/dist/assets/ibm-plex-mono-vietnamese-400-normal-BulugwFq.woff2 +0 -0
- package/dist/assets/ibm-plex-mono-vietnamese-400-normal-DDuiU_S-.woff +0 -0
- package/dist/assets/ibm-plex-sans-cyrillic-ext-wght-normal-d45eAU9y.woff2 +0 -0
- package/dist/assets/ibm-plex-sans-cyrillic-wght-normal-BAAhND-U.woff2 +0 -0
- package/dist/assets/ibm-plex-sans-greek-wght-normal-CmyJS8uq.woff2 +0 -0
- package/dist/assets/ibm-plex-sans-latin-ext-wght-normal-CIII54If.woff2 +0 -0
- package/dist/assets/ibm-plex-sans-latin-wght-normal-IvpUvPa2.woff2 +0 -0
- package/dist/assets/ibm-plex-sans-vietnamese-wght-normal-Dg1JeJN0.woff2 +0 -0
- package/dist/assets/index-9GA0ie98.js +321 -0
- package/dist/assets/index-isWWDaNP.css +1 -0
- package/dist/index.html +2 -2
- package/drizzle/0040_migrate_task_tags_to_join_table.sql +33 -0
- package/drizzle/0041_ai_assistant_tables.sql +43 -0
- package/drizzle/0042_add_dev_port_to_chat_sessions.sql +3 -0
- package/drizzle/0043_simplify_assistant_schema.sql +52 -0
- package/drizzle/0044_add_editor_content_to_chat_sessions.sql +1 -0
- package/drizzle/0045_add_document_fields_to_chat_sessions.sql +2 -0
- package/drizzle/meta/_journal.json +42 -0
- package/package.json +1 -1
- package/server/index.js +20008 -677
- package/dist/assets/index-B6AnSy-N.js +0 -205
- package/dist/assets/index-D13Xo2CW.css +0 -1
- package/dist/assets/jetbrains-mono-cyrillic-wght-normal-D73BlboJ.woff2 +0 -0
- package/dist/assets/jetbrains-mono-greek-wght-normal-Bw9x6K1M.woff2 +0 -0
- package/dist/assets/jetbrains-mono-latin-ext-wght-normal-DBQx-q_a.woff2 +0 -0
- package/dist/assets/jetbrains-mono-latin-wght-normal-B9CIFXIH.woff2 +0 -0
- package/dist/assets/jetbrains-mono-vietnamese-wght-normal-Bt-aOZkq.woff2 +0 -0
package/README.md
CHANGED
|
@@ -2,70 +2,48 @@
|
|
|
2
2
|
|
|
3
3
|
**Harness Attention. Orchestrate Agents. Leverage Your Time Wisely.**
|
|
4
4
|
|
|
5
|
-

|
|
6
6
|
|
|
7
7
|
## What It Does
|
|
8
8
|
|
|
9
|
-
Run multiple AI coding
|
|
10
|
-
|
|
11
|
-
Fulcrum supports **Claude Code** and **OpenCode** with per-repository and per-task agent selection.
|
|
12
|
-
|
|
13
|
-
- **Full Development Lifecycle** — Develop features in isolated git worktrees, then deploy to production with Docker Compose. No context switching, no vendor lock-in.
|
|
14
|
-
- **Parallel Agent Orchestration** — Run multiple AI agent sessions across different tasks and worktrees. See and control all sessions in one parallel view.
|
|
15
|
-
- **Work From Anywhere** — Close your laptop—your agents keep working on your behalf. Pick up where you left off from your phone.
|
|
16
|
-
- **Multi-Agent Support** — Choose between Claude Code and OpenCode. Set a global default, override per-repository, or select per-task.
|
|
17
|
-
- **Open Source & Self-Hosted** — Inspect the code, run it anywhere, own your data. From a $5 VPS to your home lab.
|
|
18
|
-
|
|
19
|
-
## Key Features
|
|
20
|
-
|
|
21
|
-
- **Projects** — Unified view combining repositories and app deployments with workspace terminals
|
|
22
|
-
- **App Deployment** — Deploy with Docker Compose, automatic Traefik routing, optional Cloudflare DNS integration
|
|
23
|
-
- **Parallel Agent Orchestration** — Run multiple AI coding agent sessions across different tasks and worktrees
|
|
24
|
-
- **Multi-Agent Support** — Use Claude Code or OpenCode, configurable globally, per-repo, or per-task
|
|
25
|
-
- **Work From Anywhere** — Run on a remote server; agents continue working when you disconnect
|
|
26
|
-
- **Git Worktree Isolation** — Safe experimentation without touching your main branch
|
|
27
|
-
- **Claude Code Plugin** — Skill for task management, automatic status sync, session continuity
|
|
28
|
-
- **MCP Server** — 60+ tools for tasks, projects, apps, and remote execution
|
|
29
|
-
- **Kanban Task Management** — Visual task tracking from planning to done
|
|
30
|
-
- **Task Dependencies** — Define prerequisite tasks; visualize with dependency graph
|
|
31
|
-
- **Task & Project Context** — Attach files, add reference links, set due dates, organize with labels
|
|
32
|
-
- **PR Monitoring** — Track pull requests across repositories
|
|
33
|
-
- **Linear Integration** — Sync task status with Linear tickets
|
|
34
|
-
- **Job Scheduling** — Create and manage systemd/launchd timers from the UI
|
|
35
|
-
- **Cross-Platform** — Desktop app (Mac, Linux) or web application
|
|
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.
|
|
36
10
|
|
|
37
|
-
|
|
11
|
+
**Five pillars:**
|
|
38
12
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
13
|
+
- **Terminal-First Orchestration** — Run Claude Code, OpenCode, or other agents in real terminals. No abstraction layer, no wrapper APIs.
|
|
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
|
+
- **Project Management** — Tasks with dependencies, due dates, labels, and attachments. Visual kanban boards and dependency graphs.
|
|
16
|
+
- **Production Deployment** — Docker Compose with automatic Traefik routing and Cloudflare DNS/tunnels.
|
|
17
|
+
- **MCP-First Architecture** — 60+ tools exposed via Model Context Protocol. Agents discover what they need.
|
|
18
|
+
|
|
19
|
+
## MCP-First Architecture
|
|
42
20
|
|
|
43
|
-
|
|
44
|
-
- Check for required dependencies (bun, dtach, AI agent CLI, uv)
|
|
45
|
-
- Offer to install any that are missing
|
|
46
|
-
- Start the server on http://localhost:7777
|
|
47
|
-
- Show getting started tips
|
|
21
|
+
Everything in Fulcrum is exposed through MCP (Model Context Protocol):
|
|
48
22
|
|
|
49
|
-
|
|
23
|
+
- **60+ MCP tools** for tasks, projects, apps, repos, notifications, and remote execution
|
|
24
|
+
- **Smart tool discovery** — `search_tools` lets agents find relevant tools without loading everything into context
|
|
25
|
+
- **Integrated assistant** — Built-in AI assistant with full context of your tasks, projects, and apps
|
|
26
|
+
- **External agent support** — Connect Claude Desktop, Clawdbot, or any MCP-compatible agent
|
|
27
|
+
- **No context bloat** — Agents discover and use only the tools they need
|
|
50
28
|
|
|
51
|
-
|
|
29
|
+
Whether you use Fulcrum's built-in assistant or an external agent like Claude Desktop, AI has seamless access to your entire workflow.
|
|
30
|
+
|
|
31
|
+
## Quick Start
|
|
52
32
|
|
|
53
33
|
```bash
|
|
54
|
-
fulcrum
|
|
34
|
+
npx @knowsuchagency/fulcrum@latest up
|
|
55
35
|
```
|
|
56
36
|
|
|
57
|
-
|
|
37
|
+
Fulcrum will check for dependencies (bun, dtach, AI agent CLI), offer to install any that are missing, and start the server on http://localhost:7777.
|
|
58
38
|
|
|
59
39
|
### Desktop App
|
|
60
40
|
|
|
61
|
-
Download the desktop app for a bundled experience:
|
|
62
|
-
|
|
63
41
|
| Platform | Download |
|
|
64
42
|
|----------|----------|
|
|
65
43
|
| **macOS** (Apple Silicon) | [Download DMG](https://github.com/knowsuchagency/fulcrum/releases/latest/download/Fulcrum-macos-arm64.dmg) |
|
|
66
44
|
| **Linux** | [Download AppImage](https://github.com/knowsuchagency/fulcrum/releases/latest/download/Fulcrum-linux-x64.AppImage) |
|
|
67
45
|
|
|
68
|
-
The desktop app bundles everything—just install and run.
|
|
46
|
+
The desktop app bundles everything—just install and run.
|
|
69
47
|
|
|
70
48
|
<details>
|
|
71
49
|
<summary>macOS Installation Notes</summary>
|
|
@@ -77,7 +55,7 @@ The desktop app bundles everything—just install and run. It will start the ser
|
|
|
77
55
|
|
|
78
56
|
</details>
|
|
79
57
|
|
|
80
|
-
### Install Script (
|
|
58
|
+
### Install Script (Remote Servers)
|
|
81
59
|
|
|
82
60
|
For remote servers or VPS, use the install script—it auto-installs all dependencies:
|
|
83
61
|
|
|
@@ -85,8 +63,6 @@ For remote servers or VPS, use the install script—it auto-installs all depende
|
|
|
85
63
|
curl -fsSL https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/install.sh | bash
|
|
86
64
|
```
|
|
87
65
|
|
|
88
|
-
This installs bun, dtach, uv, Claude Code, OpenCode, GitHub CLI, Docker, cloudflared, and the fulcrum CLI + Claude Code plugin.
|
|
89
|
-
|
|
90
66
|
### Claude Code Plugin
|
|
91
67
|
|
|
92
68
|
Install the plugin for automatic status sync and task management:
|
|
@@ -98,65 +74,66 @@ claude plugin install fulcrum@fulcrum --scope user
|
|
|
98
74
|
|
|
99
75
|
## Features
|
|
100
76
|
|
|
101
|
-
### Kanban Board
|
|
77
|
+
### Kanban Board & AI Assistant
|
|
78
|
+
|
|
79
|
+
Track tasks from planning to done. The built-in AI assistant has full context of everything you're tracking—tasks, projects, apps—and can help with planning, documentation, or running MCP tools.
|
|
102
80
|
|
|
103
|
-
|
|
81
|
+

|
|
104
82
|
|
|
105
|
-
|
|
83
|
+
### Parallel Agent Orchestration
|
|
106
84
|
|
|
107
|
-
|
|
85
|
+
Run multiple AI coding agents simultaneously across different tasks. Each task gets an isolated git worktree. Monitor and interact with all sessions from one screen.
|
|
108
86
|
|
|
109
|
-
|
|
87
|
+

|
|
110
88
|
|
|
111
|
-
|
|
89
|
+
### Projects
|
|
112
90
|
|
|
113
|
-
|
|
91
|
+
Unified view of repositories and deployments. Link repos, manage tasks, configure default agents, and see active work at a glance.
|
|
114
92
|
|
|
115
|
-
|
|
93
|
+

|
|
116
94
|
|
|
117
|
-
|
|
95
|
+
### Project Workspace
|
|
118
96
|
|
|
119
|
-
|
|
97
|
+
Terminal with integrated file browser. Direct access to project files alongside your agent sessions.
|
|
120
98
|
|
|
121
|
-
|
|
99
|
+

|
|
122
100
|
|
|
123
|
-
|
|
101
|
+
### Task Dependencies
|
|
124
102
|
|
|
125
|
-
|
|
103
|
+
Define prerequisite tasks that must complete before others can start. Visualize with an interactive dependency graph.
|
|
126
104
|
|
|
127
|
-
|
|
105
|
+

|
|
128
106
|
|
|
129
|
-
|
|
107
|
+
### AI Assistant
|
|
108
|
+
|
|
109
|
+
Create documents with live preview. Generate charts and visualizations. The assistant uses the same MCP tools available to external agents.
|
|
110
|
+
|
|
111
|
+

|
|
130
112
|
|
|
131
113
|
### System Monitoring
|
|
132
114
|
|
|
133
|
-
|
|
115
|
+
Track CPU, memory, and disk usage while your agents work. The Jobs tab manages systemd (Linux) or launchd (macOS) timers.
|
|
134
116
|
|
|
135
|
-

|
|
136
118
|
|
|
137
119
|
## Supported Agents
|
|
138
120
|
|
|
139
|
-
Fulcrum supports multiple AI coding agents:
|
|
140
|
-
|
|
141
121
|
| Agent | Description |
|
|
142
122
|
|-------|-------------|
|
|
143
123
|
| **Claude Code** | Anthropic's CLI coding agent with deep MCP integration |
|
|
144
124
|
| **OpenCode** | Open-source coding agent with GPT-4 and other model support |
|
|
145
125
|
|
|
146
|
-
Configure your default agent globally
|
|
126
|
+
Configure your default agent globally, per-repository, or per-task.
|
|
147
127
|
|
|
148
128
|
## Claude Code Plugin
|
|
149
129
|
|
|
150
|
-
The Fulcrum plugin
|
|
130
|
+
The Fulcrum plugin enables seamless integration:
|
|
151
131
|
|
|
152
132
|
- **Automatic Status Sync** — Task moves to "In Review" when Claude stops, "In Progress" when you respond
|
|
153
|
-
- **Session Continuity** —
|
|
133
|
+
- **Session Continuity** — Sessions tied to task IDs
|
|
154
134
|
- **MCP Server** — Task management tools available directly to Claude
|
|
155
|
-
- **Fulcrum Skill** — CLI documentation for task management (see `plugins/fulcrum/skills/`)
|
|
156
135
|
- **Slash Commands** — `/review`, `/pr`, `/notify`, `/linear`, `/task-info`
|
|
157
136
|
|
|
158
|
-
The plugin is automatically installed when Fulcrum starts. To install manually:
|
|
159
|
-
|
|
160
137
|
```bash
|
|
161
138
|
claude plugin marketplace add knowsuchagency/fulcrum
|
|
162
139
|
claude plugin install fulcrum@fulcrum --scope user
|
|
@@ -164,12 +141,6 @@ claude plugin install fulcrum@fulcrum --scope user
|
|
|
164
141
|
|
|
165
142
|
## OpenCode Integration
|
|
166
143
|
|
|
167
|
-
The Fulcrum plugin for OpenCode enables seamless integration:
|
|
168
|
-
|
|
169
|
-
- **Automatic Status Sync** — Task moves to "In Review" when OpenCode stops, "In Progress" when you respond
|
|
170
|
-
- **Session Continuity** — OpenCode sessions are tied to task IDs
|
|
171
|
-
- **MCP Server** — Task management tools available directly to OpenCode
|
|
172
|
-
|
|
173
144
|
```bash
|
|
174
145
|
fulcrum opencode install # Install plugin + MCP server
|
|
175
146
|
fulcrum opencode uninstall # Remove both
|
|
@@ -177,7 +148,7 @@ fulcrum opencode uninstall # Remove both
|
|
|
177
148
|
|
|
178
149
|
## MCP Tools
|
|
179
150
|
|
|
180
|
-
Both
|
|
151
|
+
Both plugins include an MCP server with 60+ tools:
|
|
181
152
|
|
|
182
153
|
| Category | Description |
|
|
183
154
|
|----------|-------------|
|
|
@@ -207,11 +178,9 @@ For Claude Desktop, add to your `claude_desktop_config.json`:
|
|
|
207
178
|
|
|
208
179
|
## Remote Server Setup
|
|
209
180
|
|
|
210
|
-
Run the backend on a remote server and connect from anywhere. Launch tasks, close your laptop, and your agents keep working.
|
|
181
|
+
Run the backend on a remote server and connect from anywhere. Launch tasks, close your laptop, and your agents keep working.
|
|
211
182
|
|
|
212
|
-
###
|
|
213
|
-
|
|
214
|
-
The desktop app connects to `localhost:7777`. Use SSH port forwarding to tunnel to your remote server:
|
|
183
|
+
### SSH Port Forwarding (Recommended)
|
|
215
184
|
|
|
216
185
|
```bash
|
|
217
186
|
# Forward local port 7777 to remote server's port 7777
|
|
@@ -221,36 +190,24 @@ ssh -L 7777:localhost:7777 your-server
|
|
|
221
190
|
ssh -fN -o ServerAliveInterval=30 -o ServerAliveCountMax=3 -L 7777:localhost:7777 your-server
|
|
222
191
|
```
|
|
223
192
|
|
|
224
|
-
On the remote server
|
|
193
|
+
On the remote server:
|
|
225
194
|
```bash
|
|
226
195
|
npx @knowsuchagency/fulcrum@latest up
|
|
227
196
|
```
|
|
228
197
|
|
|
229
|
-
The desktop app
|
|
230
|
-
- **Secure** — Backend stays bound to localhost, no exposed ports
|
|
231
|
-
- **Performant** — Direct SSH connection, lower latency than overlay networks
|
|
232
|
-
- **Simple** — No additional configuration needed
|
|
233
|
-
|
|
234
|
-
For persistent tunnels on macOS, use a launchd agent. See [this guide](https://gist.github.com/knowsuchagency/60656087903cd56d3a9b5d1d5c803186).
|
|
198
|
+
The desktop app connects through the tunnel automatically. This is secure (no exposed ports), performant (direct SSH), and simple (no extra config).
|
|
235
199
|
|
|
236
|
-
### Browser
|
|
200
|
+
### Browser Access
|
|
237
201
|
|
|
238
|
-
For browser-only access,
|
|
239
|
-
|
|
240
|
-
1. **On the remote server:**
|
|
241
|
-
```bash
|
|
242
|
-
npx @knowsuchagency/fulcrum@latest up
|
|
243
|
-
```
|
|
244
|
-
|
|
245
|
-
2. **Access via browser** — Open the tunnel URL (e.g., `http://your-server.tailnet.ts.net:7777`)
|
|
202
|
+
For browser-only access, use Tailscale or Cloudflare Tunnels to expose your server.
|
|
246
203
|
|
|
247
204
|
<details>
|
|
248
205
|
<summary><strong>Configuration</strong></summary>
|
|
249
206
|
|
|
250
207
|
Settings are stored in `.fulcrum/settings.json`. The fulcrum directory is resolved in this order:
|
|
251
208
|
|
|
252
|
-
1. `FULCRUM_DIR` environment variable
|
|
253
|
-
2. `.fulcrum` in current working directory
|
|
209
|
+
1. `FULCRUM_DIR` environment variable
|
|
210
|
+
2. `.fulcrum` in current working directory
|
|
254
211
|
3. `~/.fulcrum` (default)
|
|
255
212
|
|
|
256
213
|
| Setting | Env Var | Default |
|
|
@@ -262,26 +219,22 @@ Settings are stored in `.fulcrum/settings.json`. The fulcrum directory is resolv
|
|
|
262
219
|
| integrations.githubPat | `GITHUB_PAT` | null |
|
|
263
220
|
| appearance.language | — | null (auto-detect) |
|
|
264
221
|
|
|
265
|
-
Notification settings (sound, Slack, Discord, Pushover) are configured via
|
|
266
|
-
|
|
267
|
-
Precedence: environment variable → settings.json → default
|
|
222
|
+
Notification settings (sound, Slack, Discord, Pushover) are configured via Settings UI or CLI.
|
|
268
223
|
|
|
269
224
|
### Linear Integration
|
|
270
225
|
|
|
271
|
-
|
|
226
|
+
Sync task status with Linear tickets. Configure `linearApiKey` in settings or set `LINEAR_API_KEY`.
|
|
272
227
|
|
|
273
228
|
</details>
|
|
274
229
|
|
|
275
230
|
<details>
|
|
276
231
|
<summary><strong>CLI Reference</strong></summary>
|
|
277
232
|
|
|
278
|
-
The CLI lets AI agents working inside task worktrees query and update task status.
|
|
279
|
-
|
|
280
233
|
### Server Management
|
|
281
234
|
|
|
282
235
|
```bash
|
|
283
236
|
fulcrum up # Start server daemon
|
|
284
|
-
fulcrum up -y # Start with auto-install
|
|
237
|
+
fulcrum up -y # Start with auto-install
|
|
285
238
|
fulcrum down # Stop server
|
|
286
239
|
fulcrum status # Check server status
|
|
287
240
|
fulcrum doctor # Check all dependencies
|
|
@@ -291,14 +244,12 @@ fulcrum mcp # Start MCP server (stdio)
|
|
|
291
244
|
### Current Task (auto-detected from worktree)
|
|
292
245
|
|
|
293
246
|
```bash
|
|
294
|
-
fulcrum current-task info # Get current task info
|
|
247
|
+
fulcrum current-task info # Get current task info
|
|
295
248
|
fulcrum current-task review # Mark as IN_REVIEW
|
|
296
249
|
fulcrum current-task done # Mark as DONE
|
|
297
250
|
fulcrum current-task cancel # Mark as CANCELED
|
|
298
|
-
fulcrum current-task pr <url> # Associate a PR
|
|
299
|
-
fulcrum current-task link <url> # Add a reference link
|
|
300
|
-
fulcrum current-task link # List all links
|
|
301
|
-
fulcrum current-task link -r <id> # Remove a link
|
|
251
|
+
fulcrum current-task pr <url> # Associate a PR
|
|
252
|
+
fulcrum current-task link <url> # Add a reference link
|
|
302
253
|
```
|
|
303
254
|
|
|
304
255
|
### Agent Integration
|
|
@@ -310,31 +261,13 @@ fulcrum opencode install # Install OpenCode plugin + MCP server
|
|
|
310
261
|
fulcrum opencode uninstall # Remove plugin + MCP server
|
|
311
262
|
```
|
|
312
263
|
|
|
313
|
-
### Configuration
|
|
314
|
-
|
|
315
|
-
```bash
|
|
316
|
-
fulcrum config get <key> # Get a config value
|
|
317
|
-
fulcrum config set <key> <value> # Set a config value
|
|
318
|
-
```
|
|
319
|
-
|
|
320
264
|
### Notifications
|
|
321
265
|
|
|
322
266
|
```bash
|
|
323
267
|
fulcrum notifications # Show notification settings
|
|
324
|
-
fulcrum notifications enable # Enable notifications
|
|
325
|
-
fulcrum notifications disable # Disable notifications
|
|
326
|
-
fulcrum notifications test <ch> # Test a channel
|
|
327
268
|
fulcrum notify <title> [message] # Send a notification
|
|
328
269
|
```
|
|
329
270
|
|
|
330
|
-
### Global Options
|
|
331
|
-
|
|
332
|
-
```bash
|
|
333
|
-
--port=<port> # Server port (default: 7777)
|
|
334
|
-
--url=<url> # Override full server URL
|
|
335
|
-
--pretty # Pretty-print JSON output
|
|
336
|
-
```
|
|
337
|
-
|
|
338
271
|
</details>
|
|
339
272
|
|
|
340
273
|
## Internationalization
|
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: "
|
|
44761
|
+
version: "2.0.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": "
|
|
47110
|
+
"version": "2.0.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: "
|
|
48298
|
+
version: "2.0.0",
|
|
48299
48299
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
48300
48300
|
license: "PolyForm-Perimeter-1.0.0",
|
|
48301
48301
|
type: "module",
|
|
@@ -48311,24 +48311,31 @@ var package_default = {
|
|
|
48311
48311
|
"db:studio": "drizzle-kit studio"
|
|
48312
48312
|
},
|
|
48313
48313
|
dependencies: {
|
|
48314
|
-
"@
|
|
48314
|
+
"@anthropic-ai/claude-agent-sdk": "^0.1.34",
|
|
48315
48315
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
|
48316
48316
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
48317
48317
|
"@azurity/pure-nerd-font": "^3.0.5",
|
|
48318
48318
|
"@base-ui/react": "^1.0.0",
|
|
48319
48319
|
"@dagrejs/dagre": "^1.1.8",
|
|
48320
|
+
"@fontsource-variable/ibm-plex-sans": "^5.2.8",
|
|
48320
48321
|
"@fontsource-variable/jetbrains-mono": "^5.2.8",
|
|
48322
|
+
"@fontsource/ibm-plex-mono": "^5.2.7",
|
|
48321
48323
|
"@hono/node-server": "^1.19.7",
|
|
48322
48324
|
"@hono/node-ws": "^1.2.0",
|
|
48323
48325
|
"@hugeicons/core-free-icons": "^3.0.0",
|
|
48324
48326
|
"@hugeicons/react": "^1.1.3",
|
|
48327
|
+
"@mdx-js/mdx": "^3.1.1",
|
|
48328
|
+
"@modelcontextprotocol/sdk": "^1.11.0",
|
|
48325
48329
|
"@monaco-editor/react": "^4.7.0",
|
|
48326
48330
|
"@octokit/rest": "^22.0.1",
|
|
48331
|
+
"@opencode-ai/sdk": "^1.1.34",
|
|
48327
48332
|
"@radix-ui/react-collapsible": "^1.1.12",
|
|
48328
48333
|
"@tailwindcss/vite": "^4.1.17",
|
|
48329
48334
|
"@tanstack/react-query": "^5.90.12",
|
|
48330
48335
|
"@tanstack/react-router": "^1.141.8",
|
|
48336
|
+
"@types/mdx": "^2.0.13",
|
|
48331
48337
|
"@uiw/react-markdown-preview": "^5.1.5",
|
|
48338
|
+
"@uiw/react-md-editor": "^4.0.11",
|
|
48332
48339
|
"@xterm/addon-clipboard": "^0.2.0",
|
|
48333
48340
|
"@xterm/addon-fit": "^0.11.0",
|
|
48334
48341
|
"@xterm/addon-web-links": "^0.12.0",
|
|
@@ -48345,6 +48352,7 @@ var package_default = {
|
|
|
48345
48352
|
glob: "^13.0.0",
|
|
48346
48353
|
hono: "^4.11.1",
|
|
48347
48354
|
i18next: "^25.7.3",
|
|
48355
|
+
"lucide-react": "^0.511.0",
|
|
48348
48356
|
mobx: "^6.15.0",
|
|
48349
48357
|
"mobx-react-lite": "^4.1.1",
|
|
48350
48358
|
"mobx-state-tree": "^7.0.2",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|