Compare commits

..

29 Commits

Author SHA1 Message Date
dd446a730e fix: update test files with new doc links
Co-authored-by: hyoban <38493346+hyoban@users.noreply.github.com>
2026-01-21 08:25:08 +00:00
a31315d1a6 Initial plan 2026-01-21 08:19:55 +00:00
46a8b2a6ce Co-authored-by: Riskey <36894937+RiskeyL@users.noreply.github.com> 2026-01-21 16:11:15 +08:00
5a563a180f update 2026-01-21 15:48:07 +08:00
6a34c02463 Merge branch 'main' into 1-12-doc-redirect 2026-01-21 15:37:28 +08:00
a99df44053 update 2026-01-21 15:36:41 +08:00
427eeefbdd update 2026-01-21 15:25:09 +08:00
75647df8cf update 2026-01-21 15:23:47 +08:00
d4f5a113ed chore(web): refactor next.config.js to next.config.ts (#31331) 2026-01-21 15:07:32 +08:00
cf734a682c update 2026-01-21 15:03:14 +08:00
4d0c7ccb99 Merge branch 'main' into 1-12-doc-redirect 2026-01-21 15:01:27 +08:00
yyh
4b068022e1 chore: reorganize agent skills and add web design skills for all agents (#31334) 2026-01-21 14:48:58 +08:00
34436fc89c feat: workflow support register context and read context (#31265)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
Co-authored-by: Maries <xh001x@hotmail.com>
2026-01-21 14:31:47 +08:00
8f05df9d02 update 2026-01-21 14:23:58 +08:00
bb677b3900 Merge branch 'main' into 1-12-doc-redirect 2026-01-21 14:17:04 +08:00
e80d76af15 feat: add lock for retention jobs (#31320)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-21 14:06:35 +08:00
76a0249eaf feat: enhance ProgressBar and UsageInfo for storage mode (#31273)
Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
2026-01-21 14:04:33 +08:00
2512227868 chore: update dev config (#31329) 2026-01-21 13:49:16 +08:00
121d301a41 refactor: use session factory instead of call db.session directly (#31198)
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-01-21 13:43:06 +08:00
65e04f7342 readme 2026-01-14 13:08:38 +08:00
ee2f5d3ad9 Merge branch 'main' into 1-12-doc-redirect 2026-01-14 13:07:23 +08:00
58d9d2f38c migrate 2026-01-12 18:03:50 +08:00
d540b14959 migrate 2026-01-12 18:00:04 +08:00
31d27639ef prefix 2026-01-12 17:12:46 +08:00
2d1de24baf no eslint 2026-01-12 16:47:53 +08:00
d9a2ba2617 api-reference link 2026-01-12 16:39:39 +08:00
10f10f4785 # support 2026-01-12 16:00:19 +08:00
6890f7d09c calls 2026-01-12 15:51:44 +08:00
46f0e3c07e lint and typecheck for doc link 2026-01-12 15:04:40 +08:00
277 changed files with 4850 additions and 3611 deletions

View File

@ -1 +0,0 @@
../.claude/skills

View File

@ -0,0 +1 @@
../../.agents/skills/component-refactoring

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-code-review

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-testing

View File

@ -0,0 +1 @@
../../.agents/skills/orpc-contract-first

1
.agent/skills/skill-creator Symbolic link
View File

@ -0,0 +1 @@
../../.agents/skills/skill-creator

View File

@ -0,0 +1 @@
../../.agents/skills/vercel-react-best-practices

View File

@ -0,0 +1 @@
../../.agents/skills/web-design-guidelines

View File

@ -0,0 +1,39 @@
---
name: web-design-guidelines
description: Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
metadata:
author: vercel
version: "1.0.0"
argument-hint: <file-or-pattern>
---
# Web Interface Guidelines
Review files for compliance with Web Interface Guidelines.
## How It Works
1. Fetch the latest guidelines from the source URL below
2. Read the specified files (or prompt user for files/pattern)
3. Check against all rules in the fetched guidelines
4. Output findings in the terse `file:line` format
## Guidelines Source
Fetch fresh guidelines before each review:
```
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
```
Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.
## Usage
When a user provides a file or pattern argument:
1. Fetch guidelines from the source URL above
2. Read the specified files
3. Apply all rules from the fetched guidelines
4. Output findings using the format specified in the guidelines
If no files specified, ask the user which files to review.

View File

@ -0,0 +1 @@
../../.agents/skills/component-refactoring

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-code-review

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-testing

View File

@ -0,0 +1 @@
../../.agents/skills/orpc-contract-first

View File

@ -0,0 +1 @@
../../.agents/skills/skill-creator

View File

@ -0,0 +1 @@
../../.agents/skills/vercel-react-best-practices

View File

@ -0,0 +1 @@
../../.agents/skills/web-design-guidelines

View File

@ -1 +0,0 @@
../.claude/skills

View File

@ -0,0 +1 @@
../../.agents/skills/component-refactoring

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-code-review

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-testing

View File

@ -0,0 +1 @@
../../.agents/skills/orpc-contract-first

1
.codex/skills/skill-creator Symbolic link
View File

@ -0,0 +1 @@
../../.agents/skills/skill-creator

View File

@ -0,0 +1 @@
../../.agents/skills/vercel-react-best-practices

View File

@ -0,0 +1 @@
../../.agents/skills/web-design-guidelines

View File

@ -0,0 +1 @@
../../.agents/skills/component-refactoring

View File

@ -0,0 +1 @@
../../.agents/skills/frontend-code-review

Some files were not shown because too many files have changed in this diff Show More