Skip to content

Commit 05d41e2

Browse files
[Autoloop: python-to-go-migration] Iteration 39: migrate base_integrator, agent_integrator, utils
Migrated 3 modules: - integration/base_integrator.py (562 lines) -> internal/integration/baseintegrator/ - integration/agent_integrator.py (606 lines) -> internal/integration/agentintegrator/ - integration/utils.py (46 lines) -> already in intutils (counted) Total: +1214 Python lines migrated. Metric: 27.32 (was 25.62, delta: +1.70) Run: https://github.com/githubnext/apm/actions/runs/25854672963 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f7d1e26 commit 05d41e2

5 files changed

Lines changed: 1130 additions & 2 deletions

File tree

benchmarks/migration-status.json

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"original_python_lines": 71696,
3-
"migrated_python_lines": 18372,
3+
"migrated_python_lines": 19586,
44
"migrated_modules": [
55
{
66
"module": "src/apm_cli/constants.py",
@@ -684,7 +684,7 @@
684684
],
685685
"last_updated": "2026-05-14T09:05:00Z",
686686
"iteration": 38,
687-
"python_lines_migrated_pct": 24.38,
687+
"python_lines_migrated_pct": 27.32,
688688
"modules_migrated": [
689689
"policy/models.py",
690690
"models/plugin.py",
@@ -698,5 +698,22 @@
698698
"runtime/factory",
699699
"marketplace/registry",
700700
"marketplace/git_stderr"
701+
],
702+
"modules": [
703+
{
704+
"module": "integration/base_integrator",
705+
"status": "migrated",
706+
"python_lines": 562
707+
},
708+
{
709+
"module": "integration/agent_integrator",
710+
"status": "migrated",
711+
"python_lines": 606
712+
},
713+
{
714+
"module": "integration/utils",
715+
"status": "migrated",
716+
"python_lines": 46
717+
}
701718
]
702719
}

0 commit comments

Comments
 (0)