Skip to content

Commit 719832e

Browse files
committed
chore: change ownership to sortie-ai
1 parent 47f2b07 commit 719832e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.POSIX:
22

3-
MODULE := github.com/sergeyklay/sortie
3+
MODULE := github.com/sortie-ai/sortie
44
VERSION ?= $(shell git describe --tags --always --dirty 2>/dev/null || echo dev)
55
LDFLAGS := -ldflags "-s -w -X main.Version=$(VERSION)"
66

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Sortie
22

3-
[![CI](https://github.com/sergeyklay/sortie/actions/workflows/ci.yml/badge.svg)](https://github.com/sergeyklay/sortie/actions/workflows/ci.yml)
4-
[![codecov](https://codecov.io/gh/sergeyklay/sortie/graph/badge.svg?token=K2TPXBCbvb)](https://codecov.io/gh/sergeyklay/sortie)
3+
[![CI](https://github.com/sortie-ai/sortie/actions/workflows/ci.yml/badge.svg)](https://github.com/sortie-ai/sortie/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/sortie-ai/sortie/graph/badge.svg?token=K2TPXBCbvb)](https://codecov.io/gh/sortie-ai/sortie)
55

66
Sortie is an orchestration service that turns issue tracker tickets into autonomous coding
77
agent sessions. It polls for work, creates isolated per-issue workspaces, dispatches agents,

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/sergeyklay/sortie
1+
module github.com/sortie-ai/sortie
22

33
go 1.26.1
44

internal/logging/logging_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"strings"
77
"testing"
88

9-
"github.com/sergeyklay/sortie/internal/logging"
9+
"github.com/sortie-ai/sortie/internal/logging"
1010
)
1111

1212
func TestSetup(t *testing.T) {

0 commit comments

Comments
 (0)