@knowsuchagency/fulcrum 4.1.2 → 4.1.4

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
@@ -44705,6 +44705,7 @@ function registerCreateTask(server, client) {
44705
44705
  repoPath: exports_external.optional(exports_external.string()).describe("Absolute path to the git repository (optional for manual tasks)"),
44706
44706
  baseBranch: exports_external.optional(exports_external.string()).describe("Base branch for the worktree (default: main)"),
44707
44707
  branch: exports_external.optional(exports_external.string()).describe("Branch name for the task worktree (auto-generated if omitted)"),
44708
+ prefix: exports_external.optional(exports_external.string()).describe('Prefix prepended to branch name for ticket linkage (e.g., "ENG-123"). Branch becomes: ENG-123/slug-a1b2'),
44708
44709
  description: exports_external.optional(exports_external.string()).describe("Task description"),
44709
44710
  status: exports_external.optional(TaskStatusSchema2).describe("Initial status (default: TO_DO, use IN_PROGRESS for immediate worktree creation)"),
44710
44711
  projectId: exports_external.optional(exports_external.string()).describe("Project ID to associate with"),
@@ -44721,6 +44722,7 @@ function registerCreateTask(server, client) {
44721
44722
  repoPath,
44722
44723
  baseBranch,
44723
44724
  branch,
44725
+ prefix,
44724
44726
  description,
44725
44727
  status,
44726
44728
  projectId,
@@ -44742,6 +44744,7 @@ function registerCreateTask(server, client) {
44742
44744
  repoName,
44743
44745
  baseBranch: repoPath ? effectiveBaseBranch : null,
44744
44746
  branch: branch ?? null,
44747
+ prefix: prefix ?? null,
44745
44748
  worktreePath: null,
44746
44749
  description,
44747
44750
  status: status ?? "TO_DO",
@@ -46709,7 +46712,7 @@ async function runMcpServer(urlOverride, portOverride) {
46709
46712
  const client = new FulcrumClient(urlOverride, portOverride);
46710
46713
  const server = new McpServer({
46711
46714
  name: "fulcrum",
46712
- version: "4.1.2"
46715
+ version: "4.1.4"
46713
46716
  });
46714
46717
  registerTools(server, client);
46715
46718
  const transport = new StdioServerTransport;
@@ -49058,7 +49061,7 @@ var marketplace_default = `{
49058
49061
  "name": "fulcrum",
49059
49062
  "source": "./",
49060
49063
  "description": "Task orchestration for Claude Code",
49061
- "version": "4.1.2",
49064
+ "version": "4.1.4",
49062
49065
  "skills": [
49063
49066
  "./skills/fulcrum"
49064
49067
  ],
@@ -50371,7 +50374,7 @@ function compareVersions(v1, v2) {
50371
50374
  var package_default = {
50372
50375
  name: "@knowsuchagency/fulcrum",
50373
50376
  private: true,
50374
- version: "4.1.2",
50377
+ version: "4.1.4",
50375
50378
  description: "Harness Attention. Orchestrate Agents. Ship.",
50376
50379
  license: "PolyForm-Perimeter-1.0.0",
50377
50380
  type: "module",
@@ -50387,7 +50390,7 @@ var package_default = {
50387
50390
  "db:studio": "drizzle-kit studio"
50388
50391
  },
50389
50392
  dependencies: {
50390
- "@anthropic-ai/claude-agent-sdk": "0.2.42",
50393
+ "@anthropic-ai/claude-agent-sdk": "0.2.45",
50391
50394
  "@atlaskit/pragmatic-drag-and-drop": "^1.7.7",
50392
50395
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
50393
50396
  "@azurity/pure-nerd-font": "^3.0.5",