From 7b7c948e797b88245674111c2caebaa1cc6dae98 Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Thu, 30 Jul 2026 01:43:55 +0800 Subject: [PATCH 1/2] fix(deps): align Dependabot with pnpm policy --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d44d2ba..8950623 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,11 +8,11 @@ updates: day: "monday" time: "06:00" timezone: "UTC" + cooldown: + default-days: 3 open-pull-requests-limit: 10 reviewers: - "aicodingstack/maintainers" - assignees: - - "aicodingstack/maintainers" commit-message: prefix: "chore(deps)" include: "scope" @@ -60,6 +60,10 @@ updates: update-types: - "minor" - "patch" + ignore: + - dependency-name: "@types/node" + versions: + - ">=23" # GitHub Actions - package-ecosystem: "github-actions" From 3903bbda31ed99feb995142031c6c6d5a9bf4dc9 Mon Sep 17 00:00:00 2001 From: Pan YANG Date: Thu, 30 Jul 2026 01:49:36 +0800 Subject: [PATCH 2/2] fix(ci): adapt project to Biome 2.5 --- .agents/skills/manifest-automation/scripts/automate.mjs | 2 +- .claude/skills/manifest-automation/scripts/automate.mjs | 2 +- biome.json | 2 +- cspell.json | 1 + public/icon.svg | 1 + 5 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.agents/skills/manifest-automation/scripts/automate.mjs b/.agents/skills/manifest-automation/scripts/automate.mjs index cb2c54b..410c676 100755 --- a/.agents/skills/manifest-automation/scripts/automate.mjs +++ b/.agents/skills/manifest-automation/scripts/automate.mjs @@ -176,4 +176,4 @@ console.log('') console.log('✅ Ready. The helper prepared instructions; it did not browse or edit files.') console.log('') -export { type as manifestType, name as manifestName, mode as operationMode } +export { mode as operationMode, name as manifestName, type as manifestType } diff --git a/.claude/skills/manifest-automation/scripts/automate.mjs b/.claude/skills/manifest-automation/scripts/automate.mjs index affeb47..1c4a9b8 100755 --- a/.claude/skills/manifest-automation/scripts/automate.mjs +++ b/.claude/skills/manifest-automation/scripts/automate.mjs @@ -188,4 +188,4 @@ console.log('⚠️ IMPORTANT: After saving the manifest, remember to update gi console.log('') // Export helper function for Claude to use in manifest-automation skill -export { updateGithubStarsEntry, type as manifestType, name as manifestName, mode as operationMode } +export { mode as operationMode, name as manifestName, type as manifestType, updateGithubStarsEntry } diff --git a/biome.json b/biome.json index ea45901..358e127 100644 --- a/biome.json +++ b/biome.json @@ -1,5 +1,5 @@ { - "$schema": "https://biomejs.dev/schemas/2.3.13/schema.json", + "$schema": "https://biomejs.dev/schemas/2.5.6/schema.json", "vcs": { "enabled": true, "clientKind": "git", diff --git a/cspell.json b/cspell.json index 1977af4..b8669d7 100644 --- a/cspell.json +++ b/cspell.json @@ -67,6 +67,7 @@ "Zekâsı", "zcode", "xhigh", + "personalizer", "Anthropics", "BYOK", "Codestral", diff --git a/public/icon.svg b/public/icon.svg index 6661a4c..3bce2d7 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -1,4 +1,5 @@ + AI Coding Stack