From 26ff17521c402ca898bd5fdd1f8ff25cc5a52725 Mon Sep 17 00:00:00 2001 From: Riven <1491471069@qq.com> Date: Thu, 11 Jun 2026 23:54:19 +0800 Subject: [PATCH] fix(ci): run typecheck on main --- .github/workflows/typecheck.yml | 4 ++-- AGENTS.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/typecheck.yml b/.github/workflows/typecheck.yml index 09b91942..8ce95d2d 100644 --- a/.github/workflows/typecheck.yml +++ b/.github/workflows/typecheck.yml @@ -2,9 +2,9 @@ name: typecheck on: push: - branches: [dev] + branches: [main] pull_request: - branches: [dev] + branches: [main] workflow_dispatch: jobs: diff --git a/AGENTS.md b/AGENTS.md index 48322c64..eb0726b7 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,8 +1,8 @@ - Always use superpowers skill instead of builtin plan mode. - To regenerate the JavaScript SDK, run `./packages/sdk/js/script/build.ts`. - ALWAYS USE PARALLEL TOOLS WHEN APPLICABLE. -- The default branch in this repo is `dev`. -- Local `main` ref may not exist; use `dev` or `origin/dev` for diffs. +- The default branch in this repo is `main`. +- Use `main` or `origin/main` for diffs. - Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility. ## Style Guide