Skip to content

fix: correct module path to github.com/TNG/oh-my-agentic-coder - #255

Open
CodingTil wants to merge 1 commit into
TNG:mainfrom
CodingTil:fix/module-path
Open

fix: correct module path to github.com/TNG/oh-my-agentic-coder#255
CodingTil wants to merge 1 commit into
TNG:mainfrom
CodingTil:fix/module-path

Conversation

@CodingTil

Copy link
Copy Markdown
Member

Issue: Closes #98 Finding 1
#99 does not truly solve this finding, it only mitigates it.

What

  • Corrects the go module path to the actual git remote
  • This enables installation via go install github.com/TNG/oh-my-agentic-coder/cmd/omac@latest

Why

  • Simple installation option
  • Good practice to point the go module path to the actual git remote

How

  • Renamed all findings of github.com/tngtech/oh-my-agentic-coder to github.com/TNG/oh-my-agentic-coder
  • Adjusted documentation in docs/INSTALLATION.md

Verification

  • go test ./...
  • go vet ./...
  • gofmt -l .
  • go build cmd/omac/main.go

Follow-up

-/-

Signed-off-by: Til Mohr <til.mohr@tngtech.com>
@nhuelstng

Copy link
Copy Markdown
Contributor

this just needs another sweep since stuff changed and a rebase but then it can go in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

README: several onboarding steps are broken or incomplete

2 participants