-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
123 lines (123 loc) · 5.59 KB
/
package.json
File metadata and controls
123 lines (123 loc) · 5.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
"name": "kodiai",
"module": "src/index.ts",
"type": "module",
"private": true,
"packageManager": "bun@1.3.8",
"engines": {
"bun": "1.3.8"
},
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"lint": "eslint src scripts",
"audit:embeddings": "bun scripts/embedding-audit.ts",
"repair:embeddings": "bun scripts/embedding-repair.ts",
"repair:wiki-embeddings": "bun scripts/wiki-embedding-repair.ts",
"verify:retriever": "bun scripts/retriever-verify.ts",
"verify:m027:s01": "bun scripts/verify-m027-s01.ts",
"verify:m027:s02": "bun scripts/verify-m027-s02.ts",
"verify:m027:s03": "bun scripts/verify-m027-s03.ts",
"verify:m027:s04": "bun scripts/verify-m027-s04.ts",
"report": "bun scripts/usage-report.ts",
"verify:phase72": "bun scripts/phase72-telemetry-follow-through.ts",
"trigger:phase73:degraded": "bun scripts/phase73-trigger-degraded-review.ts",
"verify:phase74": "bun scripts/phase74-reliability-regression-gate.ts",
"verify:phase75": "bun scripts/phase75-live-ops-verification-closure.ts",
"verify:phase80:smoke": "bun scripts/phase80-slack-smoke.ts",
"verify:phase80:regression": "bun scripts/phase80-slack-regression-gate.ts",
"verify:phase81:smoke": "bun scripts/phase81-slack-write-smoke.ts",
"verify:phase81:regression": "bun scripts/phase81-slack-write-regression-gate.ts",
"migrate:sqlite-to-pg": "bun scripts/migrate-sqlite-to-postgres.ts",
"backfill:reviews": "bun scripts/backfill-review-comments.ts",
"backfill:wiki": "bun scripts/backfill-wiki.ts",
"verify:m028:s02": "bun scripts/verify-m028-s02.ts",
"verify:m028:s03": "bun scripts/verify-m028-s03.ts",
"verify:m028:s04": "bun scripts/verify-m028-s04.ts",
"verify:m029:s04": "bun scripts/verify-m029-s04.ts",
"verify:m031": "bun scripts/verify-m031.ts",
"verify:m032": "bun scripts/verify-m032.ts",
"verify:m036:s01": "bun scripts/verify-m036-s01.ts",
"verify:m036:s02": "bun scripts/verify-m036-s02.ts",
"verify:m036:s03": "bun scripts/verify-m036-s03.ts",
"verify:m037:s01": "bun scripts/verify-m037-s01.ts",
"verify:m037:s02": "bun scripts/verify-m037-s02.ts",
"verify:m037:s03": "bun scripts/verify-m037-s03.ts",
"verify:m040:s02": "bun scripts/verify-m040-s02.ts",
"verify:m040:s03": "bun scripts/verify-m040-s03.ts",
"verify:m041:s02": "bun scripts/verify-m041-s02.ts",
"verify:m041:s03": "bun scripts/verify-m041-s03.ts",
"verify:m038:s02": "bun scripts/verify-m038-s02.ts",
"verify:m038:s03": "bun scripts/verify-m038-s03.ts",
"verify:m042:s01": "bun scripts/verify-m042-s01.ts",
"verify:m042:s02": "bun scripts/verify-m042-s02.ts",
"verify:m042:s03": "bun scripts/verify-m042-s03.ts",
"verify:m044": "bun scripts/verify-m044-s01.ts",
"verify:m045:s01": "bun scripts/verify-m045-s01.ts",
"verify:m045:s03": "bun scripts/verify-m045-s03.ts",
"verify:m047:s01": "bun scripts/verify-m047-s01.ts",
"verify:m047:s02": "bun scripts/verify-m047-s02.ts",
"verify:m047": "bun scripts/verify-m047.ts",
"verify:m046": "bun scripts/verify-m046.ts",
"verify:m046:s01": "bun scripts/verify-m046-s01.ts",
"verify:m046:s02": "bun scripts/verify-m046-s02.ts",
"verify:m044:s01": "bun scripts/verify-m044-s01.ts",
"verify:m048:s01": "bun scripts/verify-m048-s01.ts",
"verify:m048:s02": "bun scripts/verify-m048-s02.ts",
"verify:m048:s03": "bun scripts/verify-m048-s03.ts",
"verify:m049:s02": "bun scripts/verify-m049-s02.ts",
"verify:m053": "bun scripts/verify-m053.ts",
"verify:m054:s01": "bun scripts/verify-m054-s01.ts",
"verify:m055:s01": "bun scripts/verify-m055-s01.ts",
"verify:m055:s02": "bun scripts/verify-m055-s02.ts",
"verify:m055:s03": "bun scripts/verify-m055-s03.ts",
"verify:m056:s01": "bun scripts/verify-m056-s01.ts",
"verify:m056:s02": "bun scripts/verify-m056-s02.ts",
"verify:m056:s03": "bun scripts/verify-m056-s03.ts",
"verify:m057:s02": "bun scripts/verify-m057-s02.ts",
"verify:m057:s03": "bun scripts/verify-m057-s03.ts",
"verify:m057:s04": "bun scripts/verify-m057-s04.ts",
"verify:m058:s01": "bun scripts/verify-m058-s01.ts",
"verify:m058:s02": "bun scripts/verify-m058-s02.ts",
"verify:m058:s03": "bun scripts/verify-m058-s03.ts",
"verify:m059:s01": "bun scripts/verify-m059-s01.ts",
"verify:m059:s02": "bun scripts/verify-m059-s02.ts",
"verify:m060:s01": "bun scripts/verify-m060-s01.ts",
"verify:m060:s02": "bun scripts/verify-m060-s02.ts",
"verify:m054:s02": "bun scripts/verify-m054-s02.ts",
"verify:m054:s03": "bun scripts/verify-m054-s03.ts",
"verify:m054:s04": "bun scripts/verify-m054-s04.ts",
"check:migrations-have-downs": "bun scripts/check-migrations-have-downs.ts",
"check:orphaned-tests": "bun scripts/check-orphaned-tests.ts"
},
"devDependencies": {
"@octokit/webhooks-types": "^7.6.1",
"@types/bun": "latest",
"@types/js-yaml": "^4.0.9",
"@typescript-eslint/parser": "^8.46.1",
"eslint": "^9.38.0"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@ai-sdk/anthropic": "^3.0",
"@ai-sdk/google": "^3.0",
"@ai-sdk/openai": "^3.0",
"@anthropic-ai/claude-agent-sdk": "^0.2.87",
"@modelcontextprotocol/sdk": "^1.26.0",
"@octokit/auth-app": "^8.2.0",
"@octokit/rest": "^22.0.1",
"@octokit/webhooks-methods": "^6.0.0",
"ai": "^6.0",
"hono": "^4.11.8",
"js-yaml": "^4.1.1",
"p-queue": "^9.1.0",
"picomatch": "^4.0.2",
"pino": "^10.3.0",
"postgres": "^3.4.8",
"umap-js": "^1.4.0",
"voyageai": "^0.1.0",
"zod": "^4.3.6"
}
}