Compare commits

..

34 Commits

Author SHA1 Message Date
Yansong Zhang
67efac5994 fix migration 2026-01-19 16:06:18 +08:00
Yansong Zhang
eaa6f2759d Merge remote-tracking branch 'origin/main' into feat/app-trial 2026-01-19 16:03:52 +08:00
Yansong Zhang
0421a6ac53 change insert -> delete 2026-01-14 11:35:01 +08:00
Yansong Zhang
425a0f9095 fix trial get 2026-01-09 12:15:40 +08:00
Yansong Zhang
3d050f449c fix trial get 2026-01-09 12:13:29 +08:00
Yansong Zhang
905a5b348d fix trial get 2026-01-09 12:13:20 +08:00
Yansong Zhang
3e082e6976 fix: migration 2026-01-09 11:38:50 +08:00
Yansong Zhang
ce309bd008 mr main 2026-01-09 11:33:10 +08:00
Yansong Zhang
754f1a3cfa mr main and rebuild migration 2025-10-23 11:14:24 +08:00
Yansong Zhang
b22c28b099 mr main and rebuild migration 2025-10-23 11:14:17 +08:00
Yansong Zhang
cd9e28dbf4 mr main and rebuild migration 2025-10-23 11:11:53 +08:00
Yansong Zhang
04f9637b6f mr main and rebuild migration 2025-10-23 11:11:35 +08:00
Yansong Zhang
b8a29bfb35 fix linter 2025-10-23 11:02:49 +08:00
Yansong Zhang
5e2b0d7b39 add interface for review app 2025-10-23 11:02:49 +08:00
Yansong Zhang
b483d5fad5 fix 2025-10-23 11:02:48 +08:00
Yansong Zhang
04196288f8 fix 2025-10-23 11:02:48 +08:00
Yansong Zhang
cc349e70b1 fix: get app model without check tenant in trial 2025-10-23 11:02:48 +08:00
Yansong Zhang
50bdbfae69 fix: get app model without check tenant in trial 2025-10-23 11:02:48 +08:00
Yansong Zhang
2f45673694 fix: linter 2025-10-23 11:02:48 +08:00
Yansong Zhang
b5fb55069b add: return id for banner list 2025-10-23 11:02:48 +08:00
Yansong Zhang
7ba9d30775 When there is no content in a certain language, it needs to fallback to English 2025-10-23 11:02:48 +08:00
Yansong Zhang
e69b588bad add: language for banner 2025-10-23 11:02:48 +08:00
Yansong Zhang
aadac22ce4 add: language for banner 2025-10-23 11:02:48 +08:00
Yansong Zhang
d12015c722 fix 2025-10-23 11:02:47 +08:00
Yansong Zhang
2641326432 fix 2025-10-23 11:02:47 +08:00
Yansong Zhang
20109553b9 Separate object attributes before session 2025-10-23 11:02:47 +08:00
Yansong Zhang
0e1444d17c fix: session of db 2025-10-23 11:02:47 +08:00
Yansong Zhang
65d376bdae fix trial where condition 2025-10-23 11:02:47 +08:00
autofix-ci[bot]
e3c1310afa [autofix.ci] apply automated fixes 2025-10-23 11:02:47 +08:00
Yansong Zhang
38da19a729 fix: add marshal app model to json 2025-10-23 11:02:47 +08:00
Yansong Zhang
91110499dd fix: add marshal app model to json 2025-10-23 11:02:47 +08:00
Yansong Zhang
4dca9a12a8 fix: add marshal app model to json 2025-10-23 11:02:47 +08:00
Yansong Zhang
3e448f0102 fix: add marshal site model to json 2025-10-23 11:02:47 +08:00
Yansong Zhang
ca75a1c9a3 add: trial api and trial table 2025-10-23 11:02:43 +08:00
689 changed files with 6600 additions and 27449 deletions

1
.agent/skills Symbolic link
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -1,39 +0,0 @@
---
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

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

1
.codex/skills Symbolic link
View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

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