@knowsuchagency/fulcrum 3.12.2 → 3.14.0
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 +4 -4
- package/dist/assets/index-B7f_yhsV.css +1 -0
- package/dist/assets/{index-BE_UeoeT.js → index-BeJg_Q9_.js} +164 -164
- package/dist/index.html +2 -2
- package/drizzle/0068_observer_invocations.sql +16 -0
- package/drizzle/0069_drop_email_authorized_threads.sql +1 -0
- package/drizzle/meta/_journal.json +14 -0
- package/package.json +1 -1
- package/server/index.js +482 -209
- package/dist/assets/index-Dj2x-9Nj.css +0 -1
package/bin/fulcrum.js
CHANGED
|
@@ -46301,7 +46301,7 @@ var registerMemoryFileReadTool = (server, client) => {
|
|
|
46301
46301
|
});
|
|
46302
46302
|
}, registerMemoryFileTools = (server, client) => {
|
|
46303
46303
|
registerMemoryFileReadTool(server, client);
|
|
46304
|
-
server.tool("memory_file_update", "Update the master memory file. Provide full content to replace the entire file, or specify a section heading to update just that section. The memory file is included in every conversation, so keep it organized and concise.", {
|
|
46304
|
+
server.tool("memory_file_update", "Update the master memory file. Provide full content to replace the entire file, or specify a section heading to update just that section. The memory file is included in every conversation, so keep it organized and concise. Never write sweep summaries, transient status, or time-sensitive information (specific dates, attendee counts, invoices) to this file \u2014 use memory_store instead.", {
|
|
46305
46305
|
content: exports_external.string().describe("The content to write. If section is specified, this replaces only that section body."),
|
|
46306
46306
|
section: exports_external.optional(exports_external.string()).describe('Optional markdown heading (e.g., "## Preferences") to update a specific section. If omitted, replaces the entire file.')
|
|
46307
46307
|
}, async ({ content, section }) => {
|
|
@@ -46451,7 +46451,7 @@ async function runMcpServer(urlOverride, portOverride) {
|
|
|
46451
46451
|
const client = new FulcrumClient(urlOverride, portOverride);
|
|
46452
46452
|
const server = new McpServer({
|
|
46453
46453
|
name: "fulcrum",
|
|
46454
|
-
version: "3.
|
|
46454
|
+
version: "3.14.0"
|
|
46455
46455
|
});
|
|
46456
46456
|
registerTools(server, client);
|
|
46457
46457
|
const transport = new StdioServerTransport;
|
|
@@ -48800,7 +48800,7 @@ var marketplace_default = `{
|
|
|
48800
48800
|
"name": "fulcrum",
|
|
48801
48801
|
"source": "./",
|
|
48802
48802
|
"description": "Task orchestration for Claude Code",
|
|
48803
|
-
"version": "3.
|
|
48803
|
+
"version": "3.14.0",
|
|
48804
48804
|
"skills": [
|
|
48805
48805
|
"./skills/fulcrum"
|
|
48806
48806
|
],
|
|
@@ -50004,7 +50004,7 @@ function compareVersions(v1, v2) {
|
|
|
50004
50004
|
var package_default = {
|
|
50005
50005
|
name: "@knowsuchagency/fulcrum",
|
|
50006
50006
|
private: true,
|
|
50007
|
-
version: "3.
|
|
50007
|
+
version: "3.14.0",
|
|
50008
50008
|
description: "Harness Attention. Orchestrate Agents. Ship.",
|
|
50009
50009
|
license: "PolyForm-Perimeter-1.0.0",
|
|
50010
50010
|
type: "module",
|