@knowsuchagency/fulcrum 2.2.0 → 2.2.2
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
|
-

|
|
5
|
+

|
|
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
|
-

|
|
82
|
+

|
|
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
|
-

|
|
88
|
+

|
|
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
|
-

|
|
94
|
+

|
|
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
|
-

|
|
100
|
+

|
|
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
|
-

|
|
106
|
+

|
|
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
|
-

|
|
112
|
+

|
|
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
|
-

|
|
128
|
+

|
|
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.
|
|
44761
|
+
version: "2.2.2"
|
|
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.
|
|
47110
|
+
"version": "2.2.2",
|
|
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.
|
|
48298
|
+
version: "2.2.2",
|
|
48299
48299
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
48300
48300
|
license: "PolyForm-Perimeter-1.0.0",
|
|
48301
48301
|
type: "module",
|