Relocates sgpt/ to apps/sgpt/ to establish a conventional layout for hosting multiple apps in this monorepo.
Changes
git mv sgpt/ apps/sgpt/— full directory rename, history preserved- Go module path — updated in
go.modand all*.goimport paths:github.com/peterwwillis/ai-agent-coding/sgpt→github.com/peterwwillis/ai-agent-coding/apps/sgpt .github/workflows/sgpt-test.yml/sgpt-release.yml— updated all path references:paths:triggers,working-directory,go-version-file,cache-dependency-path, script refs tomain.go, and release asset upload paths
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.
Relocates `sgpt/` to `apps/sgpt/` to establish a conventional layout for hosting multiple apps in this monorepo.
## Changes
- **`git mv sgpt/ apps/sgpt/`** — full directory rename, history preserved
- **Go module path** — updated in `go.mod` and all `*.go` import paths: `github.com/peterwwillis/ai-agent-coding/sgpt` → `github.com/peterwwillis/ai-agent-coding/apps/sgpt`
- **`.github/workflows/sgpt-test.yml` / `sgpt-release.yml`** — updated all path references: `paths:` triggers, `working-directory`, `go-version-file`, `cache-dependency-path`, script refs to `main.go`, and release asset upload paths
<!-- START COPILOT CODING AGENT TIPS -->
---
💬 We'd love your input! Share your thoughts on Copilot coding agent in our [2 minute survey](https://gh.io/copilot-coding-agent-survey).