@knowsuchagency/fulcrum 3.6.7 → 3.6.8

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/README.md CHANGED
@@ -17,7 +17,7 @@ Fulcrum doesn't replace your tools—it gives you leverage over them. You config
17
17
  - **Claude Code Ecosystem** — Deep integration with Claude Code. Connect via messaging channels, manage tasks, deploy from one dashboard.
18
18
  - **Proactive AI Concierge** — Your assistant monitors messages, stores important observations as memories, creates daily plans, and sends morning/evening briefings automatically.
19
19
  - **Work From Anywhere** — Run Fulcrum on a remote server. Close your laptop, agents keep working.
20
- - **Project Management** — Tasks with dependencies, due dates, recurrence, labels, and attachments. Visual kanban boards.
20
+ - **Project Management** — Tasks with dependencies, due dates, time estimates, recurrence, labels, and attachments. Visual kanban boards.
21
21
  - **Production Deployment** — Docker Compose with automatic Traefik routing and Cloudflare DNS/tunnels.
22
22
  - **Agent Memory** — Persistent knowledge store with full-text search. Agents remember across sessions.
23
23
  - **MCP-First Architecture** — 60+ tools exposed via Model Context Protocol. Agents discover what they need.
@@ -246,7 +246,7 @@ Both plugins include an MCP server with 60+ tools:
246
246
 
247
247
  | Category | Description |
248
248
  |----------|-------------|
249
- | **Tasks** | Create, update, move tasks; manage links, labels, attachments, due dates, recurrence |
249
+ | **Tasks** | Create, update, move tasks; manage links, labels, attachments, due dates, time estimates, recurrence |
250
250
  | **Task Dependencies** | Define prerequisite tasks; visualize with dependency graph |
251
251
  | **Projects** | Manage projects with tags, notes, and file attachments |
252
252
  | **Repositories** | Add, configure, and link repositories to projects |
package/bin/fulcrum.js CHANGED
@@ -46439,7 +46439,7 @@ async function runMcpServer(urlOverride, portOverride) {
46439
46439
  const client = new FulcrumClient(urlOverride, portOverride);
46440
46440
  const server = new McpServer({
46441
46441
  name: "fulcrum",
46442
- version: "3.6.7"
46442
+ version: "3.6.8"
46443
46443
  });
46444
46444
  registerTools(server, client);
46445
46445
  const transport = new StdioServerTransport;
@@ -48788,7 +48788,7 @@ var marketplace_default = `{
48788
48788
  "name": "fulcrum",
48789
48789
  "source": "./",
48790
48790
  "description": "Task orchestration for Claude Code",
48791
- "version": "3.6.7",
48791
+ "version": "3.6.8",
48792
48792
  "skills": [
48793
48793
  "./skills/fulcrum"
48794
48794
  ],
@@ -49992,7 +49992,7 @@ function compareVersions(v1, v2) {
49992
49992
  var package_default = {
49993
49993
  name: "@knowsuchagency/fulcrum",
49994
49994
  private: true,
49995
- version: "3.6.7",
49995
+ version: "3.6.8",
49996
49996
  description: "Harness Attention. Orchestrate Agents. Ship.",
49997
49997
  license: "PolyForm-Perimeter-1.0.0",
49998
49998
  type: "module",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knowsuchagency/fulcrum",
3
- "version": "3.6.7",
3
+ "version": "3.6.8",
4
4
  "description": "Harness Attention. Orchestrate Agents. Ship.",
5
5
  "license": "PolyForm-Perimeter-1.0.0",
6
6
  "repository": {
package/server/index.js CHANGED
@@ -1147208,8 +1147208,8 @@ function getDataModel() {
1147208
1147208
  **Tasks** - Units of work you want to track or execute
1147209
1147209
  - Optional git worktree for isolated development
1147210
1147210
  - Dependencies (blocks/blocked-by other tasks)
1147211
- - Tags, due dates, descriptions
1147212
- - Recurrence rules (daily/weekly/biweekly/monthly/quarterly/yearly) \u2014 on completion, a new TO_DO task is created with the next due date
1147211
+ - Tags, due dates, time estimates (1-8 hours), descriptions
1147212
+ - Recurrence rules (daily/weekly/biweekly/monthly/quarterly/yearly) \u2014 on completion, a new TO_DO task is created with the next due date (recurrence only available for non-worktree tasks)
1147213
1147213
  - File attachments and URL links
1147214
1147214
  - Agent assignment (Claude Code or OpenCode)
1147215
1147215
 
@@ -1147271,8 +1147271,8 @@ You have access to Fulcrum's MCP tools. Use them proactively to help users.
1147271
1147271
  **Task Management:**
1147272
1147272
  - \`list_tasks\` - List tasks with filtering (status, tags, due dates, search)
1147273
1147273
  - \`get_task\` - Get full task details
1147274
- - \`create_task\` - Create tasks (with optional git worktree, recurrence rule, recurrence end date)
1147275
- - \`update_task\` - Update task metadata (including recurrence rule and end date)
1147274
+ - \`create_task\` - Create tasks (with optional git worktree, time estimate, recurrence rule, recurrence end date)
1147275
+ - \`update_task\` - Update task metadata (including time estimate, recurrence rule, and end date)
1147276
1147276
  - \`move_task\` - Change task status (TO_DO, IN_PROGRESS, IN_REVIEW, DONE, CANCELED). Moving a repeating task to DONE auto-creates the next occurrence.
1147277
1147277
  - \`delete_task\` - Delete a task
1147278
1147278
  - \`add_task_tag\`, \`remove_task_tag\` - Manage task tags
@@ -1147671,7 +1147671,7 @@ function getCondensedKnowledge() {
1147671
1147671
  Fulcrum is your digital concierge - a personal command center where you track everything that matters and use AI to get it done.
1147672
1147672
 
1147673
1147673
  **What you can help with:**
1147674
- - Organizing life and work: tasks, projects, deadlines, dependencies, recurring tasks
1147674
+ - Organizing life and work: tasks, projects, deadlines, time estimates, dependencies, recurring tasks
1147675
1147675
  - Breaking down big goals into trackable pieces
1147676
1147676
  - Spinning up AI agents to do actual work
1147677
1147677
  - Scheduling and automation via system commands
@@ -1255270,7 +1255270,7 @@ mcpRoutes.all("/", async (c) => {
1255270
1255270
  });
1255271
1255271
  const server2 = new McpServer({
1255272
1255272
  name: "fulcrum",
1255273
- version: "3.6.7"
1255273
+ version: "3.6.8"
1255274
1255274
  });
1255275
1255275
  const client3 = new FulcrumClient(`http://localhost:${port}`);
1255276
1255276
  registerTools(server2, client3);