@knowsuchagency/fulcrum 4.2.1 → 4.3.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/README.md CHANGED
@@ -353,6 +353,10 @@ fulcrum down # Stop server
353
353
  fulcrum status # Check server status
354
354
  fulcrum doctor # Check all dependencies
355
355
  fulcrum mcp # Start MCP server (stdio)
356
+ fulcrum api tools # Compact tool reference (~2K tokens)
357
+ fulcrum api tasks list --search bug # Resource/action syntax
358
+ fulcrum api GET /api/tasks # Raw HTTP mode (backward compat)
359
+ fulcrum api routes # List API routes by category
356
360
  ```
357
361
 
358
362
  ### Current Task (auto-detected from worktree)