Skip to content

Commit 02540b2

Browse files
committed
ignore: update sst -> anomalyco
1 parent 5aa4fd0 commit 02540b2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.opencode/command/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: "find issue(s) on github"
33
model: opencode/claude-haiku-4-5
44
---
55

6-
Search through existing issues in sst/opencode using the gh cli to find issues matching this query:
6+
Search through existing issues in anomalyco/opencode using the gh cli to find issues matching this query:
77

88
$ARGUMENTS
99

.opencode/tool/github-pr-search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export default tool({
3131
offset: tool.schema.number().describe("Number of results to skip for pagination").default(0),
3232
},
3333
async execute(args) {
34-
const owner = "sst"
34+
const owner = "anomalyco"
3535
const repo = "opencode"
3636

3737
const page = Math.floor(args.offset / args.limit) + 1

.opencode/tool/github-triage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default tool({
4040
async execute(args) {
4141
const issue = getIssueNumber()
4242
// const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN })
43-
const owner = "sst"
43+
const owner = "anomalyco"
4444
const repo = "opencode"
4545

4646
const results: string[] = []

0 commit comments

Comments
 (0)