cyrus-core 0.2.67-test.8 → 0.2.67
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.
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
* Claude Agent SDK toolset plus the workspace MCP prefixes Cyrus needs
|
|
28
28
|
* to read and write Linear state.
|
|
29
29
|
*/
|
|
30
|
-
export declare const LINEAR_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "
|
|
30
|
+
export declare const LINEAR_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "RemoteTrigger", "ToolSearch", "Skill", "DesignSync", "Workflow", "ReportFindings", "mcp__linear", "mcp__cyrus-tools", "mcp__cyrus-docs", "mcp__slack"];
|
|
31
31
|
/**
|
|
32
32
|
* Default allowed tools for Slack `@mention` chat sessions.
|
|
33
33
|
*
|
|
@@ -51,7 +51,7 @@ export declare const SLACK_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Bash(git -C
|
|
|
51
51
|
* `LINEAR_DEFAULT_ALLOWED_TOOLS`) so the two can diverge without one of
|
|
52
52
|
* them silently inheriting the other's changes.
|
|
53
53
|
*/
|
|
54
|
-
export declare const GITHUB_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "
|
|
54
|
+
export declare const GITHUB_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "RemoteTrigger", "ToolSearch", "Skill", "DesignSync", "Workflow", "ReportFindings", "mcp__linear", "mcp__cyrus-tools", "mcp__cyrus-docs"];
|
|
55
55
|
/**
|
|
56
56
|
* Platform identifier used by callers that want to resolve a default list
|
|
57
57
|
* dynamically. Keeps platform-string typos out of the call sites.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allowed-tools-defaults.d.ts","sourceRoot":"","sources":["../src/allowed-tools-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,
|
|
1
|
+
{"version":3,"file":"allowed-tools-defaults.d.ts","sourceRoot":"","sources":["../src/allowed-tools-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;;;GAOG;AACH,eAAO,MAAM,4BAA4B,2cA2D/B,CAAC;AAEX;;;;;;;;;GASG;AACH,eAAO,MAAM,2BAA2B,+RAiC9B,CAAC;AAEX;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,4BAA4B,6bAwD/B,CAAC;AAEX;;;GAGG;AACH,MAAM,MAAM,oBAAoB,GAAG,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;AAEjE;;GAEG;AACH,wBAAgB,sBAAsB,CACrC,QAAQ,EAAE,oBAAoB,GAC5B,SAAS,MAAM,EAAE,CASnB"}
|
|
@@ -59,7 +59,6 @@ export const LINEAR_DEFAULT_ALLOWED_TOOLS = [
|
|
|
59
59
|
"ScheduleWakeup",
|
|
60
60
|
// Monitoring + discovery
|
|
61
61
|
"Monitor",
|
|
62
|
-
"LSP",
|
|
63
62
|
"RemoteTrigger",
|
|
64
63
|
"ToolSearch",
|
|
65
64
|
"Skill",
|
|
@@ -67,6 +66,8 @@ export const LINEAR_DEFAULT_ALLOWED_TOOLS = [
|
|
|
67
66
|
"DesignSync",
|
|
68
67
|
// Workflow orchestration
|
|
69
68
|
"Workflow",
|
|
69
|
+
// Findings reporting
|
|
70
|
+
"ReportFindings",
|
|
70
71
|
// Workspace MCP servers — explicit, no implicit appending. Linear
|
|
71
72
|
// sessions include `mcp__slack` so Cyrus can post status updates and
|
|
72
73
|
// follow-up messages to Slack while working on an issue.
|
|
@@ -158,7 +159,6 @@ export const GITHUB_DEFAULT_ALLOWED_TOOLS = [
|
|
|
158
159
|
"ScheduleWakeup",
|
|
159
160
|
// Monitoring + discovery
|
|
160
161
|
"Monitor",
|
|
161
|
-
"LSP",
|
|
162
162
|
"RemoteTrigger",
|
|
163
163
|
"ToolSearch",
|
|
164
164
|
"Skill",
|
|
@@ -166,6 +166,8 @@ export const GITHUB_DEFAULT_ALLOWED_TOOLS = [
|
|
|
166
166
|
"DesignSync",
|
|
167
167
|
// Workflow orchestration
|
|
168
168
|
"Workflow",
|
|
169
|
+
// Findings reporting
|
|
170
|
+
"ReportFindings",
|
|
169
171
|
// Workspace MCP servers GitHub sessions need
|
|
170
172
|
"mcp__linear",
|
|
171
173
|
"mcp__cyrus-tools",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"allowed-tools-defaults.js","sourceRoot":"","sources":["../src/allowed-tools-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,cAAc;IACd,MAAM;IACN,MAAM;IACN,OAAO;IACP,cAAc;IAEd,YAAY;IACZ,MAAM;IACN,MAAM;IAEN,MAAM;IACN,UAAU;IACV,WAAW;IAEX,sBAAsB;IACtB,eAAe;IACf,cAAc;IAEd,mBAAmB;IACnB,aAAa;IACb,kBAAkB;IAElB,iBAAiB;IACjB,YAAY;IACZ,YAAY;IACZ,SAAS;IACT,UAAU;IACV,YAAY;IACZ,UAAU;IAEV,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,UAAU;IACV,gBAAgB;IAEhB,yBAAyB;IACzB,SAAS;IACT,
|
|
1
|
+
{"version":3,"file":"allowed-tools-defaults.js","sourceRoot":"","sources":["../src/allowed-tools-defaults.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;;GAoBG;AAEH;;;;;;;GAOG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,cAAc;IACd,MAAM;IACN,MAAM;IACN,OAAO;IACP,cAAc;IAEd,YAAY;IACZ,MAAM;IACN,MAAM;IAEN,MAAM;IACN,UAAU;IACV,WAAW;IAEX,sBAAsB;IACtB,eAAe;IACf,cAAc;IAEd,mBAAmB;IACnB,aAAa;IACb,kBAAkB;IAElB,iBAAiB;IACjB,YAAY;IACZ,YAAY;IACZ,SAAS;IACT,UAAU;IACV,YAAY;IACZ,UAAU;IAEV,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,UAAU;IACV,gBAAgB;IAEhB,yBAAyB;IACzB,SAAS;IACT,eAAe;IACf,YAAY;IACZ,OAAO;IAEP,cAAc;IACd,YAAY;IAEZ,yBAAyB;IACzB,UAAU;IAEV,qBAAqB;IACrB,gBAAgB;IAEhB,kEAAkE;IAClE,qEAAqE;IACrE,yDAAyD;IACzD,aAAa;IACb,kBAAkB;IAClB,iBAAiB;IACjB,YAAY;CACH,CAAC;AAEX;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,2BAA2B,GAAG;IAC1C,6CAA6C;IAC7C,MAAM;IACN,qBAAqB;IAErB,MAAM;IACN,UAAU;IACV,WAAW;IAEX,mEAAmE;IACnE,0CAA0C;IAC1C,aAAa;IACb,gBAAgB;IAEhB,4BAA4B;IAC5B,MAAM;IACN,YAAY;IACZ,YAAY;IACZ,SAAS;IACT,UAAU;IACV,YAAY;IACZ,UAAU;IAEV,YAAY;IACZ,SAAS;IACT,OAAO;IACP,YAAY;IAEZ,iDAAiD;IACjD,aAAa;IACb,kBAAkB;IAClB,iBAAiB;IACjB,YAAY;CACH,CAAC;AAEX;;;;;;;;;;;GAWG;AACH,MAAM,CAAC,MAAM,4BAA4B,GAAG;IAC3C,cAAc;IACd,MAAM;IACN,MAAM;IACN,OAAO;IACP,cAAc;IAEd,YAAY;IACZ,MAAM;IACN,MAAM;IAEN,MAAM;IACN,UAAU;IACV,WAAW;IAEX,sBAAsB;IACtB,eAAe;IACf,cAAc;IAEd,mBAAmB;IACnB,aAAa;IACb,kBAAkB;IAElB,iBAAiB;IACjB,YAAY;IACZ,YAAY;IACZ,SAAS;IACT,UAAU;IACV,YAAY;IACZ,UAAU;IAEV,aAAa;IACb,YAAY;IACZ,YAAY;IACZ,UAAU;IACV,gBAAgB;IAEhB,yBAAyB;IACzB,SAAS;IACT,eAAe;IACf,YAAY;IACZ,OAAO;IAEP,cAAc;IACd,YAAY;IAEZ,yBAAyB;IACzB,UAAU;IAEV,qBAAqB;IACrB,gBAAgB;IAEhB,6CAA6C;IAC7C,aAAa;IACb,kBAAkB;IAClB,iBAAiB;CACR,CAAC;AAQX;;GAEG;AACH,MAAM,UAAU,sBAAsB,CACrC,QAA8B;IAE9B,QAAQ,QAAQ,EAAE,CAAC;QAClB,KAAK,QAAQ;YACZ,OAAO,4BAA4B,CAAC;QACrC,KAAK,OAAO;YACX,OAAO,2BAA2B,CAAC;QACpC,KAAK,QAAQ;YACZ,OAAO,4BAA4B,CAAC;IACtC,CAAC;AACF,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "cyrus-core",
|
|
3
|
-
"version": "0.2.67
|
|
3
|
+
"version": "0.2.67",
|
|
4
4
|
"description": "Core business logic for Cyrus",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"schemas"
|
|
11
11
|
],
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@anthropic-ai/claude-agent-sdk": "0.3.
|
|
13
|
+
"@anthropic-ai/claude-agent-sdk": "0.3.205",
|
|
14
14
|
"@linear/sdk": "^64.0.0",
|
|
15
15
|
"zod": "^4.3.6"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
18
|
"@types/node": "^20.0.0",
|
|
19
|
-
"fastify": "^5.
|
|
20
|
-
"tsx": "^4.
|
|
19
|
+
"fastify": "^5.10.0",
|
|
20
|
+
"tsx": "^4.23.0",
|
|
21
21
|
"typescript": "^5.3.3",
|
|
22
22
|
"vitest": "^4.1.0"
|
|
23
23
|
},
|