From c2ccdb88304de0f49c9873f95033835b8a3665da Mon Sep 17 00:00:00 2001 From: XW Date: Tue, 14 Apr 2026 12:13:00 +0800 Subject: [PATCH] =?UTF-8?q?Update=20workspace=20bundle=20=E2=80=94=20expor?= =?UTF-8?q?ted=20from=20Taskade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- agents/builder.json | 42 +- agents/critic.json | 42 +- agents/editor.json | 42 +- agents/researcher.json | 42 +- agents/strategist.json | 42 +- apps/default.json | 18 +- automations/daily-standup.json | 49 +- automations/decision-council.json | 122 +- automations/inbox-triage.json | 18 +- automations/incident-response.json | 10 +- automations/monday-planning.json | 8 +- automations/weekly-review.json | 8 +- manifest.json | 2 +- .../council.png | Bin 0 -> 438167 bytes .../metadata.json | 1 + .../library.png | Bin 0 -> 298870 bytes .../metadata.json | 1 + .../cortex_icon_dark.png | Bin 0 -> 6688 bytes .../metadata.json | 1 + .../cortex_icon_light.png | Bin 0 -> 6985 bytes .../metadata.json | 1 + .../journal.png | Bin 0 -> 337724 bytes .../metadata.json | 1 + .../dashboard.png | Bin 0 -> 413852 bytes .../metadata.json | 1 + projects/company-context.json | 2 +- projects/decision-log.json | 4267 ++++++++++++++++- projects/inbox-triage-2.json | 268 ++ .../library-mental-models-frameworks.json | 2 +- projects/library-references.json | 2 +- projects/playbook-fundraise.json | 2 +- projects/playbook-hiring.json | 2 +- projects/playbook-launch.json | 2 +- projects/playbook-pricing.json | 2 +- projects/playbook-support.json | 2 +- projects/response-plans.json | 1536 ++++++ projects/weekly-priorities.json | 685 +++ projects/welcome-to-cortex.json | 2 +- 38 files changed, 7069 insertions(+), 156 deletions(-) create mode 100644 media/6bf9bdeb-28f1-4d49-ae2a-1f153a49e8e7/council.png create mode 100644 media/6bf9bdeb-28f1-4d49-ae2a-1f153a49e8e7/metadata.json create mode 100644 media/9c5f7ba6-335d-4186-8a76-ee9be758d898/library.png create mode 100644 media/9c5f7ba6-335d-4186-8a76-ee9be758d898/metadata.json create mode 100644 media/b104b8f2-fe04-4312-ba1b-a73aad32eae0/cortex_icon_dark.png create mode 100644 media/b104b8f2-fe04-4312-ba1b-a73aad32eae0/metadata.json create mode 100644 media/b5829d71-492e-4f14-b06e-9250c63bbfbc/cortex_icon_light.png create mode 100644 media/b5829d71-492e-4f14-b06e-9250c63bbfbc/metadata.json create mode 100644 media/c9b1aeb8-1469-4101-b4dd-30810e56be12/journal.png create mode 100644 media/c9b1aeb8-1469-4101-b4dd-30810e56be12/metadata.json create mode 100644 media/d0edaa13-8da8-4b21-8e15-f3e94c79302b/dashboard.png create mode 100644 media/d0edaa13-8da8-4b21-8e15-f3e94c79302b/metadata.json create mode 100644 projects/inbox-triage-2.json create mode 100644 projects/response-plans.json create mode 100644 projects/weekly-priorities.json diff --git a/agents/builder.json b/agents/builder.json index db6b18d..5f7552d 100644 --- a/agents/builder.json +++ b/agents/builder.json @@ -31,17 +31,57 @@ }, "type": "emoji" }, + "publicPreferences": { + "canCopyKnowledge": false, + "mode": "chatbot" + }, "variables": { + "response-plans": { + "id": "response-plans", + "rank": "V", + "type": "string" + }, "company-context": { "id": "company-context", - "rank": "V", + "rank": "k", + "type": "string" + }, + "decision-log": { + "id": "decision-log", + "rank": "s", + "type": "string" + }, + "weekly-priorities": { + "id": "weekly-priorities", + "rank": "w", + "type": "string" + }, + "inbox-triage-2": { + "id": "inbox-triage-2", + "rank": "y", "type": "string" } }, "addToKnowledgeProjectVariables": [ + { + "id": "response-plans", + "type": "agent-template-variable-input-type" + }, { "id": "company-context", "type": "agent-template-variable-input-type" + }, + { + "id": "decision-log", + "type": "agent-template-variable-input-type" + }, + { + "id": "weekly-priorities", + "type": "agent-template-variable-input-type" + }, + { + "id": "inbox-triage-2", + "type": "agent-template-variable-input-type" } ] } \ No newline at end of file diff --git a/agents/critic.json b/agents/critic.json index a19a154..320f028 100644 --- a/agents/critic.json +++ b/agents/critic.json @@ -31,17 +31,57 @@ }, "type": "emoji" }, + "publicPreferences": { + "canCopyKnowledge": false, + "mode": "chatbot" + }, "variables": { + "response-plans": { + "id": "response-plans", + "rank": "V", + "type": "string" + }, "company-context": { "id": "company-context", - "rank": "V", + "rank": "k", + "type": "string" + }, + "decision-log": { + "id": "decision-log", + "rank": "s", + "type": "string" + }, + "weekly-priorities": { + "id": "weekly-priorities", + "rank": "w", + "type": "string" + }, + "inbox-triage-2": { + "id": "inbox-triage-2", + "rank": "y", "type": "string" } }, "addToKnowledgeProjectVariables": [ + { + "id": "response-plans", + "type": "agent-template-variable-input-type" + }, { "id": "company-context", "type": "agent-template-variable-input-type" + }, + { + "id": "decision-log", + "type": "agent-template-variable-input-type" + }, + { + "id": "weekly-priorities", + "type": "agent-template-variable-input-type" + }, + { + "id": "inbox-triage-2", + "type": "agent-template-variable-input-type" } ] } \ No newline at end of file diff --git a/agents/editor.json b/agents/editor.json index 256bcca..eeb6bc9 100644 --- a/agents/editor.json +++ b/agents/editor.json @@ -31,17 +31,57 @@ }, "type": "emoji" }, + "publicPreferences": { + "canCopyKnowledge": false, + "mode": "chatbot" + }, "variables": { + "response-plans": { + "id": "response-plans", + "rank": "V", + "type": "string" + }, "company-context": { "id": "company-context", - "rank": "V", + "rank": "k", + "type": "string" + }, + "decision-log": { + "id": "decision-log", + "rank": "s", + "type": "string" + }, + "weekly-priorities": { + "id": "weekly-priorities", + "rank": "w", + "type": "string" + }, + "inbox-triage-2": { + "id": "inbox-triage-2", + "rank": "y", "type": "string" } }, "addToKnowledgeProjectVariables": [ + { + "id": "response-plans", + "type": "agent-template-variable-input-type" + }, { "id": "company-context", "type": "agent-template-variable-input-type" + }, + { + "id": "decision-log", + "type": "agent-template-variable-input-type" + }, + { + "id": "weekly-priorities", + "type": "agent-template-variable-input-type" + }, + { + "id": "inbox-triage-2", + "type": "agent-template-variable-input-type" } ] } \ No newline at end of file diff --git a/agents/researcher.json b/agents/researcher.json index fb55c23..462ea5d 100644 --- a/agents/researcher.json +++ b/agents/researcher.json @@ -31,17 +31,57 @@ }, "type": "emoji" }, + "publicPreferences": { + "canCopyKnowledge": false, + "mode": "chatbot" + }, "variables": { + "response-plans": { + "id": "response-plans", + "rank": "V", + "type": "string" + }, "company-context": { "id": "company-context", - "rank": "V", + "rank": "k", + "type": "string" + }, + "decision-log": { + "id": "decision-log", + "rank": "s", + "type": "string" + }, + "weekly-priorities": { + "id": "weekly-priorities", + "rank": "w", + "type": "string" + }, + "inbox-triage-2": { + "id": "inbox-triage-2", + "rank": "y", "type": "string" } }, "addToKnowledgeProjectVariables": [ + { + "id": "response-plans", + "type": "agent-template-variable-input-type" + }, { "id": "company-context", "type": "agent-template-variable-input-type" + }, + { + "id": "decision-log", + "type": "agent-template-variable-input-type" + }, + { + "id": "weekly-priorities", + "type": "agent-template-variable-input-type" + }, + { + "id": "inbox-triage-2", + "type": "agent-template-variable-input-type" } ] } \ No newline at end of file diff --git a/agents/strategist.json b/agents/strategist.json index 684d721..f875e2d 100644 --- a/agents/strategist.json +++ b/agents/strategist.json @@ -31,17 +31,57 @@ }, "type": "emoji" }, + "publicPreferences": { + "canCopyKnowledge": false, + "mode": "chatbot" + }, "variables": { + "response-plans": { + "id": "response-plans", + "rank": "V", + "type": "string" + }, "company-context": { "id": "company-context", - "rank": "V", + "rank": "k", + "type": "string" + }, + "decision-log": { + "id": "decision-log", + "rank": "s", + "type": "string" + }, + "weekly-priorities": { + "id": "weekly-priorities", + "rank": "w", + "type": "string" + }, + "inbox-triage-2": { + "id": "inbox-triage-2", + "rank": "y", "type": "string" } }, "addToKnowledgeProjectVariables": [ + { + "id": "response-plans", + "type": "agent-template-variable-input-type" + }, { "id": "company-context", "type": "agent-template-variable-input-type" + }, + { + "id": "decision-log", + "type": "agent-template-variable-input-type" + }, + { + "id": "weekly-priorities", + "type": "agent-template-variable-input-type" + }, + { + "id": "inbox-triage-2", + "type": "agent-template-variable-input-type" } ] } \ No newline at end of file diff --git a/apps/default.json b/apps/default.json index 5162a6d..f6bb183 100644 --- a/apps/default.json +++ b/apps/default.json @@ -78,7 +78,7 @@ }, "theme-bridge.ts": { "file": { - "contents": "/**\n * Listen for TASKADE_THEME_UPDATE messages from the parent Taskade editor\n * and apply CSS variable overrides to the document root in real-time.\n * Also responds to TASKADE_THEME_READ requests with current CSS variable values.\n *\n * Theme overrides are injected via a