@knowsuchagency/fulcrum 1.9.0 → 1.9.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
|
-

|
|
6
6
|
|
|
7
7
|
## What It Does
|
|
8
8
|
|
|
@@ -102,37 +102,37 @@ claude plugin install fulcrum@fulcrum --scope user
|
|
|
102
102
|
|
|
103
103
|
Track tasks from planning to done. Create tasks that automatically spin up isolated git worktrees, and watch their status update in real-time as you work with your AI agents.
|
|
104
104
|
|
|
105
|
-

|
|
106
106
|
|
|
107
107
|
### Task Terminals View
|
|
108
108
|
|
|
109
109
|
See all your AI agent sessions across every task in a single parallel view. Each task creates an isolated git worktree on-demand, and you can monitor and interact with all sessions simultaneously.
|
|
110
110
|
|
|
111
|
-

|
|
112
112
|
|
|
113
113
|
### App Deployment
|
|
114
114
|
|
|
115
115
|
Deploy applications directly from Fulcrum with Docker Compose. Edit compose files inline, configure environment variables, and manage services with automatic Traefik routing and optional Cloudflare DNS integration.
|
|
116
116
|
|
|
117
|
-

|
|
118
118
|
|
|
119
119
|
### Projects
|
|
120
120
|
|
|
121
121
|
Projects unify your code repositories and app deployments into a single entity. Manage workspace terminals, task settings, and deployment configuration from one place.
|
|
122
122
|
|
|
123
|
-

|
|
124
124
|
|
|
125
125
|
### Browser Preview
|
|
126
126
|
|
|
127
127
|
Preview your app alongside the agent terminal in a split-pane view. Watch changes in real-time as your AI agent iterates on your code.
|
|
128
128
|
|
|
129
|
-

|
|
130
130
|
|
|
131
131
|
### System Monitoring
|
|
132
132
|
|
|
133
133
|
Keep an eye on system resources while your agents work. CPU, memory, and disk usage at a glance. The Jobs tab lets you create and manage systemd (Linux) or launchd (macOS) timers.
|
|
134
134
|
|
|
135
|
-

|
|
136
136
|
|
|
137
137
|
## Supported Agents
|
|
138
138
|
|
package/bin/fulcrum.js
CHANGED
|
@@ -47082,7 +47082,7 @@ var marketplace_default = `{
|
|
|
47082
47082
|
"name": "fulcrum",
|
|
47083
47083
|
"source": "./",
|
|
47084
47084
|
"description": "Task orchestration for Claude Code",
|
|
47085
|
-
"version": "1.9.
|
|
47085
|
+
"version": "1.9.2",
|
|
47086
47086
|
"skills": [
|
|
47087
47087
|
"./skills/fulcrum"
|
|
47088
47088
|
],
|
|
@@ -48195,7 +48195,7 @@ function installUv() {
|
|
|
48195
48195
|
var package_default = {
|
|
48196
48196
|
name: "@knowsuchagency/fulcrum",
|
|
48197
48197
|
private: true,
|
|
48198
|
-
version: "1.9.
|
|
48198
|
+
version: "1.9.2",
|
|
48199
48199
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
48200
48200
|
license: "PolyForm-Perimeter-1.0.0",
|
|
48201
48201
|
type: "module",
|