Skip to content

Commit 68bfcc2

Browse files
chore: remove outdated performance and rendering guidelines from references (#548)
1 parent 54b7202 commit 68bfcc2

79 files changed

Lines changed: 18 additions & 13306 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.agents/skills/turborepo/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: |
99
monorepo, shares code between apps, runs changed/affected packages, debugs cache,
1010
or has apps/packages directories.
1111
metadata:
12-
version: 2.8.13-canary.8
12+
version: 2.8.13-canary.12
1313
---
1414

1515
# Turborepo Skill
@@ -722,7 +722,7 @@ import { Button } from "@repo/ui/button";
722722

723723
```json
724724
{
725-
"$schema": "https://v2-8-13-canary-8.turborepo.dev/schema.json",
725+
"$schema": "https://v2-8-13-canary-12.turborepo.dev/schema.json",
726726
"tasks": {
727727
"build": {
728728
"dependsOn": ["^build"],

.agents/skills/turborepo/references/best-practices/structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Package tasks enable Turborepo to:
9595

9696
```json
9797
{
98-
"$schema": "https://v2-8-13-canary-8.turborepo.dev/schema.json",
98+
"$schema": "https://v2-8-13-canary-12.turborepo.dev/schema.json",
9999
"tasks": {
100100
"build": {
101101
"dependsOn": ["^build"],

.agents/skills/turborepo/references/configuration/RULE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ When you run `turbo run lint`, Turborepo finds all packages with a `lint` script
7373

7474
```json
7575
{
76-
"$schema": "https://v2-8-13-canary-8.turborepo.dev/schema.json",
76+
"$schema": "https://v2-8-13-canary-12.turborepo.dev/schema.json",
7777
"globalEnv": ["CI"],
7878
"globalDependencies": ["tsconfig.json"],
7979
"tasks": {

.agents/skills/turborepo/references/environment/RULE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ Exclude variables (useful with framework inference):
8080

8181
```json
8282
{
83-
"$schema": "https://v2-8-13-canary-8.turborepo.dev/schema.json",
83+
"$schema": "https://v2-8-13-canary-12.turborepo.dev/schema.json",
8484
"globalEnv": ["CI", "NODE_ENV"],
8585
"globalPassThroughEnv": ["GITHUB_TOKEN", "NPM_TOKEN"],
8686
"tasks": {

.agents/skills/turborepo/references/environment/gotchas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ If you use `.env.development` and `.env.production`, both should be in inputs.
112112

113113
```json
114114
{
115-
"$schema": "https://v2-8-13-canary-8.turborepo.dev/schema.json",
115+
"$schema": "https://v2-8-13-canary-12.turborepo.dev/schema.json",
116116
"globalEnv": ["CI", "NODE_ENV", "VERCEL"],
117117
"globalPassThroughEnv": ["GITHUB_TOKEN", "VERCEL_URL"],
118118
"tasks": {

.agents/skills/workleap-chromatic-best-practices/SKILL.md

Lines changed: 0 additions & 70 deletions
This file was deleted.

.agents/skills/workleap-chromatic-best-practices/references/audit-checks.md

Lines changed: 0 additions & 264 deletions
This file was deleted.

0 commit comments

Comments
 (0)