Skip to content

Commit 7426cb6

Browse files
committed
fix(ci): adapt project to Biome 2.5
1 parent 91fc245 commit 7426cb6

5 files changed

Lines changed: 5 additions & 3 deletions

File tree

.agents/skills/manifest-automation/scripts/automate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ console.log('')
176176
console.log('✅ Ready. The helper prepared instructions; it did not browse or edit files.')
177177
console.log('')
178178

179-
export { type as manifestType, name as manifestName, mode as operationMode }
179+
export { mode as operationMode, name as manifestName, type as manifestType }

.claude/skills/manifest-automation/scripts/automate.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,4 +188,4 @@ console.log('⚠️ IMPORTANT: After saving the manifest, remember to update gi
188188
console.log('')
189189

190190
// Export helper function for Claude to use in manifest-automation skill
191-
export { updateGithubStarsEntry, type as manifestType, name as manifestName, mode as operationMode }
191+
export { mode as operationMode, name as manifestName, type as manifestType, updateGithubStarsEntry }

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.3.13/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.5.6/schema.json",
33
"vcs": {
44
"enabled": true,
55
"clientKind": "git",

cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
"Zekâsı",
6868
"zcode",
6969
"xhigh",
70+
"personalizer",
7071
"Anthropics",
7172
"BYOK",
7273
"Codestral",

public/icon.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)