Skip to content

chore: rename org jamestexas → agentic-research#10

Merged
jamestexas merged 4 commits intomainfrom
chore/rename-org-agentic-research
Mar 10, 2026
Merged

chore: rename org jamestexas → agentic-research#10
jamestexas merged 4 commits intomainfrom
chore/rename-org-agentic-research

Conversation

@jamestexas
Copy link
Copy Markdown
Collaborator

Summary

  • Update Go module path from github.com/jamestexas/go-cms to github.com/agentic-research/go-cms
  • Update all internal import paths
  • Update README badge, install command, and pkg.go.dev URLs

Test plan

  • go build ./... compiles
  • go test ./... passes
  • Tag new release after merge for downstream consumers (signet)

🤖 Generated with Claude Code

Update Go module path, import statements, and documentation
links to reflect the repository transfer from jamestexas/
to agentic-research/ organization.

- Module path: github.com/agentic-research/go-cms
- Internal imports updated
- README badge, install, and pkg.go.dev URLs updated
- Personal contact info preserved

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 10, 2026 18:14
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 the repository/module identity after renaming the GitHub org from jamestexas to agentic-research, ensuring consumers and internal packages use the new import/module path.

Changes:

  • Update go.mod module path to github.com/agentic-research/go-cms
  • Rewrite internal Go import paths to the new module path
  • Update README links, install command, and pkg.go.dev URL to the new location

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.

Show a summary per file
File Description
go.mod Changes module path to the new GitHub org (but currently has an invalid go directive format).
pkg/cms/verifier.go Updates internal import path to the new module path.
pkg/cms/signer.go Updates internal import path to the new module path.
cmd/cms-test-tool/main.go Updates CLI tool import path to the new module path.
README.md Updates badge/release link, go get command, example import, and pkg.go.dev URL.

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

You can also share your feedback on Copilot code review. Take the survey.

jamestexas and others added 3 commits March 10, 2026 13:45
The previous test certificate expired 2025-11-07, causing
TestVerifyGoldenVector to fail. Regenerated with OpenSSL 3.6
using -days 36500 (valid until 2126) to prevent recurrence.

The golden vector approach is kept (rather than generating at
test time) to preserve the OpenSSL interop proof.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The previous commit used `echo` which appends a newline to data.txt,
causing a digest mismatch. Regenerated with `printf` to match the
exact test data: "This is the data to be signed." (no trailing \n).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
All G115 (int->byte overflow) findings are false positives in
DER length encoding functions where values are always bounded
by preceding if-checks (< 128, < 256, < 65536).

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@jamestexas jamestexas merged commit 5d238dc into main Mar 10, 2026
7 checks passed
@jamestexas jamestexas deleted the chore/rename-org-agentic-research branch March 10, 2026 20:42
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.

2 participants