chore: fix code/doc inaccuracies across project#13
Conversation
Welcome To opensourceways CommunityHey @TommyLike , thanks for your contribution to the community. Bot Usage ManualI'm the Bot here serving you. You can find the instructions on how to interact with me at Here . That means you can comment below every pull request or issue to trigger Bot Commands. |
CLA Signature PassTommyLike, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Linking Issue Notice@TommyLike , the pull request must be linked to at least one issue. |
There was a problem hiding this comment.
Code Review
This pull request migrates the Go module path from github.com/cncf/cora to github.com/opensourceways/cora across all source files and the go.mod file. It also deletes the spec-optimization-design.md document, updates CLAUDE.md to reflect this removal and document new authentication header injections (GitHub, Jenkins, EUR), updates dependency versions in go.sum, and modifies a view key for Etherpad. The review feedback correctly identifies a redundant duplicate entry for the 'dist/' directory in the .gitignore file.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| smoke-report/ | ||
| .playwright-mcp/ | ||
| .claude/worktrees/ | ||
| dist/ |
- InjectAuth comment: add missing Jenkins + EUR auth descriptions - go.mod: cncf/cora → opensourceways/cora (matching actual repo) - All Go imports: cncf/cora → opensourceways/cora - .gitignore: add dist/ - CLAUDE.md: add GitHub/Jenkins/EUR to auth docs, remove stale spec-optimization-design.md reference - Remove spec/spec-optimization-design.md (outdated design doc) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
9b613c4 to
c4b84c0
Compare
CLA Signature PassTommyLike, thanks for your pull request. All authors of the commits have signed the CLA. 👍 |
Summary
Project-wide audit + fix of inaccurate code, comments, and stale references.
Changes
internal/auth/resolver.gogo.mod+ all imports:cncf/cora→opensourceways/cora.gitignore: adddist/.gitignoreclaude-specification/project/CLAUDE.mdspec/spec-optimization-design.mdpads/list→pad/list-all-padsinternal/view/builtin.goFiles changed (23)
Quality
go build ./...go test ./...(all pass)go vet ./...(clean)gofmt -l .(clean)Generated with Claude Code