cyrus-core 0.2.70 → 0.2.71-test.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.
|
@@ -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", "
|
|
30
|
+
export declare const LINEAR_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "ListAgents", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "LSP", "RemoteTrigger", "ToolSearch", "ListMcpResourcesTool", "ReadMcpResourceDirTool", "ReadMcpResourceTool", "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", "
|
|
54
|
+
export declare const GITHUB_DEFAULT_ALLOWED_TOOLS: readonly ["Read", "Edit", "Write", "NotebookEdit", "Bash", "Task", "ListAgents", "WebFetch", "WebSearch", "EnterWorktree", "ExitWorktree", "SendMessage", "PushNotification", "TaskCreate", "TaskUpdate", "TaskGet", "TaskList", "TaskOutput", "TaskStop", "CronCreate", "CronDelete", "CronList", "ScheduleWakeup", "Monitor", "LSP", "RemoteTrigger", "ToolSearch", "ListMcpResourcesTool", "ReadMcpResourceDirTool", "ReadMcpResourceTool", "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,yiBAgE/B,CAAC;AAEX;;;;;;;;;GASG;AACH,eAAO,MAAM,2BAA2B,+RAiC9B,CAAC;AAEX;;;;;;;;;;;GAWG;AACH,eAAO,MAAM,4BAA4B,2hBA6D/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"}
|
|
@@ -36,6 +36,7 @@ export const LINEAR_DEFAULT_ALLOWED_TOOLS = [
|
|
|
36
36
|
// Execution
|
|
37
37
|
"Bash",
|
|
38
38
|
"Task",
|
|
39
|
+
"ListAgents",
|
|
39
40
|
// Web
|
|
40
41
|
"WebFetch",
|
|
41
42
|
"WebSearch",
|
|
@@ -45,7 +46,6 @@ export const LINEAR_DEFAULT_ALLOWED_TOOLS = [
|
|
|
45
46
|
// User interaction
|
|
46
47
|
"SendMessage",
|
|
47
48
|
"PushNotification",
|
|
48
|
-
"ShareOnboardingGuide",
|
|
49
49
|
// Task lifecycle
|
|
50
50
|
"TaskCreate",
|
|
51
51
|
"TaskUpdate",
|
|
@@ -63,6 +63,9 @@ export const LINEAR_DEFAULT_ALLOWED_TOOLS = [
|
|
|
63
63
|
"LSP",
|
|
64
64
|
"RemoteTrigger",
|
|
65
65
|
"ToolSearch",
|
|
66
|
+
"ListMcpResourcesTool",
|
|
67
|
+
"ReadMcpResourceDirTool",
|
|
68
|
+
"ReadMcpResourceTool",
|
|
66
69
|
"Skill",
|
|
67
70
|
// Design sync
|
|
68
71
|
"DesignSync",
|
|
@@ -138,6 +141,7 @@ export const GITHUB_DEFAULT_ALLOWED_TOOLS = [
|
|
|
138
141
|
// Execution
|
|
139
142
|
"Bash",
|
|
140
143
|
"Task",
|
|
144
|
+
"ListAgents",
|
|
141
145
|
// Web
|
|
142
146
|
"WebFetch",
|
|
143
147
|
"WebSearch",
|
|
@@ -147,7 +151,6 @@ export const GITHUB_DEFAULT_ALLOWED_TOOLS = [
|
|
|
147
151
|
// User interaction
|
|
148
152
|
"SendMessage",
|
|
149
153
|
"PushNotification",
|
|
150
|
-
"ShareOnboardingGuide",
|
|
151
154
|
// Task lifecycle
|
|
152
155
|
"TaskCreate",
|
|
153
156
|
"TaskUpdate",
|
|
@@ -165,6 +168,9 @@ export const GITHUB_DEFAULT_ALLOWED_TOOLS = [
|
|
|
165
168
|
"LSP",
|
|
166
169
|
"RemoteTrigger",
|
|
167
170
|
"ToolSearch",
|
|
171
|
+
"ListMcpResourcesTool",
|
|
172
|
+
"ReadMcpResourceDirTool",
|
|
173
|
+
"ReadMcpResourceTool",
|
|
168
174
|
"Skill",
|
|
169
175
|
// Design sync
|
|
170
176
|
"DesignSync",
|
|
@@ -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;
|
|
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;IACN,YAAY;IAEZ,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,KAAK;IACL,eAAe;IACf,YAAY;IACZ,sBAAsB;IACtB,wBAAwB;IACxB,qBAAqB;IACrB,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;IACN,YAAY;IAEZ,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,KAAK;IACL,eAAe;IACf,YAAY;IACZ,sBAAsB;IACtB,wBAAwB;IACxB,qBAAqB;IACrB,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.
|
|
3
|
+
"version": "0.2.71-test.0",
|
|
4
4
|
"description": "Core business logic for Cyrus",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"schemas"
|
|
16
16
|
],
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"@anthropic-ai/claude-agent-sdk": "0.3.
|
|
18
|
+
"@anthropic-ai/claude-agent-sdk": "0.3.250",
|
|
19
19
|
"@linear/sdk": "^64.0.0",
|
|
20
20
|
"zod": "^4.3.6"
|
|
21
21
|
},
|