1
0
Fork
You've already forked ai-agent-coding
0

Move sgpt to apps/sgpt/ #4

Closed
Copilot wants to merge 6 commits from copilot/rewrite-as-go-app into main
pull from: copilot/rewrite-as-go-app
merge into: mutablecc:main
mutablecc:main
mutablecc:dependabot/pip/apps/docs-rag/pygments-2.20.0
mutablecc:dependabot/pip/bin/pygments-2.20.0
mutablecc:merge-main
mutablecc:features/updates
mutablecc:updates
mutablecc:ollama-hardlink-option
mutablecc:copilot/scrape-llm-settings
Copilot commented 2026年03月11日 07:41:03 +01:00 (Migrated from github.com)
Copy link

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/sgptgithub.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

💬 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).

Pull request closed

This pull request cannot be reopened because the branch was deleted.
Sign in to join this conversation.
No reviewers
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
mutablecc/ai-agent-coding!4
Reference in a new issue
mutablecc/ai-agent-coding
No description provided.
Delete branch "copilot/rewrite-as-go-app"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?