Skip to content

chore: migrate from CrisisTextLine/modular to GoCodeAlone/modular#19

Merged
intel352 merged 1 commit intomainfrom
chore/modular-migration
Mar 9, 2026
Merged

chore: migrate from CrisisTextLine/modular to GoCodeAlone/modular#19
intel352 merged 1 commit intomainfrom
chore/modular-migration

Conversation

@intel352
Copy link
Contributor

@intel352 intel352 commented Mar 9, 2026

Summary

  • Update all Go imports from CrisisTextLine/modular to GoCodeAlone/modular v1.12.0
  • Update workflow to v0.3.30, workflow-plugin-agent to v0.3.1, workflow-plugin-authz to v0.2.2

🤖 Generated with Claude Code

…12.0

Update all Go imports and dependencies to use GoCodeAlone/modular.
Also updates workflow to v0.3.30, workflow-plugin-agent to v0.3.1,
and workflow-plugin-authz to v0.2.2.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings March 9, 2026 21:26
@intel352 intel352 merged commit a82788d into main Mar 9, 2026
4 of 5 checks passed
@intel352 intel352 deleted the chore/modular-migration branch March 9, 2026 21:26
Copy link

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 migrates Ratchet’s Go codebase from github.com/CrisisTextLine/modular to github.com/GoCodeAlone/modular and bumps the Workflow-related dependencies to the versions called out in the PR description, aligning the plugin with the updated upstream module ownership/releases.

Changes:

  • Updated Go imports across ratchetplugin/ from github.com/CrisisTextLine/modulargithub.com/GoCodeAlone/modular.
  • Updated go.mod to require github.com/GoCodeAlone/modular v1.12.0 and bumped Workflow + related plugins.
  • Refreshed go.sum to match the new dependency graph.

Reviewed changes

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

Show a summary per file
File Description
ratchetplugin/tool_policy.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_workspace.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_webhook.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_vault_config.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_test_interact.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_security_audit.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_secret_manage.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_provider_test_conn.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_oauth_exchange.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_memory_extract.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_mcp_reload.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_jwt_generate.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_jwt_decode.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_human_request.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_container_control.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_bcrypt.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_approval.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/step_agent_execute.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/skills.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/security_audit_test.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/security_audit.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/ratchetplugin_test.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/plugin.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/module_sse_hub.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/module_scheduler.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/module_mcp_server.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/module_mcp_client.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/module_ai_provider.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/hook_sse_route.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/hook_security_auditor.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/hook_mcp_server_route.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/db.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/browser_manager.go Switch modular import path to github.com/GoCodeAlone/modular.
ratchetplugin/auth.go Switch modular import path to github.com/GoCodeAlone/modular.
go.mod Update required module versions for modular/workflow/plugins and indirects.
go.sum Update checksums to match new dependency versions.

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