@knowsuchagency/fulcrum 4.7.2 → 4.7.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/bin/fulcrum.js +5 -5
- package/dist/assets/{index-ejcbf_hu.js → index-DgC7t5TZ.js} +170 -170
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/index.js +2867 -2867
package/bin/fulcrum.js
CHANGED
|
@@ -46828,7 +46828,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
46828
46828
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
46829
46829
|
const server = new McpServer({
|
|
46830
46830
|
name: "fulcrum",
|
|
46831
|
-
version: "4.7.
|
|
46831
|
+
version: "4.7.3"
|
|
46832
46832
|
});
|
|
46833
46833
|
registerTools(server, client);
|
|
46834
46834
|
const transport = new StdioServerTransport;
|
|
@@ -49177,7 +49177,7 @@ var marketplace_default = `{
|
|
|
49177
49177
|
"name": "fulcrum",
|
|
49178
49178
|
"source": "./",
|
|
49179
49179
|
"description": "Task orchestration for Claude Code",
|
|
49180
|
-
"version": "4.7.
|
|
49180
|
+
"version": "4.7.3",
|
|
49181
49181
|
"skills": [
|
|
49182
49182
|
"./skills/fulcrum"
|
|
49183
49183
|
],
|
|
@@ -49200,7 +49200,7 @@ var marketplace_default = `{
|
|
|
49200
49200
|
var plugin_default = `{
|
|
49201
49201
|
"name": "fulcrum",
|
|
49202
49202
|
"description": "Fulcrum task orchestration for Claude Code",
|
|
49203
|
-
"version": "4.7.
|
|
49203
|
+
"version": "4.7.3",
|
|
49204
49204
|
"author": {
|
|
49205
49205
|
"name": "Fulcrum"
|
|
49206
49206
|
},
|
|
@@ -50250,7 +50250,7 @@ function compareVersions(v1, v2) {
|
|
|
50250
50250
|
var package_default = {
|
|
50251
50251
|
name: "@knowsuchagency/fulcrum",
|
|
50252
50252
|
private: true,
|
|
50253
|
-
version: "4.7.
|
|
50253
|
+
version: "4.7.3",
|
|
50254
50254
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
50255
50255
|
license: "PolyForm-Perimeter-1.0.0",
|
|
50256
50256
|
type: "module",
|
|
@@ -50266,7 +50266,7 @@ var package_default = {
|
|
|
50266
50266
|
"db:studio": "drizzle-kit studio"
|
|
50267
50267
|
},
|
|
50268
50268
|
dependencies: {
|
|
50269
|
-
"@anthropic-ai/claude-agent-sdk": "0.2.
|
|
50269
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.74",
|
|
50270
50270
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
|
50271
50271
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
50272
50272
|
"@azurity/pure-nerd-font": "^3.0.5",
|