@knowsuchagency/fulcrum 3.15.0 → 3.15.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/bin/fulcrum.js CHANGED
@@ -46466,7 +46466,7 @@ async function runMcpServer(urlOverride, portOverride) {
46466
46466
  const client = new FulcrumClient(urlOverride, portOverride);
46467
46467
  const server = new McpServer({
46468
46468
  name: "fulcrum",
46469
- version: "3.15.0"
46469
+ version: "3.15.2"
46470
46470
  });
46471
46471
  registerTools(server, client);
46472
46472
  const transport = new StdioServerTransport;
@@ -48139,7 +48139,7 @@ var currentTaskLinkCommand = defineCommand({
48139
48139
  meta: { name: "link", description: "Manage task links" },
48140
48140
  args: {
48141
48141
  ...globalArgs,
48142
- url: { type: "positional", description: "URL to add (or --remove <id>)" },
48142
+ linkUrl: { type: "positional", description: "URL to add (or --remove <id>)" },
48143
48143
  label: { type: "string", description: "Display label for the link" },
48144
48144
  remove: { type: "string", alias: "r", description: "Remove link by URL or ID" },
48145
48145
  path: { type: "string", description: "Path override (default: cwd)" }
@@ -48149,8 +48149,8 @@ var currentTaskLinkCommand = defineCommand({
48149
48149
  const rest = [];
48150
48150
  if (args.remove) {
48151
48151
  rest.push("--remove", args.remove);
48152
- } else if (args.url) {
48153
- rest.push(args.url);
48152
+ } else if (args.linkUrl) {
48153
+ rest.push(args.linkUrl);
48154
48154
  }
48155
48155
  await handleCurrentTaskCommand("link", rest, toFlags(args));
48156
48156
  }
@@ -48815,7 +48815,7 @@ var marketplace_default = `{
48815
48815
  "name": "fulcrum",
48816
48816
  "source": "./",
48817
48817
  "description": "Task orchestration for Claude Code",
48818
- "version": "3.15.0",
48818
+ "version": "3.15.2",
48819
48819
  "skills": [
48820
48820
  "./skills/fulcrum"
48821
48821
  ],
@@ -50019,7 +50019,7 @@ function compareVersions(v1, v2) {
50019
50019
  var package_default = {
50020
50020
  name: "@knowsuchagency/fulcrum",
50021
50021
  private: true,
50022
- version: "3.15.0",
50022
+ version: "3.15.2",
50023
50023
  description: "Harness Attention. Orchestrate Agents. Ship.",
50024
50024
  license: "PolyForm-Perimeter-1.0.0",
50025
50025
  type: "module",
@@ -50035,7 +50035,7 @@ var package_default = {
50035
50035
  "db:studio": "drizzle-kit studio"
50036
50036
  },
50037
50037
  dependencies: {
50038
- "@anthropic-ai/claude-agent-sdk": "0.x",
50038
+ "@anthropic-ai/claude-agent-sdk": "0.2.42",
50039
50039
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
50040
50040
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
50041
50041
  "@azurity/pure-nerd-font": "^3.0.5",