Skip to content

Commit 1676134

Browse files
committed
refactor: update risk level calculation in search-codebase.ts
- Renamed riskLevel variable to _riskLevel for clarity. - Added a TODO comment to review the risk level calculation logic. - Adjusted risk level assignment based on cycle count and impact candidates.
1 parent 15fb852 commit 1676134

File tree

4 files changed

+191
-154
lines changed

4 files changed

+191
-154
lines changed

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"@typescript-eslint/typescript-estree": "^7.0.0",
129129
"fuse.js": "^7.0.0",
130130
"glob": "^10.3.10",
131-
"hono": "4.11.7",
131+
"hono": "^4.11.10",
132132
"ignore": "^5.3.1",
133133
"typescript": "^5.3.3",
134134
"uuid": "^9.0.1",
@@ -142,7 +142,7 @@
142142
"@types/uuid": "^9.0.8",
143143
"@typescript-eslint/eslint-plugin": "^8.51.0",
144144
"@typescript-eslint/parser": "^8.51.0",
145-
"eslint": "^10.0.1",
145+
"eslint": "^9.0.0",
146146
"eslint-config-prettier": "^10.1.8",
147147
"eslint-plugin-import": "^2.32.0",
148148
"globals": "^17.0.0",
@@ -160,7 +160,8 @@
160160
"sharp"
161161
],
162162
"overrides": {
163-
"@modelcontextprotocol/sdk>ajv": "8.18.0"
163+
"@modelcontextprotocol/sdk>ajv": "8.18.0",
164+
"minimatch": ">=10.2.1"
164165
}
165166
}
166167
}

0 commit comments

Comments
 (0)