@knowsuchagency/fulcrum 2.2.1 → 2.2.3

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
@@ -2,7 +2,7 @@
2
2
 
3
3
  **Harness Attention. Orchestrate Agents. Leverage Your Time Wisely.**
4
4
 
5
- ![Fulcrum Kanban Board with AI Assistant](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/kanban-with-assistant.png)
5
+ ![Fulcrum Kanban Board with AI Assistant](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/kanban-with-assistant-dark.png)
6
6
 
7
7
  ## What It Does
8
8
 
@@ -79,37 +79,37 @@ claude plugin install fulcrum@fulcrum --scope user
79
79
 
80
80
  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.
81
81
 
82
- ![Kanban Board with AI Assistant](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/kanban-with-assistant.png)
82
+ ![Kanban Board with AI Assistant](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/kanban-with-assistant-dark.png)
83
83
 
84
84
  ### Parallel Agent Orchestration
85
85
 
86
86
  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.
87
87
 
88
- ![Parallel Agent Terminals](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/parallel-agent-terminals.png)
88
+ ![Parallel Agent Terminals](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/parallel-agent-terminals-dark.png)
89
89
 
90
90
  ### Projects
91
91
 
92
92
  Unified view of repositories and deployments. Link repos, manage tasks, configure default agents, and see active work at a glance.
93
93
 
94
- ![Projects List](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/projects-list.png)
94
+ ![Projects List](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/projects-list-dark.png)
95
95
 
96
96
  ### Project Workspace
97
97
 
98
98
  Terminal with integrated file browser. Direct access to project files alongside your agent sessions.
99
99
 
100
- ![Project Workspace](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/project-workspace.png)
100
+ ![Project Workspace](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/project-workspace-dark.png)
101
101
 
102
102
  ### Task Dependencies
103
103
 
104
104
  Define prerequisite tasks that must complete before others can start. Visualize with an interactive dependency graph.
105
105
 
106
- ![Task Dependency Graph](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/task-dependency-graph.png)
106
+ ![Task Dependency Graph](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/task-dependency-graph-dark.png)
107
107
 
108
108
  ### AI Assistant
109
109
 
110
110
  Create documents with live preview. Generate charts and visualizations. The assistant uses the same MCP tools available to external agents.
111
111
 
112
- ![AI Assistant Editor](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/assistant-editor.png)
112
+ ![AI Assistant Editor](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/assistant-editor-dark.png)
113
113
 
114
114
  ### WhatsApp Integration
115
115
 
@@ -125,7 +125,7 @@ Enable in Settings → Messaging, then scan the QR code with WhatsApp mobile.
125
125
 
126
126
  Track CPU, memory, and disk usage while your agents work. The Jobs tab manages systemd (Linux) or launchd (macOS) timers.
127
127
 
128
- ![System Monitoring](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/system-monitoring.png)
128
+ ![System Monitoring](https://raw.githubusercontent.com/knowsuchagency/fulcrum/main/screenshots/system-monitoring-dark.png)
129
129
 
130
130
  ## Supported Agents
131
131
 
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.2.1"
44761
+ version: "2.2.3"
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.2.1",
47110
+ "version": "2.2.3",
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.2.1",
48298
+ version: "2.2.3",
48299
48299
  description: "Harness Attention. Orchestrate Agents. Ship.",
48300
48300
  license: "PolyForm-Perimeter-1.0.0",
48301
48301
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowsuchagency/fulcrum",
3
- "version": "2.2.1",
3
+ "version": "2.2.3",
4
4
  "description": "Harness Attention. Orchestrate Agents. Ship.",
5
5
  "license": "PolyForm-Perimeter-1.0.0",
6
6
  "repository": {
package/server/index.js CHANGED
@@ -139584,7 +139584,7 @@ mcpRoutes.all("/", async (c) => {
139584
139584
  });
139585
139585
  const server = new McpServer({
139586
139586
  name: "fulcrum",
139587
- version: "2.2.1"
139587
+ version: "2.2.3"
139588
139588
  });
139589
139589
  const client = new FulcrumClient(`http://localhost:${port}`);
139590
139590
  registerTools(server, client);