You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: migrate commit and add tests to use shared command helpers
- Replace execFileSync calls with zagi() and git() helpers from shared.ts
- Remove duplicate ZAGI_BIN path resolution and runCommand() wrappers
- Simplify CommandResult handling by returning output strings directly
- Remove runWithEnv() wrapper in favor of env option in shared helpers
- Add createTestRepo() and cleanupTestRepo() for isolated test scenarios
- Update assertions to check output strings instead of result objects
- Ad
0 commit comments