veryfront 0.1.524 → 0.1.527
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/esm/cli/templates/manifest.d.ts +405 -405
- package/esm/cli/templates/manifest.js +451 -451
- package/esm/deno.d.ts +1 -0
- package/esm/deno.js +5 -4
- package/esm/src/agent/runtime/agent-invocation-contract.d.ts.map +1 -1
- package/esm/src/agent/runtime/agent-invocation-contract.js +2 -0
- package/esm/src/agent/testing/durable-run-canaries/runner.d.ts.map +1 -1
- package/esm/src/agent/testing/durable-run-canaries/runner.js +2 -0
- package/esm/src/integrations/_data.js +11 -11
- package/esm/src/server/dev-ui/manifest.d.ts +17 -17
- package/esm/src/server/dev-ui/manifest.js +17 -17
- package/esm/src/utils/version-constant.d.ts +1 -1
- package/esm/src/utils/version-constant.js +1 -1
- package/package.json +1 -1
- package/src/cli/templates/manifest.js +451 -451
- package/src/deno.js +5 -4
- package/src/src/agent/runtime/agent-invocation-contract.ts +3 -0
- package/src/src/agent/testing/durable-run-canaries/runner.ts +3 -0
- package/src/src/integrations/_data.ts +11 -11
- package/src/src/server/dev-ui/manifest.js +17 -17
- package/src/src/utils/version-constant.ts +1 -1
|
@@ -1,591 +1,601 @@
|
|
|
1
1
|
declare namespace _default {
|
|
2
2
|
let version: number;
|
|
3
3
|
let templates: {
|
|
4
|
-
"
|
|
4
|
+
"multi-agent-system": {
|
|
5
5
|
files: {
|
|
6
|
-
"app/dashboard/page.tsx": string;
|
|
7
|
-
"app/api/chat/route.ts": string;
|
|
8
|
-
"app/login/page.tsx": string;
|
|
9
|
-
"app/page.tsx": string;
|
|
10
|
-
"app/layout.tsx": string;
|
|
11
|
-
"agents/assistant.ts": string;
|
|
12
|
-
"globals.css": string;
|
|
13
|
-
"tools/search.ts": string;
|
|
14
|
-
"tsconfig.json": string;
|
|
15
6
|
"README.md": string;
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
"
|
|
21
|
-
"app/api/uploads/[id]/route.ts": string;
|
|
22
|
-
"app/api/uploads/route.ts": string;
|
|
23
|
-
"app/api/chat/route.ts": string;
|
|
7
|
+
"tools/web-search.ts": string;
|
|
8
|
+
"agents/orchestrator.ts": string;
|
|
9
|
+
"agents/writer.ts": string;
|
|
10
|
+
"agents/researcher.ts": string;
|
|
11
|
+
"globals.css": string;
|
|
24
12
|
"app/page.tsx": string;
|
|
25
13
|
"app/layout.tsx": string;
|
|
26
|
-
"
|
|
27
|
-
"globals.css": string;
|
|
28
|
-
"content/getting-started.md": string;
|
|
29
|
-
"content/architecture.md": string;
|
|
14
|
+
"app/api/chat/route.ts": string;
|
|
30
15
|
"tsconfig.json": string;
|
|
31
|
-
"README.md": string;
|
|
32
16
|
};
|
|
33
17
|
};
|
|
34
|
-
|
|
18
|
+
"ai-agent": {
|
|
35
19
|
files: {
|
|
36
|
-
"
|
|
20
|
+
"README.md": string;
|
|
21
|
+
"tools/calculator.ts": string;
|
|
22
|
+
"agents/assistant.ts": string;
|
|
23
|
+
"globals.css": string;
|
|
37
24
|
"app/page.tsx": string;
|
|
38
25
|
"app/layout.tsx": string;
|
|
39
|
-
"
|
|
26
|
+
"app/api/chat/route.ts": string;
|
|
27
|
+
"tsconfig.json": string;
|
|
40
28
|
};
|
|
41
29
|
};
|
|
42
30
|
"coding-agent": {
|
|
43
31
|
files: {
|
|
44
|
-
"
|
|
45
|
-
"app/page.tsx": string;
|
|
46
|
-
"app/layout.tsx": string;
|
|
47
|
-
"agents/coder.ts": string;
|
|
48
|
-
"globals.css": string;
|
|
32
|
+
"README.md": string;
|
|
49
33
|
"tools/edit-file.ts": string;
|
|
50
|
-
"tools/list-files.ts": string;
|
|
51
34
|
"tools/read-file.ts": string;
|
|
35
|
+
"tools/list-files.ts": string;
|
|
36
|
+
"agents/coder.ts": string;
|
|
37
|
+
"globals.css": string;
|
|
38
|
+
"app/page.tsx": string;
|
|
39
|
+
"app/layout.tsx": string;
|
|
40
|
+
"app/api/chat/route.ts": string;
|
|
52
41
|
"tsconfig.json": string;
|
|
53
|
-
"README.md": string;
|
|
54
42
|
};
|
|
55
43
|
};
|
|
56
|
-
|
|
44
|
+
minimal: {
|
|
57
45
|
files: {
|
|
58
|
-
"
|
|
46
|
+
"README.md": string;
|
|
59
47
|
"app/page.tsx": string;
|
|
60
48
|
"app/layout.tsx": string;
|
|
61
|
-
"
|
|
62
|
-
"globals.css": string;
|
|
63
|
-
"tools/calculator.ts": string;
|
|
64
|
-
"tsconfig.json": string;
|
|
65
|
-
"README.md": string;
|
|
49
|
+
"app/about/page.mdx": string;
|
|
66
50
|
};
|
|
67
51
|
};
|
|
68
52
|
"agentic-workflow": {
|
|
69
53
|
files: {
|
|
70
|
-
"
|
|
71
|
-
"app/workflows/[id]/page.tsx": string;
|
|
72
|
-
"app/page.tsx": string;
|
|
73
|
-
"app/layout.tsx": string;
|
|
74
|
-
"agents/researcher.ts": string;
|
|
54
|
+
"README.md": string;
|
|
75
55
|
"agents/writer.ts": string;
|
|
56
|
+
"agents/researcher.ts": string;
|
|
76
57
|
"globals.css": string;
|
|
58
|
+
"app/page.tsx": string;
|
|
59
|
+
"app/layout.tsx": string;
|
|
60
|
+
"app/workflows/[id]/page.tsx": string;
|
|
77
61
|
"tsconfig.json": string;
|
|
78
|
-
"
|
|
62
|
+
"workflows/content-pipeline.ts": string;
|
|
79
63
|
};
|
|
80
64
|
};
|
|
81
|
-
"
|
|
65
|
+
"saas-starter": {
|
|
82
66
|
files: {
|
|
83
|
-
"
|
|
67
|
+
"README.md": string;
|
|
68
|
+
"tools/search.ts": string;
|
|
69
|
+
"agents/assistant.ts": string;
|
|
70
|
+
"globals.css": string;
|
|
84
71
|
"app/page.tsx": string;
|
|
85
72
|
"app/layout.tsx": string;
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"globals.css": string;
|
|
90
|
-
"tools/web-search.ts": string;
|
|
73
|
+
"app/login/page.tsx": string;
|
|
74
|
+
"app/api/chat/route.ts": string;
|
|
75
|
+
"app/dashboard/page.tsx": string;
|
|
91
76
|
"tsconfig.json": string;
|
|
92
|
-
"README.md": string;
|
|
93
77
|
};
|
|
94
78
|
};
|
|
95
|
-
"
|
|
79
|
+
"docs-agent": {
|
|
96
80
|
files: {
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
".
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"tools/archive-email.ts": string;
|
|
110
|
-
"tools/get-label.ts": string;
|
|
111
|
-
"tools/watch-mailbox.ts": string;
|
|
112
|
-
"tools/stop-mailbox-watch.ts": string;
|
|
113
|
-
"tools/list-labels.ts": string;
|
|
114
|
-
"tools/trash-thread.ts": string;
|
|
115
|
-
"tools/list-emails.ts": string;
|
|
116
|
-
"tools/delete-thread.ts": string;
|
|
117
|
-
"tools/send-draft.ts": string;
|
|
118
|
-
"tools/trash-email.ts": string;
|
|
119
|
-
"tools/modify-email-labels.ts": string;
|
|
120
|
-
"tools/get-attachment.ts": string;
|
|
121
|
-
"tools/send-email.ts": string;
|
|
122
|
-
"tools/get-thread.ts": string;
|
|
123
|
-
"tools/delete-email.ts": string;
|
|
124
|
-
"tools/get-draft.ts": string;
|
|
125
|
-
"tools/untrash-thread.ts": string;
|
|
126
|
-
"tools/get-profile.ts": string;
|
|
127
|
-
"tools/list-history.ts": string;
|
|
128
|
-
"tools/get-email.ts": string;
|
|
129
|
-
"tools/list-threads.ts": string;
|
|
130
|
-
"tools/modify-thread-labels.ts": string;
|
|
131
|
-
"tools/batch-delete-emails.ts": string;
|
|
132
|
-
"tools/mark-email-read.ts": string;
|
|
133
|
-
"tools/search-emails.ts": string;
|
|
134
|
-
"tools/create-draft.ts": string;
|
|
135
|
-
"tools/list-drafts.ts": string;
|
|
136
|
-
"tools/delete-draft.ts": string;
|
|
81
|
+
"README.md": string;
|
|
82
|
+
"agents/rag.ts": string;
|
|
83
|
+
"content/architecture.md": string;
|
|
84
|
+
"content/getting-started.md": string;
|
|
85
|
+
"globals.css": string;
|
|
86
|
+
"app/page.tsx": string;
|
|
87
|
+
"app/layout.tsx": string;
|
|
88
|
+
"app/api/uploads/route.ts": string;
|
|
89
|
+
"app/api/uploads/[id]/route.ts": string;
|
|
90
|
+
"app/api/chat/route.ts": string;
|
|
91
|
+
"tsconfig.json": string;
|
|
92
|
+
"store.ts": string;
|
|
137
93
|
};
|
|
138
94
|
};
|
|
139
|
-
"integration:
|
|
95
|
+
"integration:neon": {
|
|
140
96
|
files: {
|
|
141
|
-
"
|
|
142
|
-
"
|
|
97
|
+
"tools/list-tables.ts": string;
|
|
98
|
+
"tools/describe-table.ts": string;
|
|
99
|
+
"tools/query-database.ts": string;
|
|
100
|
+
"tools/list-projects.ts": string;
|
|
101
|
+
"tools/list-branches.ts": string;
|
|
143
102
|
".env.example": string;
|
|
144
|
-
"lib/
|
|
145
|
-
"
|
|
146
|
-
"tools/update-card.ts": string;
|
|
147
|
-
"tools/list-cards.ts": string;
|
|
148
|
-
"tools/create-card.ts": string;
|
|
149
|
-
"tools/get-card.ts": string;
|
|
103
|
+
"lib/neon-client.ts": string;
|
|
104
|
+
"app/api/auth/neon/route.ts": string;
|
|
150
105
|
};
|
|
151
106
|
};
|
|
152
107
|
"integration:gitlab": {
|
|
153
108
|
files: {
|
|
154
|
-
"
|
|
155
|
-
"app/api/auth/gitlab/route.ts": string;
|
|
156
|
-
".env.example": string;
|
|
157
|
-
"lib/gitlab-client.ts": string;
|
|
158
|
-
"tools/search-issues.ts": string;
|
|
109
|
+
"tools/list-merge-requests.ts": string;
|
|
159
110
|
"tools/create-issue.ts": string;
|
|
160
111
|
"tools/list-projects.ts": string;
|
|
161
112
|
"tools/get-issue.ts": string;
|
|
162
|
-
"tools/
|
|
113
|
+
"tools/search-issues.ts": string;
|
|
114
|
+
".env.example": string;
|
|
115
|
+
"lib/gitlab-client.ts": string;
|
|
116
|
+
"app/api/auth/gitlab/callback/route.ts": string;
|
|
117
|
+
"app/api/auth/gitlab/route.ts": string;
|
|
163
118
|
};
|
|
164
119
|
};
|
|
165
|
-
"integration:
|
|
120
|
+
"integration:anthropic": {
|
|
166
121
|
files: {
|
|
167
|
-
"
|
|
168
|
-
"
|
|
122
|
+
"tools/list-workspaces.ts": string;
|
|
123
|
+
"tools/list-api-keys.ts": string;
|
|
124
|
+
"tools/get-usage.ts": string;
|
|
125
|
+
"tools/list-members.ts": string;
|
|
126
|
+
"tools/get-organization.ts": string;
|
|
169
127
|
".env.example": string;
|
|
170
|
-
"lib/
|
|
171
|
-
"tools/read-page.ts": string;
|
|
172
|
-
"tools/create-page.ts": string;
|
|
173
|
-
"tools/search-notion.ts": string;
|
|
174
|
-
"tools/query-database.ts": string;
|
|
128
|
+
"lib/anthropic-admin-client.ts": string;
|
|
175
129
|
};
|
|
176
130
|
};
|
|
177
|
-
"integration:
|
|
131
|
+
"integration:discord": {
|
|
178
132
|
files: {
|
|
133
|
+
"tools/get-messages.ts": string;
|
|
134
|
+
"tools/list-guilds.ts": string;
|
|
135
|
+
"tools/get-user.ts": string;
|
|
136
|
+
"tools/list-channels.ts": string;
|
|
137
|
+
"tools/send-message.ts": string;
|
|
179
138
|
".env.example": string;
|
|
180
|
-
"lib/
|
|
181
|
-
"
|
|
182
|
-
"
|
|
183
|
-
"tools/list-feature-flags.ts": string;
|
|
184
|
-
"tools/get-trends.ts": string;
|
|
139
|
+
"lib/discord-client.ts": string;
|
|
140
|
+
"app/api/auth/discord/callback/route.ts": string;
|
|
141
|
+
"app/api/auth/discord/route.ts": string;
|
|
185
142
|
};
|
|
186
143
|
};
|
|
187
|
-
"integration:
|
|
144
|
+
"integration:snowflake": {
|
|
188
145
|
files: {
|
|
189
|
-
"
|
|
190
|
-
"
|
|
146
|
+
"tools/list-databases.ts": string;
|
|
147
|
+
"tools/list-schemas.ts": string;
|
|
148
|
+
"tools/list-tables.ts": string;
|
|
149
|
+
"tools/describe-table.ts": string;
|
|
150
|
+
"tools/run-query.ts": string;
|
|
191
151
|
".env.example": string;
|
|
192
|
-
"lib/
|
|
193
|
-
"tools/search-issues.ts": string;
|
|
194
|
-
"tools/update-issue.ts": string;
|
|
195
|
-
"tools/create-issue.ts": string;
|
|
196
|
-
"tools/list-projects.ts": string;
|
|
197
|
-
"tools/get-issue.ts": string;
|
|
152
|
+
"lib/snowflake-client.ts": string;
|
|
198
153
|
};
|
|
199
154
|
};
|
|
200
|
-
"integration:
|
|
155
|
+
"integration:_base": {
|
|
201
156
|
files: {
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
".
|
|
205
|
-
"lib/
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
157
|
+
"SETUP.md": string;
|
|
158
|
+
"lib/oauth-memory-store.ts": string;
|
|
159
|
+
"lib/oauth.ts": string;
|
|
160
|
+
"lib/token-store-examples.ts": string;
|
|
161
|
+
"lib/token-store.ts": string;
|
|
162
|
+
"app/setup/page.tsx": string;
|
|
163
|
+
"app/setup/page-helpers.tsx": string;
|
|
164
|
+
"app/components/ServiceConnections.tsx": string;
|
|
165
|
+
"app/page.tsx": string;
|
|
166
|
+
"app/api/integrations/status/route.ts": string;
|
|
167
|
+
"app/api/integrations/token-storage/route.ts": string;
|
|
211
168
|
};
|
|
212
169
|
};
|
|
213
|
-
"integration:
|
|
170
|
+
"integration:calendar": {
|
|
214
171
|
files: {
|
|
172
|
+
"tools/find-free-time.ts": string;
|
|
173
|
+
"tools/create-event.ts": string;
|
|
174
|
+
"tools/list-events.ts": string;
|
|
215
175
|
".env.example": string;
|
|
216
|
-
"lib/
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"tools/get-issue.ts": string;
|
|
220
|
-
"tools/resolve-issue.ts": string;
|
|
176
|
+
"lib/calendar-client.ts": string;
|
|
177
|
+
"app/api/auth/calendar/callback/route.ts": string;
|
|
178
|
+
"app/api/auth/calendar/route.ts": string;
|
|
221
179
|
};
|
|
222
180
|
};
|
|
223
|
-
"integration:
|
|
181
|
+
"integration:hubspot": {
|
|
224
182
|
files: {
|
|
225
|
-
"
|
|
183
|
+
"tools/create-contact.ts": string;
|
|
184
|
+
"tools/list-contacts.ts": string;
|
|
185
|
+
"tools/list-deals.ts": string;
|
|
186
|
+
"tools/create-deal.ts": string;
|
|
187
|
+
"tools/get-contact.ts": string;
|
|
226
188
|
".env.example": string;
|
|
227
|
-
"lib/
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"tools/query-table.ts": string;
|
|
231
|
-
"tools/update-row.ts": string;
|
|
232
|
-
"tools/delete-row.ts": string;
|
|
189
|
+
"lib/hubspot-client.ts": string;
|
|
190
|
+
"app/api/auth/hubspot/callback/route.ts": string;
|
|
191
|
+
"app/api/auth/hubspot/route.ts": string;
|
|
233
192
|
};
|
|
234
193
|
};
|
|
235
|
-
"integration:
|
|
194
|
+
"integration:shopify": {
|
|
236
195
|
files: {
|
|
237
|
-
"
|
|
238
|
-
"
|
|
196
|
+
"tools/list-products.ts": string;
|
|
197
|
+
"tools/list-orders.ts": string;
|
|
198
|
+
"tools/get-order.ts": string;
|
|
199
|
+
"tools/list-customers.ts": string;
|
|
200
|
+
"tools/get-product.ts": string;
|
|
239
201
|
".env.example": string;
|
|
240
|
-
"lib/
|
|
241
|
-
"
|
|
242
|
-
"
|
|
243
|
-
"tools/create-incident.ts": string;
|
|
244
|
-
"tools/list-incidents.ts": string;
|
|
245
|
-
"tools/update-incident.ts": string;
|
|
202
|
+
"lib/shopify-client.ts": string;
|
|
203
|
+
"app/api/auth/shopify/callback/route.ts": string;
|
|
204
|
+
"app/api/auth/shopify/route.ts": string;
|
|
246
205
|
};
|
|
247
206
|
};
|
|
248
|
-
"integration:
|
|
207
|
+
"integration:aws": {
|
|
249
208
|
files: {
|
|
250
|
-
"
|
|
251
|
-
"
|
|
209
|
+
"tools/list-ec2-instances.ts": string;
|
|
210
|
+
"tools/list-s3-objects.ts": string;
|
|
211
|
+
"tools/list-lambda-functions.ts": string;
|
|
212
|
+
"tools/list-s3-buckets.ts": string;
|
|
213
|
+
"tools/get-s3-object.ts": string;
|
|
252
214
|
".env.example": string;
|
|
253
|
-
"lib/
|
|
254
|
-
"tools/find-free-time.ts": string;
|
|
255
|
-
"tools/create-event.ts": string;
|
|
256
|
-
"tools/list-events.ts": string;
|
|
215
|
+
"lib/aws-client.ts": string;
|
|
257
216
|
};
|
|
258
217
|
};
|
|
259
|
-
"integration:
|
|
218
|
+
"integration:notion": {
|
|
260
219
|
files: {
|
|
261
|
-
"
|
|
262
|
-
"
|
|
263
|
-
".env.example": string;
|
|
264
|
-
"lib/confluence-client.ts": string;
|
|
220
|
+
"tools/query-database.ts": string;
|
|
221
|
+
"tools/read-page.ts": string;
|
|
265
222
|
"tools/create-page.ts": string;
|
|
266
|
-
"tools/search-
|
|
267
|
-
"
|
|
268
|
-
"
|
|
269
|
-
"
|
|
223
|
+
"tools/search-notion.ts": string;
|
|
224
|
+
".env.example": string;
|
|
225
|
+
"lib/notion-client.ts": string;
|
|
226
|
+
"app/api/auth/notion/callback/route.ts": string;
|
|
227
|
+
"app/api/auth/notion/route.ts": string;
|
|
270
228
|
};
|
|
271
229
|
};
|
|
272
|
-
"integration:
|
|
230
|
+
"integration:github": {
|
|
273
231
|
files: {
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"
|
|
277
|
-
"tools/
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"tools/list-sites.ts": string;
|
|
232
|
+
"tools/create-issue.ts": string;
|
|
233
|
+
"tools/get-pr-diff.ts": string;
|
|
234
|
+
"tools/list-repos.ts": string;
|
|
235
|
+
"tools/list-prs.ts": string;
|
|
236
|
+
"lib/github-client.ts": string;
|
|
237
|
+
"app/api/auth/github/callback/route.ts": string;
|
|
238
|
+
"app/api/auth/github/route.ts": string;
|
|
282
239
|
};
|
|
283
240
|
};
|
|
284
|
-
"integration:
|
|
241
|
+
"integration:stripe": {
|
|
285
242
|
files: {
|
|
286
|
-
"
|
|
287
|
-
"
|
|
243
|
+
"tools/list-subscriptions.ts": string;
|
|
244
|
+
"tools/list-payments.ts": string;
|
|
245
|
+
"tools/get-balance.ts": string;
|
|
246
|
+
"tools/list-customers.ts": string;
|
|
247
|
+
"tools/get-customer.ts": string;
|
|
288
248
|
".env.example": string;
|
|
289
|
-
"lib/
|
|
290
|
-
"
|
|
291
|
-
"tools/get-messages.ts": string;
|
|
292
|
-
"tools/list-guilds.ts": string;
|
|
293
|
-
"tools/list-channels.ts": string;
|
|
294
|
-
"tools/get-user.ts": string;
|
|
249
|
+
"lib/stripe-client.ts": string;
|
|
250
|
+
"app/api/auth/stripe/route.ts": string;
|
|
295
251
|
};
|
|
296
252
|
};
|
|
297
|
-
"integration:
|
|
253
|
+
"integration:figma": {
|
|
298
254
|
files: {
|
|
255
|
+
"tools/get-file.ts": string;
|
|
256
|
+
"tools/get-comments.ts": string;
|
|
257
|
+
"tools/list-projects.ts": string;
|
|
258
|
+
"tools/post-comment.ts": string;
|
|
259
|
+
"tools/list-files.ts": string;
|
|
299
260
|
".env.example": string;
|
|
300
|
-
"lib/
|
|
301
|
-
"
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"tools/get-message.ts": string;
|
|
305
|
-
"tools/send-whatsapp.ts": string;
|
|
261
|
+
"lib/types.ts": string;
|
|
262
|
+
"lib/figma-client.ts": string;
|
|
263
|
+
"app/api/auth/figma/callback/route.ts": string;
|
|
264
|
+
"app/api/auth/figma/route.ts": string;
|
|
306
265
|
};
|
|
307
266
|
};
|
|
308
|
-
"integration:
|
|
267
|
+
"integration:linear": {
|
|
309
268
|
files: {
|
|
310
|
-
"
|
|
311
|
-
"
|
|
269
|
+
"tools/create-issue.ts": string;
|
|
270
|
+
"tools/update-issue.ts": string;
|
|
271
|
+
"tools/list-projects.ts": string;
|
|
272
|
+
"tools/get-issue.ts": string;
|
|
273
|
+
"tools/search-issues.ts": string;
|
|
312
274
|
".env.example": string;
|
|
313
|
-
"lib/
|
|
314
|
-
"
|
|
315
|
-
"
|
|
316
|
-
"tools/list-repositories.ts": string;
|
|
317
|
-
"tools/list-pull-requests.ts": string;
|
|
275
|
+
"lib/linear-client.ts": string;
|
|
276
|
+
"app/api/auth/linear/callback/route.ts": string;
|
|
277
|
+
"app/api/auth/linear/route.ts": string;
|
|
318
278
|
};
|
|
319
279
|
};
|
|
320
|
-
"integration:
|
|
280
|
+
"integration:onedrive": {
|
|
321
281
|
files: {
|
|
322
|
-
"
|
|
323
|
-
"
|
|
324
|
-
"
|
|
325
|
-
"tools/list-
|
|
326
|
-
"
|
|
327
|
-
"
|
|
328
|
-
"
|
|
329
|
-
"
|
|
282
|
+
"tools/upload-file.ts": string;
|
|
283
|
+
"tools/search-files.ts": string;
|
|
284
|
+
"tools/download-file.ts": string;
|
|
285
|
+
"tools/list-files.ts": string;
|
|
286
|
+
".env.example": string;
|
|
287
|
+
"lib/onedrive-client.ts": string;
|
|
288
|
+
"app/api/auth/onedrive/callback/route.ts": string;
|
|
289
|
+
"app/api/auth/onedrive/route.ts": string;
|
|
330
290
|
};
|
|
331
291
|
};
|
|
332
|
-
"integration:
|
|
292
|
+
"integration:asana": {
|
|
333
293
|
files: {
|
|
294
|
+
"tools/list-tasks.ts": string;
|
|
295
|
+
"tools/get-task.ts": string;
|
|
296
|
+
"tools/list-projects.ts": string;
|
|
297
|
+
"tools/update-task.ts": string;
|
|
298
|
+
"tools/create-task.ts": string;
|
|
334
299
|
".env.example": string;
|
|
335
|
-
"lib/
|
|
336
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"tools/list-members.ts": string;
|
|
339
|
-
"tools/list-api-keys.ts": string;
|
|
340
|
-
"tools/get-organization.ts": string;
|
|
300
|
+
"lib/asana-client.ts": string;
|
|
301
|
+
"app/api/auth/asana/callback/route.ts": string;
|
|
302
|
+
"app/api/auth/asana/route.ts": string;
|
|
341
303
|
};
|
|
342
304
|
};
|
|
343
|
-
"integration:
|
|
305
|
+
"integration:posthog": {
|
|
344
306
|
files: {
|
|
345
|
-
"
|
|
346
|
-
"
|
|
307
|
+
"tools/get-trends.ts": string;
|
|
308
|
+
"tools/capture-event.ts": string;
|
|
309
|
+
"tools/list-feature-flags.ts": string;
|
|
310
|
+
"tools/list-persons.ts": string;
|
|
347
311
|
".env.example": string;
|
|
348
|
-
"lib/
|
|
349
|
-
"tools/list-emails.ts": string;
|
|
350
|
-
"tools/send-email.ts": string;
|
|
351
|
-
"tools/get-email.ts": string;
|
|
352
|
-
"tools/search-emails.ts": string;
|
|
353
|
-
"tools/list-folders.ts": string;
|
|
312
|
+
"lib/posthog-client.ts": string;
|
|
354
313
|
};
|
|
355
314
|
};
|
|
356
|
-
"integration:
|
|
315
|
+
"integration:sentry": {
|
|
357
316
|
files: {
|
|
358
|
-
"
|
|
359
|
-
"app/api/auth/jira/route.ts": string;
|
|
360
|
-
"lib/jira-client.ts": string;
|
|
361
|
-
"tools/search-issues.ts": string;
|
|
362
|
-
"tools/update-issue.ts": string;
|
|
363
|
-
"tools/create-issue.ts": string;
|
|
317
|
+
"tools/resolve-issue.ts": string;
|
|
364
318
|
"tools/list-projects.ts": string;
|
|
319
|
+
"tools/list-issues.ts": string;
|
|
365
320
|
"tools/get-issue.ts": string;
|
|
321
|
+
".env.example": string;
|
|
322
|
+
"lib/sentry-client.ts": string;
|
|
366
323
|
};
|
|
367
324
|
};
|
|
368
|
-
"integration:
|
|
325
|
+
"integration:drive": {
|
|
369
326
|
files: {
|
|
370
|
-
"
|
|
371
|
-
"
|
|
372
|
-
".env.example": string;
|
|
373
|
-
"lib/dropbox-client.ts": string;
|
|
327
|
+
"tools/create-folder.ts": string;
|
|
328
|
+
"tools/get-file.ts": string;
|
|
374
329
|
"tools/upload-file.ts": string;
|
|
375
330
|
"tools/search-files.ts": string;
|
|
376
331
|
"tools/list-files.ts": string;
|
|
377
|
-
"
|
|
378
|
-
"
|
|
332
|
+
".env.example": string;
|
|
333
|
+
"lib/oauth.ts": string;
|
|
334
|
+
"lib/drive-client.ts": string;
|
|
335
|
+
"app/api/auth/drive/callback/route.ts": string;
|
|
336
|
+
"app/api/auth/drive/route.ts": string;
|
|
379
337
|
};
|
|
380
338
|
};
|
|
381
|
-
"integration:
|
|
339
|
+
"integration:bitbucket": {
|
|
382
340
|
files: {
|
|
341
|
+
"tools/list-pull-requests.ts": string;
|
|
342
|
+
"tools/list-issues.ts": string;
|
|
343
|
+
"tools/list-repositories.ts": string;
|
|
344
|
+
"tools/create-pull-request.ts": string;
|
|
383
345
|
".env.example": string;
|
|
384
|
-
"lib/
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"tools/get-retention.ts": string;
|
|
388
|
-
"tools/get-funnel.ts": string;
|
|
389
|
-
"tools/query-events.ts": string;
|
|
346
|
+
"lib/bitbucket-client.ts": string;
|
|
347
|
+
"app/api/auth/bitbucket/callback/route.ts": string;
|
|
348
|
+
"app/api/auth/bitbucket/route.ts": string;
|
|
390
349
|
};
|
|
391
350
|
};
|
|
392
|
-
"integration:
|
|
351
|
+
"integration:servicenow": {
|
|
393
352
|
files: {
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
"
|
|
397
|
-
"tools/
|
|
398
|
-
"tools/
|
|
399
|
-
"
|
|
400
|
-
"
|
|
401
|
-
"
|
|
353
|
+
"tools/create-incident.ts": string;
|
|
354
|
+
"tools/get-incident.ts": string;
|
|
355
|
+
"tools/list-incidents.ts": string;
|
|
356
|
+
"tools/search-knowledge.ts": string;
|
|
357
|
+
"tools/update-incident.ts": string;
|
|
358
|
+
".env.example": string;
|
|
359
|
+
"lib/servicenow-client.ts": string;
|
|
360
|
+
"app/api/auth/servicenow/callback/route.ts": string;
|
|
361
|
+
"app/api/auth/servicenow/route.ts": string;
|
|
402
362
|
};
|
|
403
363
|
};
|
|
404
|
-
"integration:
|
|
364
|
+
"integration:sharepoint": {
|
|
405
365
|
files: {
|
|
406
|
-
"
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"tools/
|
|
410
|
-
"tools/
|
|
411
|
-
"
|
|
412
|
-
"
|
|
366
|
+
"tools/get-site.ts": string;
|
|
367
|
+
"tools/get-file.ts": string;
|
|
368
|
+
"tools/list-sites.ts": string;
|
|
369
|
+
"tools/upload-file.ts": string;
|
|
370
|
+
"tools/list-files.ts": string;
|
|
371
|
+
"lib/sharepoint-client.ts": string;
|
|
372
|
+
"app/api/auth/sharepoint/callback/route.ts": string;
|
|
373
|
+
"app/api/auth/sharepoint/route.ts": string;
|
|
374
|
+
};
|
|
375
|
+
};
|
|
376
|
+
"integration:gmail": {
|
|
377
|
+
files: {
|
|
378
|
+
"tools/create-draft.ts": string;
|
|
379
|
+
"tools/get-email.ts": string;
|
|
380
|
+
"tools/trash-thread.ts": string;
|
|
381
|
+
"tools/delete-label.ts": string;
|
|
382
|
+
"tools/get-profile.ts": string;
|
|
383
|
+
"tools/archive-email.ts": string;
|
|
384
|
+
"tools/apply-labels.ts": string;
|
|
385
|
+
"tools/send-draft.ts": string;
|
|
386
|
+
"tools/create-label.ts": string;
|
|
387
|
+
"tools/list-emails.ts": string;
|
|
388
|
+
"tools/delete-draft.ts": string;
|
|
389
|
+
"tools/list-history.ts": string;
|
|
390
|
+
"tools/stop-mailbox-watch.ts": string;
|
|
391
|
+
"tools/search-emails.ts": string;
|
|
392
|
+
"tools/list-drafts.ts": string;
|
|
393
|
+
"tools/batch-modify-emails.ts": string;
|
|
394
|
+
"tools/modify-email-labels.ts": string;
|
|
395
|
+
"tools/trash-email.ts": string;
|
|
396
|
+
"tools/get-thread.ts": string;
|
|
397
|
+
"tools/update-label.ts": string;
|
|
398
|
+
"tools/watch-mailbox.ts": string;
|
|
399
|
+
"tools/batch-delete-emails.ts": string;
|
|
400
|
+
"tools/get-label.ts": string;
|
|
401
|
+
"tools/modify-thread-labels.ts": string;
|
|
402
|
+
"tools/send-email.ts": string;
|
|
403
|
+
"tools/update-draft.ts": string;
|
|
404
|
+
"tools/untrash-email.ts": string;
|
|
405
|
+
"tools/get-draft.ts": string;
|
|
406
|
+
"tools/get-attachment.ts": string;
|
|
407
|
+
"tools/delete-email.ts": string;
|
|
408
|
+
"tools/untrash-thread.ts": string;
|
|
409
|
+
"tools/list-labels.ts": string;
|
|
410
|
+
"tools/delete-thread.ts": string;
|
|
411
|
+
"tools/mark-email-read.ts": string;
|
|
412
|
+
"tools/list-threads.ts": string;
|
|
413
|
+
".env.example": string;
|
|
414
|
+
"lib/gmail-client.ts": string;
|
|
415
|
+
"lib/context.ts": string;
|
|
416
|
+
"app/api/auth/gmail/callback/route.ts": string;
|
|
417
|
+
"app/api/auth/gmail/route.ts": string;
|
|
413
418
|
};
|
|
414
419
|
};
|
|
415
|
-
"integration:
|
|
420
|
+
"integration:sheets": {
|
|
416
421
|
files: {
|
|
417
|
-
"
|
|
418
|
-
"
|
|
422
|
+
"tools/list-spreadsheets.ts": string;
|
|
423
|
+
"tools/get-spreadsheet.ts": string;
|
|
424
|
+
"tools/create-spreadsheet.ts": string;
|
|
425
|
+
"tools/read-range.ts": string;
|
|
426
|
+
"tools/write-range.ts": string;
|
|
419
427
|
".env.example": string;
|
|
420
|
-
"lib/
|
|
421
|
-
"
|
|
422
|
-
"
|
|
423
|
-
"tools/update-document.ts": string;
|
|
424
|
-
"tools/list-documents.ts": string;
|
|
425
|
-
"tools/create-document.ts": string;
|
|
426
|
-
"tools/search-documents.ts": string;
|
|
428
|
+
"lib/sheets-client.ts": string;
|
|
429
|
+
"app/api/auth/sheets/callback/route.ts": string;
|
|
430
|
+
"app/api/auth/sheets/route.ts": string;
|
|
427
431
|
};
|
|
428
432
|
};
|
|
429
|
-
"integration:
|
|
433
|
+
"integration:salesforce": {
|
|
430
434
|
files: {
|
|
431
|
-
"
|
|
432
|
-
"
|
|
433
|
-
".
|
|
434
|
-
"
|
|
435
|
+
"tools/create-lead.ts": string;
|
|
436
|
+
"tools/list-accounts.ts": string;
|
|
437
|
+
"tools/list-opportunities.ts": string;
|
|
438
|
+
"tools/get-account.ts": string;
|
|
435
439
|
"tools/list-contacts.ts": string;
|
|
436
|
-
"
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"tools/create-contact.ts": string;
|
|
440
|
+
"lib/salesforce-client.ts": string;
|
|
441
|
+
"app/api/auth/salesforce/callback/route.ts": string;
|
|
442
|
+
"app/api/auth/salesforce/route.ts": string;
|
|
440
443
|
};
|
|
441
444
|
};
|
|
442
|
-
"integration:
|
|
445
|
+
"integration:confluence": {
|
|
443
446
|
files: {
|
|
447
|
+
"tools/search-content.ts": string;
|
|
448
|
+
"tools/create-page.ts": string;
|
|
449
|
+
"tools/list-spaces.ts": string;
|
|
450
|
+
"tools/update-page.ts": string;
|
|
451
|
+
"tools/get-page.ts": string;
|
|
444
452
|
".env.example": string;
|
|
445
|
-
"lib/
|
|
446
|
-
"
|
|
447
|
-
"
|
|
448
|
-
"tools/run-query.ts": string;
|
|
449
|
-
"tools/describe-table.ts": string;
|
|
450
|
-
"tools/list-databases.ts": string;
|
|
453
|
+
"lib/confluence-client.ts": string;
|
|
454
|
+
"app/api/auth/confluence/callback/route.ts": string;
|
|
455
|
+
"app/api/auth/confluence/route.ts": string;
|
|
451
456
|
};
|
|
452
457
|
};
|
|
453
|
-
"integration:
|
|
458
|
+
"integration:jira": {
|
|
454
459
|
files: {
|
|
455
|
-
"
|
|
456
|
-
"
|
|
457
|
-
"
|
|
458
|
-
"tools/
|
|
459
|
-
"tools/
|
|
460
|
-
"
|
|
460
|
+
"tools/create-issue.ts": string;
|
|
461
|
+
"tools/update-issue.ts": string;
|
|
462
|
+
"tools/list-projects.ts": string;
|
|
463
|
+
"tools/get-issue.ts": string;
|
|
464
|
+
"tools/search-issues.ts": string;
|
|
465
|
+
"lib/jira-client.ts": string;
|
|
466
|
+
"app/api/auth/jira/callback/route.ts": string;
|
|
467
|
+
"app/api/auth/jira/route.ts": string;
|
|
461
468
|
};
|
|
462
469
|
};
|
|
463
|
-
"integration:
|
|
470
|
+
"integration:trello": {
|
|
464
471
|
files: {
|
|
465
|
-
"
|
|
466
|
-
"
|
|
472
|
+
"tools/update-card.ts": string;
|
|
473
|
+
"tools/list-cards.ts": string;
|
|
474
|
+
"tools/get-card.ts": string;
|
|
475
|
+
"tools/list-boards.ts": string;
|
|
476
|
+
"tools/create-card.ts": string;
|
|
467
477
|
".env.example": string;
|
|
468
|
-
"lib/
|
|
469
|
-
"
|
|
470
|
-
"
|
|
471
|
-
"tools/get-comments.ts": string;
|
|
472
|
-
"tools/list-files.ts": string;
|
|
473
|
-
"tools/get-file.ts": string;
|
|
474
|
-
"tools/list-projects.ts": string;
|
|
478
|
+
"lib/trello-client.ts": string;
|
|
479
|
+
"app/api/auth/trello/callback/route.ts": string;
|
|
480
|
+
"app/api/auth/trello/route.ts": string;
|
|
475
481
|
};
|
|
476
482
|
};
|
|
477
|
-
"integration:
|
|
483
|
+
"integration:mixpanel": {
|
|
478
484
|
files: {
|
|
485
|
+
"tools/get-funnel.ts": string;
|
|
486
|
+
"tools/get-retention.ts": string;
|
|
487
|
+
"tools/list-cohorts.ts": string;
|
|
488
|
+
"tools/track-event.ts": string;
|
|
489
|
+
"tools/query-events.ts": string;
|
|
479
490
|
".env.example": string;
|
|
480
|
-
"lib/
|
|
481
|
-
"tools/list-lambda-functions.ts": string;
|
|
482
|
-
"tools/get-s3-object.ts": string;
|
|
483
|
-
"tools/list-s3-buckets.ts": string;
|
|
484
|
-
"tools/list-ec2-instances.ts": string;
|
|
485
|
-
"tools/list-s3-objects.ts": string;
|
|
491
|
+
"lib/mixpanel-client.ts": string;
|
|
486
492
|
};
|
|
487
493
|
};
|
|
488
494
|
"integration:airtable": {
|
|
489
495
|
files: {
|
|
490
|
-
"
|
|
491
|
-
"app/api/auth/airtable/route.ts": string;
|
|
492
|
-
"lib/airtable-client.ts": string;
|
|
496
|
+
"tools/get-record.ts": string;
|
|
493
497
|
"tools/list-bases.ts": string;
|
|
494
498
|
"tools/create-record.ts": string;
|
|
495
499
|
"tools/get-base.ts": string;
|
|
496
|
-
"tools/get-record.ts": string;
|
|
497
500
|
"tools/list-records.ts": string;
|
|
501
|
+
"lib/airtable-client.ts": string;
|
|
502
|
+
"app/api/auth/airtable/callback/route.ts": string;
|
|
503
|
+
"app/api/auth/airtable/route.ts": string;
|
|
498
504
|
};
|
|
499
505
|
};
|
|
500
|
-
"integration:
|
|
506
|
+
"integration:outlook": {
|
|
501
507
|
files: {
|
|
502
|
-
"
|
|
503
|
-
"
|
|
508
|
+
"tools/get-email.ts": string;
|
|
509
|
+
"tools/list-emails.ts": string;
|
|
510
|
+
"tools/list-folders.ts": string;
|
|
511
|
+
"tools/search-emails.ts": string;
|
|
512
|
+
"tools/send-email.ts": string;
|
|
504
513
|
".env.example": string;
|
|
505
|
-
"lib/
|
|
514
|
+
"lib/outlook-client.ts": string;
|
|
515
|
+
"app/api/auth/outlook/callback/route.ts": string;
|
|
516
|
+
"app/api/auth/outlook/route.ts": string;
|
|
517
|
+
};
|
|
518
|
+
};
|
|
519
|
+
"integration:dropbox": {
|
|
520
|
+
files: {
|
|
521
|
+
"tools/get-file.ts": string;
|
|
506
522
|
"tools/upload-file.ts": string;
|
|
523
|
+
"tools/get-account.ts": string;
|
|
507
524
|
"tools/search-files.ts": string;
|
|
508
525
|
"tools/list-files.ts": string;
|
|
509
|
-
"
|
|
526
|
+
".env.example": string;
|
|
527
|
+
"lib/dropbox-client.ts": string;
|
|
528
|
+
"app/api/auth/dropbox/callback/route.ts": string;
|
|
529
|
+
"app/api/auth/dropbox/route.ts": string;
|
|
510
530
|
};
|
|
511
531
|
};
|
|
512
|
-
"integration:
|
|
532
|
+
"integration:slack": {
|
|
513
533
|
files: {
|
|
514
|
-
"
|
|
515
|
-
"
|
|
516
|
-
".
|
|
517
|
-
"lib/
|
|
518
|
-
"
|
|
519
|
-
"
|
|
520
|
-
"tools/get-spreadsheet.ts": string;
|
|
521
|
-
"tools/read-range.ts": string;
|
|
522
|
-
"tools/write-range.ts": string;
|
|
534
|
+
"tools/get-messages.ts": string;
|
|
535
|
+
"tools/list-channels.ts": string;
|
|
536
|
+
"tools/send-message.ts": string;
|
|
537
|
+
"lib/slack-client.ts": string;
|
|
538
|
+
"app/api/auth/slack/callback/route.ts": string;
|
|
539
|
+
"app/api/auth/slack/route.ts": string;
|
|
523
540
|
};
|
|
524
541
|
};
|
|
525
|
-
"integration:
|
|
542
|
+
"integration:twilio": {
|
|
526
543
|
files: {
|
|
527
|
-
"
|
|
528
|
-
"
|
|
544
|
+
"tools/send-sms.ts": string;
|
|
545
|
+
"tools/get-message.ts": string;
|
|
546
|
+
"tools/list-calls.ts": string;
|
|
547
|
+
"tools/send-whatsapp.ts": string;
|
|
548
|
+
"tools/list-messages.ts": string;
|
|
529
549
|
".env.example": string;
|
|
530
|
-
"lib/
|
|
531
|
-
"tools/get-product.ts": string;
|
|
532
|
-
"tools/get-order.ts": string;
|
|
533
|
-
"tools/list-orders.ts": string;
|
|
534
|
-
"tools/list-customers.ts": string;
|
|
535
|
-
"tools/list-products.ts": string;
|
|
550
|
+
"lib/twilio-client.ts": string;
|
|
536
551
|
};
|
|
537
552
|
};
|
|
538
|
-
"integration:
|
|
553
|
+
"integration:teams": {
|
|
539
554
|
files: {
|
|
540
|
-
"
|
|
541
|
-
"
|
|
542
|
-
"
|
|
543
|
-
"
|
|
544
|
-
"
|
|
545
|
-
"
|
|
546
|
-
"app/
|
|
547
|
-
"
|
|
548
|
-
"lib/token-store.ts": string;
|
|
549
|
-
"lib/token-store-examples.ts": string;
|
|
550
|
-
"lib/oauth-memory-store.ts": string;
|
|
555
|
+
"tools/get-messages.ts": string;
|
|
556
|
+
"tools/list-chats.ts": string;
|
|
557
|
+
"tools/list-channels.ts": string;
|
|
558
|
+
"tools/send-message.ts": string;
|
|
559
|
+
"tools/list-teams.ts": string;
|
|
560
|
+
"lib/teams-client.ts": string;
|
|
561
|
+
"app/api/auth/teams/callback/route.ts": string;
|
|
562
|
+
"app/api/auth/teams/route.ts": string;
|
|
551
563
|
};
|
|
552
564
|
};
|
|
553
|
-
"integration:
|
|
565
|
+
"integration:supabase": {
|
|
554
566
|
files: {
|
|
555
|
-
"
|
|
567
|
+
"tools/list-tables.ts": string;
|
|
568
|
+
"tools/delete-row.ts": string;
|
|
569
|
+
"tools/insert-row.ts": string;
|
|
570
|
+
"tools/query-table.ts": string;
|
|
571
|
+
"tools/update-row.ts": string;
|
|
556
572
|
".env.example": string;
|
|
557
|
-
"lib/
|
|
558
|
-
"
|
|
559
|
-
"tools/list-subscriptions.ts": string;
|
|
560
|
-
"tools/list-customers.ts": string;
|
|
561
|
-
"tools/list-payments.ts": string;
|
|
562
|
-
"tools/get-customer.ts": string;
|
|
573
|
+
"lib/supabase-client.ts": string;
|
|
574
|
+
"app/api/auth/supabase/route.ts": string;
|
|
563
575
|
};
|
|
564
576
|
};
|
|
565
|
-
"integration:
|
|
577
|
+
"integration:docs-google": {
|
|
566
578
|
files: {
|
|
567
|
-
"
|
|
579
|
+
"tools/search-documents.ts": string;
|
|
580
|
+
"tools/update-document.ts": string;
|
|
581
|
+
"tools/list-documents.ts": string;
|
|
582
|
+
"tools/create-document.ts": string;
|
|
583
|
+
"tools/get-document.ts": string;
|
|
568
584
|
".env.example": string;
|
|
569
|
-
"lib/
|
|
570
|
-
"
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
"tools/list-projects.ts": string;
|
|
574
|
-
"tools/query-database.ts": string;
|
|
585
|
+
"lib/oauth.ts": string;
|
|
586
|
+
"lib/docs-client.ts": string;
|
|
587
|
+
"app/api/auth/docs-google/callback/route.ts": string;
|
|
588
|
+
"app/api/auth/docs-google/route.ts": string;
|
|
575
589
|
};
|
|
576
590
|
};
|
|
577
|
-
"
|
|
591
|
+
"ai-rules:claude-code.md": {
|
|
578
592
|
files: {
|
|
579
|
-
"
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
"
|
|
585
|
-
"tools/search-files.ts": string;
|
|
586
|
-
"tools/list-files.ts": string;
|
|
587
|
-
"tools/create-folder.ts": string;
|
|
588
|
-
"tools/get-file.ts": string;
|
|
593
|
+
"claude-code.md": string;
|
|
594
|
+
};
|
|
595
|
+
};
|
|
596
|
+
"ai-rules:skill.md": {
|
|
597
|
+
files: {
|
|
598
|
+
"skill.md": string;
|
|
589
599
|
};
|
|
590
600
|
};
|
|
591
601
|
"ai-rules:copilot.md": {
|
|
@@ -603,21 +613,11 @@ declare namespace _default {
|
|
|
603
613
|
"agents.md": string;
|
|
604
614
|
};
|
|
605
615
|
};
|
|
606
|
-
"ai-rules:skill.md": {
|
|
607
|
-
files: {
|
|
608
|
-
"skill.md": string;
|
|
609
|
-
};
|
|
610
|
-
};
|
|
611
616
|
"ai-rules:cursor.md": {
|
|
612
617
|
files: {
|
|
613
618
|
"cursor.md": string;
|
|
614
619
|
};
|
|
615
620
|
};
|
|
616
|
-
"ai-rules:claude-code.md": {
|
|
617
|
-
files: {
|
|
618
|
-
"claude-code.md": string;
|
|
619
|
-
};
|
|
620
|
-
};
|
|
621
621
|
};
|
|
622
622
|
}
|
|
623
623
|
export default _default;
|