Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
8 changes: 1 addition & 7 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# See https://github.com/bevyengine/bevy/blob/3a2a68852c0a1298c0678a47adc59adebe259a6f/.cargo/config_fast_builds

# We can't use LLD because it's not stable.

[build]
# Speeds up compilation by using shared artifacts between libraries. We
# don't use a Cargo workspace since that causes issues with Cargo chef.
target-dir = "./target"
rustflags = ["--cfg", "tokio_unstable"]

15 changes: 2 additions & 13 deletions .dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,7 @@
**/dist/
**/node_modules/
**/target
!frontend/apps/hub/dist

# Site
site/public/rss/
!site/public/rss/.gitkeep

site/src/generated/
!site/src/generated/errorPages.json
!site/src/generated/apiPages.json
!site/src/generated/meta.json

# Icons
frontend/packages/icons/src/*
!frontend/packages/icons/src/package.json
# Frontend
!frontend/dist/

2 changes: 1 addition & 1 deletion .editorconfig
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ indent_size = 4

[*.yaml]
indent_style = space
indent_size = 2
indent_size = 2
8 changes: 4 additions & 4 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
*.tar.gz filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text

# Prevent from counting in the language statistics
#
# https://github.com/github-linguist/linguist/blob/559a6426942abcae16b6d6b328147476432bf6cb/docs/overrides.md#vendored-code
sdks/api/** linguist-generated=true
**/Cargo.lock linguist-generated=true

# Prevent from counting in the language statistics
out/** linguist-generated=true
sdks/api/** linguist-generated=true
sdks/api/fern/** linguist-generated=false

site/public/llms.txt linguist-generated=true
site/public/llms-full.txt linguist-generated=true
site/public/docs/**/*.md linguist-generated=true
**/Cargo.lock linguist-generated=true

32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

82 changes: 0 additions & 82 deletions .github/actions/pre-init-distributed/action.yaml

This file was deleted.

51 changes: 0 additions & 51 deletions .github/actions/pre-init/action.yaml

This file was deleted.

Binary file removed .github/media/1password_context_menu.png
Binary file not shown.
Binary file removed .github/media/1password_create_item.png
Binary file not shown.
Binary file removed .github/media/architecture.png
Binary file not shown.
Binary file removed .github/media/code.png
Binary file not shown.
5 changes: 0 additions & 5 deletions .github/pull_request_template.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/workflows/autofix.ci.yml

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
# model: "claude-opus-4-20250514"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
uses: anthropics/claude-code-action@beta
with:
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}

# Optional: Specify model (defaults to Claude Sonnet 4, uncomment for Claude Opus 4)
# model: "claude-opus-4-20250514"
Expand Down
31 changes: 0 additions & 31 deletions .github/workflows/deploy-proxy.yaml

This file was deleted.

3 changes: 1 addition & 2 deletions .github/workflows/fe-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ on:
pull_request:
paths:
- frontend/**
- site/**
- sdks/actor/**
- sdks/typescript/runner/**

jobs:
quality:
Expand Down
Loading
Loading