| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Downgrade dependencies for Go 1.21 compatibility | Bernhard Guillon | 2026-07-07 | 1 | -4/+4 |
| | | | | | | | - fsnotify v1.7.0 (was v1.10.1, required Go 1.23) - x/sys v0.4.0 (was v0.13.0, required Go 1.23) - go.mod: go 1.21 (no toolchain directive) | ||||
| * | Initial project scaffolding | Bernhard Guillon | 2026-07-06 | 1 | -0/+16 |
| - main.go: CLI entry point with flag parsing - gitignore.go: .gitignore loading and parsing - sync.go: initial sync with manifest tracking - watcher.go: fsnotify-based file watcher with debouncing - Dockerfile: multi-stage build for Alpine runtime | |||||
