Compare commits

..

13 Commits

Author SHA1 Message Date
hjlarry
e1016eaedb add command sql log args 2026-01-21 20:54:56 +08:00
hjlarry
e5656b2b5c add from_days_ago and to_days_ago 2026-01-21 14:16:45 +08:00
hjlarry
fe9575ada5 Merge branch 'archive-workflow-backend' of github.com:hjlarry/dify into archive-workflow-backend 2026-01-21 10:14:16 +08:00
hjlarry
198c39b97e rm unused property 2026-01-21 10:14:11 +08:00
autofix-ci[bot]
b4f9f3d224 [autofix.ci] apply automated fixes 2026-01-21 01:41:05 +00:00
hjlarry
c89d8ba740 fix comment 2026-01-21 09:35:24 +08:00
hjlarry
adae82d073 _delete_node_executions use run_ids 2026-01-21 09:35:20 +08:00
hjlarry
6d23f8a071 use single run_id query nodeExecution 2026-01-21 09:30:28 +08:00
hjlarry
4864076b43 update migration file to support uuidv7 2026-01-21 09:19:24 +08:00
hjlarry
d8c6d81810 chore(web): restore eslint suppressions from myori/main 2026-01-20 23:07:28 +08:00
hjlarry
87a8545ca5 chore(web): revert eslint suppressions 2026-01-20 22:55:01 +08:00
hjlarry
8118a2fc38 Merge remote-tracking branch 'myori/main' into archive-workflow-backend 2026-01-20 22:47:39 +08:00
hjlarry
b4d29ad6ee feat: archive workflow runs backend 2026-01-20 20:45:45 +08:00
656 changed files with 7660 additions and 16681 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