@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 +4 -0
- package/bin/fulcrum.js +765 -387
- package/dist/assets/{index-Dq1YCTgS.js → index-CdhwVHRM.js} +1 -1
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/index.js +57926 -55105
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)
|