[Crane: crane-migration-python-to-go-full-apm-cli-rewrite]#86
Merged
mrjf merged 10 commits intoMay 27, 2026
Conversation
…11: Milestone 8 (install/) -- errors, plan, parity tests - internal/install/errors.go: DirectDependencyError, AuthenticationError, FrozenInstallError, PolicyViolationError -- mirrors install/errors.py - internal/install/plan.go: PlanEntry, UpdatePlan, BuildUpdatePlan, LockfileSatisfiesManifest, RenderPlanText -- mirrors install/plan.py - internal/install/install_test.go: 36 TestParity* test functions Score: 0.6589 (was 0.5397, +0.1192, 199/302 parity passing) Run: https://github.com/githubnext/apm/actions/runs/26479056327 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…12: Port install/context.go and install/request.go Run: https://github.com/githubnext/apm/actions/runs/26479708206 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
…13: Port install/cache_pin.go + sources.go types Run: https://github.com/githubnext/apm/actions/runs/26481040888 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
7 tasks
…17: Port runtime/ + adapters/ + commands/ + integration/ + compilation/ Port 5 modules with 51 new TestParity* tests: - internal/runtime: RuntimeAdapter interface, factory, manager, utils (find_runtime_binary security guard), 11 parity tests - internal/adapters/client: MCPClientAdapter interface + MCPServerEntry types, 5 parity tests - internal/adapters/pm: MCPPackageManagerAdapter interface, 3 parity tests - internal/commands: CommandContext + CommandResult types, 11 parity tests - internal/integration: Integrator interface + IntegrationResult types, 9 parity tests - internal/compilation: StabilizeBuildID + constants, 11 parity tests Score: 0.7483 -> 0.9172 (+0.1689), 277/302 parity points Run: https://github.com/githubnext/apm/actions/runs/26489964081 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
…18: Port policy/ + security/ -- 304 parity tests, score 1.0 Run: https://github.com/githubnext/apm/actions/runs/26493354341 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
APM CLI: Python -> Go Full Rewrite
[bot] This PR is maintained by Crane. Each accepted iteration adds a commit to this branch.
Migration: Python 3.10+ (CPython/Click/Rich) -> Go (native binary)
Strategy: greenfield
Migration Issue: #78
State File:
crane-migration-python-to-go-full-apm-cli-rewrite.mdCurrent Status
Iteration 11 Summary
Ported foundational install pipeline types:
internal/install/errors.go: DirectDependencyError, AuthenticationError, FrozenInstallError, PolicyViolationErrorinternal/install/plan.go: PlanEntry, UpdatePlan, BuildUpdatePlan, LockfileSatisfiesManifest, RenderPlanTextinternal/install/install_test.go: 36 TestParity* testsScore improved from 0.5397 to 0.6589 (+0.1192).
[bot] Generated by Crane