Commit 631b5c5
[Autoloop: python-to-go-migration] Iteration 45: migrate core/token_manager (+497), primitives/discovery (+612)
Migrated 2 modules, +1109 Python lines. Metric: 38.91 -> 40.45 (+1.54).
- core/token_manager: GitHubTokenManager with credential-fill subprocess, gh CLI fallback,
per-(host,port) cache, and setup/validate helpers for Copilot/Codex/LLM runtimes.
- primitives/discovery: PrimitiveCollection with conflict detection, local/dependency
primitive scanning, globMatch with ** support, FindPrimitiveFiles with exclude pruning.
Run: https://github.com/githubnext/apm/actions/runs/25871294987
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 50fa0b7 commit 631b5c5
4 files changed
Lines changed: 1066 additions & 4 deletions
File tree
- benchmarks
- internal
- core/tokenmanager
- primitives/discovery
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
794 | 794 | | |
795 | 795 | | |
796 | 796 | | |
797 | | - | |
798 | | - | |
799 | | - | |
| 797 | + | |
| 798 | + | |
| 799 | + | |
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
| |||
831 | 831 | | |
832 | 832 | | |
833 | 833 | | |
| 834 | + | |
| 835 | + | |
| 836 | + | |
| 837 | + | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
| 845 | + | |
834 | 846 | | |
835 | 847 | | |
836 | 848 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments