@knowsuchagency/fulcrum 5.11.1 → 5.12.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/bin/fulcrum.js +17 -8
- package/dist/assets/index-BgAG3L1y.css +1 -0
- package/dist/assets/{index-BAd-8IaR.js → index-HNZ1O-1t.js} +134 -134
- package/dist/index.html +2 -2
- package/drizzle/0075_add_terminal_herdr_columns.sql +4 -0
- package/drizzle/meta/_journal.json +7 -0
- package/package.json +1 -1
- package/server/index.js +10344 -4600
- package/dist/assets/index-HPHmnycB.css +0 -1
package/bin/fulcrum.js
CHANGED
|
@@ -9155,7 +9155,7 @@ function finalize(ctx, schema) {
|
|
|
9155
9155
|
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
9156
9156
|
} else if (ctx.target === "draft-04") {
|
|
9157
9157
|
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
9158
|
-
} else if (ctx.target === "openapi-3.0") {}
|
|
9158
|
+
} else if (ctx.target === "openapi-3.0") {}
|
|
9159
9159
|
if (ctx.external?.uri) {
|
|
9160
9160
|
const id = ctx.external.registry.get(schema)?.id;
|
|
9161
9161
|
if (!id)
|
|
@@ -9417,7 +9417,7 @@ var formatMap, stringProcessor = (schema, ctx, _json, _params) => {
|
|
|
9417
9417
|
if (val === undefined) {
|
|
9418
9418
|
if (ctx.unrepresentable === "throw") {
|
|
9419
9419
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
9420
|
-
}
|
|
9420
|
+
}
|
|
9421
9421
|
} else if (typeof val === "bigint") {
|
|
9422
9422
|
if (ctx.unrepresentable === "throw") {
|
|
9423
9423
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -41476,7 +41476,7 @@ class JSONSchemaGenerator {
|
|
|
41476
41476
|
if (val === undefined) {
|
|
41477
41477
|
if (this.unrepresentable === "throw") {
|
|
41478
41478
|
throw new Error("Literal `undefined` cannot be represented in JSON Schema");
|
|
41479
|
-
}
|
|
41479
|
+
}
|
|
41480
41480
|
} else if (typeof val === "bigint") {
|
|
41481
41481
|
if (this.unrepresentable === "throw") {
|
|
41482
41482
|
throw new Error("BigInt literals cannot be represented in JSON Schema");
|
|
@@ -46869,7 +46869,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
46869
46869
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
46870
46870
|
const server = new McpServer({
|
|
46871
46871
|
name: "fulcrum",
|
|
46872
|
-
version: "5.
|
|
46872
|
+
version: "5.12.0"
|
|
46873
46873
|
});
|
|
46874
46874
|
registerTools(server, client);
|
|
46875
46875
|
const transport = new StdioServerTransport;
|
|
@@ -49218,7 +49218,7 @@ var marketplace_default = `{
|
|
|
49218
49218
|
"name": "fulcrum",
|
|
49219
49219
|
"source": "./",
|
|
49220
49220
|
"description": "Task orchestration for Claude Code",
|
|
49221
|
-
"version": "5.
|
|
49221
|
+
"version": "5.12.0",
|
|
49222
49222
|
"skills": [
|
|
49223
49223
|
"./skills/fulcrum"
|
|
49224
49224
|
],
|
|
@@ -49241,7 +49241,7 @@ var marketplace_default = `{
|
|
|
49241
49241
|
var plugin_default = `{
|
|
49242
49242
|
"name": "fulcrum",
|
|
49243
49243
|
"description": "Fulcrum task orchestration for Claude Code",
|
|
49244
|
-
"version": "5.
|
|
49244
|
+
"version": "5.12.0",
|
|
49245
49245
|
"author": {
|
|
49246
49246
|
"name": "Fulcrum"
|
|
49247
49247
|
},
|
|
@@ -49951,6 +49951,15 @@ var DEPENDENCIES = [
|
|
|
49951
49951
|
dnf: "sudo dnf install -y age",
|
|
49952
49952
|
pacman: "sudo pacman -S --noconfirm age"
|
|
49953
49953
|
}
|
|
49954
|
+
},
|
|
49955
|
+
{
|
|
49956
|
+
name: "herdr",
|
|
49957
|
+
command: "herdr",
|
|
49958
|
+
description: "Optional terminal multiplexer for SSH access to task terminals",
|
|
49959
|
+
required: false,
|
|
49960
|
+
install: {
|
|
49961
|
+
curl: "curl -fsSL https://herdr.dev/install.sh | sh"
|
|
49962
|
+
}
|
|
49954
49963
|
}
|
|
49955
49964
|
];
|
|
49956
49965
|
function detectPackageManager() {
|
|
@@ -50271,7 +50280,7 @@ function compareVersions(v1, v2) {
|
|
|
50271
50280
|
var package_default = {
|
|
50272
50281
|
name: "@knowsuchagency/fulcrum",
|
|
50273
50282
|
private: true,
|
|
50274
|
-
version: "5.
|
|
50283
|
+
version: "5.12.0",
|
|
50275
50284
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
50276
50285
|
license: "PolyForm-Perimeter-1.0.0",
|
|
50277
50286
|
type: "module",
|
|
@@ -50315,7 +50324,7 @@ var package_default = {
|
|
|
50315
50324
|
"@types/mdx": "^2.0.13",
|
|
50316
50325
|
"@uiw/react-markdown-preview": "^5.1.5",
|
|
50317
50326
|
"@uiw/react-md-editor": "^4.0.11",
|
|
50318
|
-
"@whiskeysockets/baileys": "^7.0.0-
|
|
50327
|
+
"@whiskeysockets/baileys": "^7.0.0-rc12",
|
|
50319
50328
|
"@xterm/addon-clipboard": "^0.2.0",
|
|
50320
50329
|
"@xterm/addon-fit": "^0.11.0",
|
|
50321
50330
|
"@xterm/addon-serialize": "^0.14.0",
|