Skip to content

Commit 38168c9

Browse files
ericyangpanclaude
andcommitted
chore(data): regenerate metadata and vendors
Update generated files for metadata and vendors after manifest changes. Co-Authored-By: Claude <noreply@anthropic.com>
1 parent a7e0353 commit 38168c9

File tree

3 files changed

+35
-28
lines changed

3 files changed

+35
-28
lines changed

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "1.0.0",
44
"description": "AI Coding Stack Website",
55
"scripts": {
6-
"dev": "npm run test:validate && npm run generate && next dev",
6+
"dev": "npm run test:ci && npm run generate && next dev",
77
"build:next": "npm run test:validate && npm run generate && BUILD_TIME=$(date -u +%Y-%m-%dT%H:%M:%SZ) next build",
88
"build": "npm run build:next && opennextjs-cloudflare build --skipBuild",
99
"start": "next start",
@@ -12,15 +12,14 @@
1212
"biome": "biome check --write .",
1313
"biome:check": "biome check .",
1414
"biome:unsafe": "biome check --write --unsafe .",
15-
"check": "biome check . && npm run spell",
15+
"check": "npm run format && npm run biome && biome check . && npm run spell && npm run type-check",
1616
"type-check": "tsc --noEmit --incremental",
1717
"deps:check-latest": "npm outdated",
1818
"deps:update": "npm update",
1919
"spell": "cspell '**/*.{ts,tsx,js,jsx,json,md,mdx}'",
2020
"spell:fix": "cspell '**/*.{ts,tsx,js,jsx,json,md,mdx}' --show-suggestions",
2121
"test": "vitest",
2222
"test:ci": "vitest run --reporter=verbose",
23-
"test:validate": "vitest run tests/validate --reporter=verbose",
2423
"test:urls": "RUN_URL_TESTS=1 vitest run tests/validate/urls.accessibility.test.ts --reporter=verbose",
2524
"validate:i18n": "npx tsx scripts/validate/validate-i18n.ts",
2625
"validate:i18n-usage": "npx tsx scripts/validate/validate-i18n-usage.ts",

src/lib/generated/metadata.ts

Lines changed: 25 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -932,10 +932,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
932932
'Open protocol standardizing communication between code editors and coding agents for autonomous code modification',
933933
},
934934
{
935-
name: 'Open Responses',
936-
url: 'https://www.openresponses.org',
937-
description:
938-
'Open specification for multi-provider, interoperable LLM interfaces based on OpenAI Responses API',
939935
translations: {
940936
en: {
941937
name: 'Open Responses',
@@ -996,6 +992,10 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
996992
description: '基於 OpenAI Responses API 的多提供商、可互操作 LLM 介面的開放規範',
997993
},
998994
},
995+
name: 'Open Responses',
996+
url: 'https://www.openresponses.org',
997+
description:
998+
'Open specification for multi-provider, interoperable LLM interfaces based on OpenAI Responses API',
999999
},
10001000
],
10011001
},
@@ -2236,10 +2236,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
22362236
},
22372237
items: [
22382238
{
2239-
name: 'Agent Skills',
2240-
url: 'https://agentskills.io',
2241-
description:
2242-
"Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
22432239
translations: {
22442240
en: {
22452241
name: 'Agent Skills',
@@ -2302,12 +2298,12 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
23022298
'模組化能力,通過基於文件系統的資源(包含指令、元數據和可選腳本)擴展 Agent 的功能,實現領域專業知識和工作流',
23032299
},
23042300
},
2301+
name: 'Agent Skills',
2302+
url: 'https://agentskills.io',
2303+
description:
2304+
"Modular capabilities that extend Agent's functionality through filesystem-based resources containing instructions, metadata, and optional scripts, enabling domain-specific expertise and workflows",
23052305
},
23062306
{
2307-
name: 'Model Context Protocol (MCP)',
2308-
url: 'https://modelcontextprotocol.io',
2309-
description:
2310-
'Open standard connecting AI applications to external systems like data sources, tools, and workflows',
23112307
translations: {
23122308
en: {
23132309
name: 'Model Context Protocol (MCP)',
@@ -2368,12 +2364,12 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
23682364
description: '將 AI 應用連接到外部系統(如數據源、工具和工作流)的開放標準',
23692365
},
23702366
},
2367+
name: 'Model Context Protocol (MCP)',
2368+
url: 'https://modelcontextprotocol.io',
2369+
description:
2370+
'Open standard connecting AI applications to external systems like data sources, tools, and workflows',
23712371
},
23722372
{
2373-
name: 'AGENTS.md',
2374-
url: 'https://agents.md',
2375-
description:
2376-
'Open-format markdown file providing coding agents with project-specific instructions and context',
23772373
translations: {
23782374
en: {
23792375
name: 'AGENTS.md',
@@ -2434,6 +2430,10 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
24342430
description: '為編碼 Agent 提供項目特定指令和上下文的開放格式 Markdown 文件',
24352431
},
24362432
},
2433+
name: 'AGENTS.md',
2434+
url: 'https://agents.md',
2435+
description:
2436+
'Open-format markdown file providing coding agents with project-specific instructions and context',
24372437
},
24382438
],
24392439
},
@@ -2479,10 +2479,6 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
24792479
},
24802480
items: [
24812481
{
2482-
name: 'Slash Commands',
2483-
url: 'https://cursor.com/docs/agent/chat/commands',
2484-
description:
2485-
'Custom commands that create reusable workflows triggered with a `/` prefix in the chat input, stored as Markdown files in project, global, or team locations',
24862482
translations: {
24872483
en: {
24882484
name: 'Slash Commands',
@@ -2545,12 +2541,12 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
25452541
'自訂命令,可通過聊天輸入框中的 `/` 前綴觸發可重用工作流,以 Markdown 文件形式存儲在項目、全局或團隊位置',
25462542
},
25472543
},
2544+
name: 'Slash Commands',
2545+
url: 'https://cursor.com/docs/agent/chat/commands',
2546+
description:
2547+
'Custom commands that create reusable workflows triggered with a `/` prefix in the chat input, stored as Markdown files in project, global, or team locations',
25482548
},
25492549
{
2550-
name: 'Rules',
2551-
url: 'https://cursor.com/docs/context/rules',
2552-
description:
2553-
'System-level instructions for Agent that provide persistent, reusable context through Project Rules, User Rules, Team Rules, and AGENTS.md files',
25542550
translations: {
25552551
en: {
25562552
name: 'Rules',
@@ -2613,6 +2609,10 @@ export const collectionsMetadata: Record<string, CollectionSection> = {
26132609
'為 Agent 提供系統級指令,通過項目規則、用戶規則、團隊規則和 AGENTS.md 文件提供持久、可重用的上下文',
26142610
},
26152611
},
2612+
name: 'Rules',
2613+
url: 'https://cursor.com/docs/context/rules',
2614+
description:
2615+
'System-level instructions for Agent that provide persistent, reusable context through Project Rules, User Rules, Team Rules, and AGENTS.md files',
26162616
},
26172617
],
26182618
},
@@ -2958,5 +2958,5 @@ export const stackCounts: Record<string, number> = {
29582958
extensions: 15,
29592959
models: 33,
29602960
'model-providers': 13,
2961-
vendors: 36,
2961+
vendors: 40,
29622962
}

src/lib/generated/vendors.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,18 @@ import Augment from '../../../manifests/vendors/augment.json'
1212
import Aws from '../../../manifests/vendors/aws.json'
1313
import Bytedance from '../../../manifests/vendors/bytedance.json'
1414
import Cline from '../../../manifests/vendors/cline.json'
15+
import ClineBot from '../../../manifests/vendors/cline-bot.json'
1516
import Cognition from '../../../manifests/vendors/cognition.json'
1617
import Continue from '../../../manifests/vendors/continue.json'
18+
import ContinueDev from '../../../manifests/vendors/continue-dev.json'
1719
import Deepseek from '../../../manifests/vendors/deepseek.json'
1820
import FactoryAi from '../../../manifests/vendors/factory-ai.json'
1921
import Github from '../../../manifests/vendors/github.json'
2022
import Google from '../../../manifests/vendors/google.json'
2123
import Jetbrains from '../../../manifests/vendors/jetbrains.json'
2224
import Kilo from '../../../manifests/vendors/kilo.json'
25+
import Kwai from '../../../manifests/vendors/kwai.json'
26+
import Kwaikat from '../../../manifests/vendors/kwaikat.json'
2327
import Meta from '../../../manifests/vendors/meta.json'
2428
import Microsoft from '../../../manifests/vendors/microsoft.json'
2529
import Minimax from '../../../manifests/vendors/minimax.json'
@@ -51,14 +55,18 @@ export const vendorsData = [
5155
Aws,
5256
Bytedance,
5357
Cline,
58+
ClineBot,
5459
Cognition,
5560
Continue,
61+
ContinueDev,
5662
Deepseek,
5763
FactoryAi,
5864
Github,
5965
Google,
6066
Jetbrains,
6167
Kilo,
68+
Kwai,
69+
Kwaikat,
6270
Meta,
6371
Microsoft,
6472
Minimax,

0 commit comments

Comments
 (0)