@knowsuchagency/fulcrum 2.6.7 → 2.7.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 +2 -2
- package/bin/fulcrum.js +3 -3
- package/dist/assets/{index-CabobZ3E.js → index-_cFoHsjb.js} +161 -161
- package/dist/index.html +1 -1
- package/package.json +1 -1
- package/server/index.js +49 -83
package/README.md
CHANGED
|
@@ -170,7 +170,7 @@ Chat with the AI assistant from anywhere via your favorite messaging platform.
|
|
|
170
170
|
|
|
171
171
|
| Platform | Auth Method |
|
|
172
172
|
|----------|-------------|
|
|
173
|
-
| **Email** | SMTP/IMAP credentials
|
|
173
|
+
| **Email** | SMTP/IMAP credentials, collects all emails, allowlist controls AI responses |
|
|
174
174
|
| **WhatsApp** | QR code scan, monitors all messages, replies only to "Message yourself" |
|
|
175
175
|
| **Discord** | Bot token from Developer Portal |
|
|
176
176
|
| **Telegram** | Bot token from @BotFather |
|
|
@@ -178,7 +178,7 @@ Chat with the AI assistant from anywhere via your favorite messaging platform.
|
|
|
178
178
|
|
|
179
179
|
- **Persistent sessions** — Conversation context maintained across messages
|
|
180
180
|
- **Email threading** — Each email thread is a separate conversation
|
|
181
|
-
- **
|
|
181
|
+
- **Observe-first** — Email and WhatsApp collect all messages but only respond to authorized senders
|
|
182
182
|
- **Commands** — `/reset` (new conversation), `/help`, `/status`
|
|
183
183
|
|
|
184
184
|
Enable in Settings → Messaging and follow the setup instructions for each platform.
|
package/bin/fulcrum.js
CHANGED
|
@@ -45830,7 +45830,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
45830
45830
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
45831
45831
|
const server = new McpServer({
|
|
45832
45832
|
name: "fulcrum",
|
|
45833
|
-
version: "2.
|
|
45833
|
+
version: "2.7.1"
|
|
45834
45834
|
});
|
|
45835
45835
|
registerTools(server, client);
|
|
45836
45836
|
const transport = new StdioServerTransport;
|
|
@@ -48179,7 +48179,7 @@ var marketplace_default = `{
|
|
|
48179
48179
|
"name": "fulcrum",
|
|
48180
48180
|
"source": "./",
|
|
48181
48181
|
"description": "Task orchestration for Claude Code",
|
|
48182
|
-
"version": "2.
|
|
48182
|
+
"version": "2.7.1",
|
|
48183
48183
|
"skills": [
|
|
48184
48184
|
"./skills/fulcrum"
|
|
48185
48185
|
],
|
|
@@ -49367,7 +49367,7 @@ function compareVersions(v1, v2) {
|
|
|
49367
49367
|
var package_default = {
|
|
49368
49368
|
name: "@knowsuchagency/fulcrum",
|
|
49369
49369
|
private: true,
|
|
49370
|
-
version: "2.
|
|
49370
|
+
version: "2.7.1",
|
|
49371
49371
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
49372
49372
|
license: "PolyForm-Perimeter-1.0.0",
|
|
49373
49373
|
type: "module",
|