From 02540b24643242d1729797c926930dc1ae97fe1a Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Sun, 4 Jan 2026 00:30:03 -0600 Subject: ignore: update sst -> anomalyco --- .opencode/tool/github-pr-search.ts | 2 +- .opencode/tool/github-triage.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to '.opencode/tool') diff --git a/.opencode/tool/github-pr-search.ts b/.opencode/tool/github-pr-search.ts index 1c2a457a4..668557e38 100644 --- a/.opencode/tool/github-pr-search.ts +++ b/.opencode/tool/github-pr-search.ts @@ -31,7 +31,7 @@ export default tool({ offset: tool.schema.number().describe("Number of results to skip for pagination").default(0), }, async execute(args) { - const owner = "sst" + const owner = "anomalyco" const repo = "opencode" const page = Math.floor(args.offset / args.limit) + 1 diff --git a/.opencode/tool/github-triage.ts b/.opencode/tool/github-triage.ts index a5e6c811d..1e216f1c8 100644 --- a/.opencode/tool/github-triage.ts +++ b/.opencode/tool/github-triage.ts @@ -40,7 +40,7 @@ export default tool({ async execute(args) { const issue = getIssueNumber() // const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN }) - const owner = "sst" + const owner = "anomalyco" const repo = "opencode" const results: string[] = [] -- cgit v1.2.3