Commit Graph

11 Commits

Author SHA1 Message Date
2870d23fed feat: Implement Phase 1B: Enhanced CLI Commands 2025-09-18 14:02:37 -07:00
b47ff34d5a feat: Implement Phase 1A: Package Reorganization & CLI Foundation 2025-09-18 13:56:15 -07:00
8490252bb5 Feat: Implement 1A.2 CLI Framework Setup with Cobra 2025-09-18 13:37:07 -07:00
2fdfbea34e feat(refactor): Implement 1A.1 Package Structure Refactoring
This commit implements the package structure refactoring as outlined in phase1.md (Task 1A.1).

Key changes include:
- Reorganized packages into `pkg/garmin` for public API and `internal/` for internal implementations.
- Updated all import paths to reflect the new structure.
- Consolidated types and client logic into their respective new packages.
- Updated `cmd/garth/main.go` to use the new public API.
- Fixed various compilation and test issues encountered during the refactoring process.
- Converted `internal/api/client/auth_test.go` to a functional test.

This establishes a solid foundation for future enhancements and improves maintainability.
2025-09-18 13:13:39 -07:00
030ad360c2 porting - part2 wk3 done 2025-09-08 05:52:55 -07:00
dccb072f73 porting - part 12 done 2025-09-07 18:03:09 -07:00
15cc49f1b6 working auth! 2025-09-07 06:02:28 -07:00
a1cc209e46 sync authfix 2025-09-06 07:27:59 -07:00
9d60abfcf7 sync 2 2025-09-05 08:53:48 -07:00
b8e95bfddc sync 1 2025-09-05 06:38:19 -07:00
56f55daa85 sync 2025-09-02 06:52:24 -07:00