From 88d9093ce91fabb4c4b3112656c609111c39c21f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=86=A0=E8=BE=B0?= Date: Fri, 12 Jun 2026 09:28:34 +0800 Subject: [PATCH] Fix default branch references --- .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..c1e9e199 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`. +- Local `dev` ref may not exist; use `main` or `origin/main` for diffs. - Prefer automation: execute requested actions without confirmation unless blocked by missing info or safety/irreversibility. ## Style Guide