Skip to content

Commit c84c632

Browse files
jonathanlabclaude
andauthored
feat: remove workflows (#48)
Co-authored-by: Claude <[email protected]>
1 parent f9faea9 commit c84c632

34 files changed

+372
-2090
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,6 @@ AGENTS.md
3131
.claude/
3232
.claude-config/
3333

34-
pnpm-workspace.yaml
34+
pnpm-workspace.yaml
35+
36+
.Assets.car

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"useIgnoreFile": true
77
},
88
"files": {
9-
"ignoreUnknown": false,
9+
"ignoreUnknown": false
1010
},
1111
"formatter": {
1212
"enabled": true,

build/Assets.car

0 Bytes
Binary file not shown.

build/icon.icon/icon.json

Lines changed: 26 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,38 @@
11
{
2-
"fill" : {
3-
"solid" : "srgb:0.96078,0.41961,0.08235,1.00000"
2+
"fill": {
3+
"solid": "srgb:0.96078,0.41961,0.08235,1.00000"
44
},
5-
"groups" : [
5+
"groups": [
66
{
7-
"blur-material" : null,
8-
"layers" : [
7+
"blur-material": null,
8+
"layers": [
99
{
10-
"blend-mode" : "normal",
11-
"fill" : "automatic",
12-
"glass" : true,
13-
"hidden" : false,
14-
"image-name" : "logo.png",
15-
"name" : "logo",
16-
"position" : {
17-
"scale" : 1.18,
18-
"translation-in-points" : [
19-
0,
20-
0
21-
]
10+
"blend-mode": "normal",
11+
"fill": "automatic",
12+
"glass": true,
13+
"hidden": false,
14+
"image-name": "logo.png",
15+
"name": "logo",
16+
"position": {
17+
"scale": 1.18,
18+
"translation-in-points": [0, 0]
2219
}
2320
}
2421
],
25-
"lighting" : "individual",
26-
"shadow" : {
27-
"kind" : "neutral",
28-
"opacity" : 0.5
22+
"lighting": "individual",
23+
"shadow": {
24+
"kind": "neutral",
25+
"opacity": 0.5
2926
},
30-
"specular" : true,
31-
"translucency" : {
32-
"enabled" : true,
33-
"value" : 0.5
27+
"specular": true,
28+
"translucency": {
29+
"enabled": true,
30+
"value": 0.5
3431
}
3532
}
3633
],
37-
"supported-platforms" : {
38-
"circles" : [
39-
"watchOS"
40-
],
41-
"squares" : "shared"
34+
"supported-platforms": {
35+
"circles": ["watchOS"],
36+
"squares": "shared"
4237
}
43-
}
38+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
"dependencies": {
6767
"@ai-sdk/openai": "^2.0.52",
6868
"@phosphor-icons/react": "^2.1.10",
69-
"@posthog/agent": "1.10.0",
69+
"@posthog/agent": "1.12.0",
7070
"@radix-ui/react-icons": "^1.3.2",
7171
"@radix-ui/themes": "^3.2.1",
7272
"@tanstack/react-query": "^5.90.2",

pnpm-lock.yaml

Lines changed: 158 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/update-openapi-client.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ const OUTPUT_PATH = "src/api/generated.ts";
1010

1111
const INCLUDED_ENDPOINT_PREFIXES = [
1212
"/api/projects/{project_id}/tasks",
13-
"/api/projects/{project_id}/workflows",
1413
"/api/users/",
1514
"/api/environments/",
1615
];

0 commit comments

Comments
 (0)