Skip to content

Commit 2e52f0d

Browse files
[Autoloop: python-to-go-migration] Iteration 40: Migrate skill, hook, command integrators (+3359 Python lines)
Run: https://github.com/githubnext/apm/actions/runs/25857101991 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c0ff448 commit 2e52f0d

4 files changed

Lines changed: 1989 additions & 2 deletions

File tree

benchmarks/migration-status.json

Lines changed: 20 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": 19586,
3+
"migrated_python_lines": 22945,
44
"migrated_modules": [
55
{
66
"module": "src/apm_cli/constants.py",
@@ -714,6 +714,24 @@
714714
"module": "integration/utils",
715715
"status": "migrated",
716716
"python_lines": 46
717+
},
718+
{
719+
"name": "integration/skill_integrator",
720+
"python_lines": 1513,
721+
"go_package": "internal/integration/skillintegrator",
722+
"status": "migrated"
723+
},
724+
{
725+
"name": "integration/hook_integrator",
726+
"python_lines": 1071,
727+
"go_package": "internal/integration/hookintegrator",
728+
"status": "migrated"
729+
},
730+
{
731+
"name": "integration/command_integrator",
732+
"python_lines": 775,
733+
"go_package": "internal/integration/commandintegrator",
734+
"status": "migrated"
717735
}
718736
]
719-
}
737+
}

0 commit comments

Comments
 (0)