@knowsuchagency/fulcrum 1.13.0 → 1.14.1
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 +6 -5
- package/dist/assets/{index-BiZAwxx6.js → index-CP6BS81y.js} +104 -104
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/index.js +60197 -16570
package/bin/fulcrum.js
CHANGED
|
@@ -44735,7 +44735,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
44735
44735
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
44736
44736
|
const server = new McpServer({
|
|
44737
44737
|
name: "fulcrum",
|
|
44738
|
-
version: "1.
|
|
44738
|
+
version: "1.14.1"
|
|
44739
44739
|
});
|
|
44740
44740
|
registerTools(server, client);
|
|
44741
44741
|
const transport = new StdioServerTransport;
|
|
@@ -46396,12 +46396,12 @@ var currentTaskPrCommand = defineCommand({
|
|
|
46396
46396
|
meta: { name: "pr", description: "Link a PR to current task" },
|
|
46397
46397
|
args: {
|
|
46398
46398
|
...globalArgs,
|
|
46399
|
-
|
|
46399
|
+
prUrl: { type: "positional", description: "PR URL", required: true },
|
|
46400
46400
|
path: { type: "string", description: "Path override (default: cwd)" }
|
|
46401
46401
|
},
|
|
46402
46402
|
async run({ args }) {
|
|
46403
46403
|
setupJsonOutput(args);
|
|
46404
|
-
await handleCurrentTaskCommand("pr", [args.
|
|
46404
|
+
await handleCurrentTaskCommand("pr", [args.prUrl], toFlags(args));
|
|
46405
46405
|
}
|
|
46406
46406
|
});
|
|
46407
46407
|
var currentTaskLinkCommand = defineCommand({
|
|
@@ -47084,7 +47084,7 @@ var marketplace_default = `{
|
|
|
47084
47084
|
"name": "fulcrum",
|
|
47085
47085
|
"source": "./",
|
|
47086
47086
|
"description": "Task orchestration for Claude Code",
|
|
47087
|
-
"version": "1.
|
|
47087
|
+
"version": "1.14.1",
|
|
47088
47088
|
"skills": [
|
|
47089
47089
|
"./skills/fulcrum"
|
|
47090
47090
|
],
|
|
@@ -48272,7 +48272,7 @@ function compareVersions(v1, v2) {
|
|
|
48272
48272
|
var package_default = {
|
|
48273
48273
|
name: "@knowsuchagency/fulcrum",
|
|
48274
48274
|
private: true,
|
|
48275
|
-
version: "1.
|
|
48275
|
+
version: "1.14.1",
|
|
48276
48276
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
48277
48277
|
license: "PolyForm-Perimeter-1.0.0",
|
|
48278
48278
|
type: "module",
|
|
@@ -48288,6 +48288,7 @@ var package_default = {
|
|
|
48288
48288
|
"db:studio": "drizzle-kit studio"
|
|
48289
48289
|
},
|
|
48290
48290
|
dependencies: {
|
|
48291
|
+
"@modelcontextprotocol/sdk": "^1.11.0",
|
|
48291
48292
|
"@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
|
|
48292
48293
|
"@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
|
|
48293
48294
|
"@azurity/pure-nerd-font": "^3.0.5",
|