Skip to content

fix: use canonical module paths for pkg/logger in package READMEs#36128

Merged
pelikhan merged 3 commits into
mainfrom
copilot/spec-librarian-fix-naming-issues
May 31, 2026
Merged

fix: use canonical module paths for pkg/logger in package READMEs#36128
pelikhan merged 3 commits into
mainfrom
copilot/spec-librarian-fix-naming-issues

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 31, 2026

Four package specs referenced pkg/logger using abbreviated paths instead of the canonical Go module path, causing cross-package consistency failures in the spec audit.

Changes

  • pkg/errorutil/README.md, pkg/sliceutil/README.md, pkg/stats/README.md, pkg/syncutil/README.md: Replace abbreviated pkg/logger dependency references with the full module path github.com/github/gh-aw/pkg/logger.

Copilot AI and others added 2 commits May 31, 2026 13:54
Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Closes #<issue_number>

Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix naming issues in package specifications fix: use canonical module paths for pkg/logger in package READMEs May 31, 2026
Copilot AI requested a review from gh-aw-bot May 31, 2026 13:55
@pelikhan pelikhan marked this pull request as ready for review May 31, 2026 16:01
Copilot AI review requested due to automatic review settings May 31, 2026 16:01
@pelikhan pelikhan merged commit 322e9ae into main May 31, 2026
@pelikhan pelikhan deleted the copilot/spec-librarian-fix-naming-issues branch May 31, 2026 16:02
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates package README dependency references so they use the canonical Go module path for pkg/logger, aligning package specs with repository-wide audit expectations.

Changes:

  • Replaced abbreviated pkg/logger references with github.com/github/gh-aw/pkg/logger in four package READMEs.
  • No code behavior changes; documentation/spec consistency only.
Show a summary per file
File Description
pkg/errorutil/README.md Updates internal logger dependency path.
pkg/sliceutil/README.md Updates internal logger dependency path.
pkg/stats/README.md Updates internal logger dependency path.
pkg/syncutil/README.md Updates internal logger dependency path.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 4/4 changed files
  • Comments generated: 0

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.

[spec-librarian] Specification Audit — 2026-05-31 — 4 issues found

4 participants