From 21161bfd2bd012848cef6b42b9a801f4d66e276a Mon Sep 17 00:00:00 2001 From: mohammad shariq Date: Mon, 12 Jan 2026 17:28:23 +0530 Subject: [PATCH] docs: fix typo in AGENTS.md and script/sync-zed.ts --- AGENTS.md | 2 +- script/sync-zed.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 87d59d4c923..2e6b758bf95 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ - To test opencode in the `packages/opencode` directory you can run `bun dev` -- To regenerate the javascript SDK, run ./packages/sdk/js/script/build.ts +- 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` diff --git a/script/sync-zed.ts b/script/sync-zed.ts index 68deb6356c2..f96105afbc4 100755 --- a/script/sync-zed.ts +++ b/script/sync-zed.ts @@ -43,7 +43,7 @@ async function main() { // Configure git identity await $`git config user.name "Aiden Cline"` - await $`git config user.email "63023139+rekram1-node@users.noreply.github.com "` + await $`git config user.email "63023139+rekram1-node@users.noreply.github.com"` // Sync fork with upstream (force reset to match exactly) console.log(`🔄 Syncing fork with upstream...`)