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
  •  
  •  
  •  
21 changes: 12 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,20 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build shared package
run: pnpm build:shared

- name: Run tests
run: pnpm test

- name: Run type check
run: pnpm run type-check
run: pnpm type-check

- name: Build project
run: pnpm run build
- name: Build all packages
run: pnpm build

- name: Test build
run: pnpm run start -- --help
- name: Test CLI build
run: pnpm --filter @blade/cli start -- --help

code-quality:
name: Code Quality
Expand Down Expand Up @@ -96,7 +99,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run linter and formatter
run: pnpm run lint && pnpm run format:check || echo "Lint warnings found (non-blocking)"
run: pnpm lint && pnpm format:check || echo "Lint warnings found (non-blocking)"

cross-platform:
name: Cross Platform (${{ matrix.os }})
Expand Down Expand Up @@ -138,11 +141,11 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Build project
run: pnpm run build
- name: Build all packages
run: pnpm build

- name: Test CLI basics
run: pnpm run start -- --help
run: pnpm --filter @blade/cli start -- --help

env:
CI: true
Expand Down
13 changes: 12 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,15 @@ blade-context/

# Local settings
.blade/settings.local.json
.claude/settings.local.json
.claude/settings.local.json

# Monorepo - 各包的构建输出
packages/*/dist/
packages/*/coverage/
packages/*/.tsbuildinfo

# VSCode 扩展打包输出
packages/vscode/*.vsix

# Web 构建缓存
packages/web/.vite/
195 changes: 0 additions & 195 deletions .trae/documents/Claude 子代理独立 JSONL 文件设计实现.md

This file was deleted.

Loading
Loading