Commit graph

211 commits

Author SHA1 Message Date
Snider
6ac80d211a Add logOutput field to control stdout/stderr logging and update miner management 2025-11-09 03:10:55 +00:00
Snider
98fa23af78 should add discord notifications, in theory. 2025-11-09 01:50:50 +00:00
Snider
3a1d9fdfa6 updates goreleaser 2025-11-09 01:36:03 +00:00
Snider
3ed1ccf08a updates goreleaser 2025-11-09 01:30:16 +00:00
Snider
bda2416816 adds miner-cli, a miner management and lifecycle tool 2025-11-09 01:02:31 +00:00
00ca76f6f2
Merge pull request #1 from Snider/copilot/create-go-package-cli
Create modular Go package with CLI for miner management
2025-11-08 17:02:11 +00:00
copilot-swe-agent[bot]
c4b7ee54f2 Remove binary from git and update gitignore
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2025-11-08 16:54:44 +00:00
copilot-swe-agent[bot]
4217632a77 All tests passing, security verified, package complete
Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2025-11-08 16:53:57 +00:00
copilot-swe-agent[bot]
c8aecba99c Complete Go 1.24 package with CLI, tests, and configuration
- Initialize Go module with dependencies
- Create core mining package with Manager, Miner, and MinerConfig
- Implement comprehensive tests with 100% coverage
- Create CLI using Cobra with start, stop, list, status commands
- Add demo main.go for development and testing
- Configure CodeRabbit for automated reviews
- Configure GoReleaser for multi-platform releases
- Add EUPL-1.2 license
- Create Makefile with common targets
- Update README with badges and documentation
- Add .gitignore for Go projects

Co-authored-by: Snider <631881+Snider@users.noreply.github.com>
2025-11-08 16:52:16 +00:00
copilot-swe-agent[bot]
d32df5d138 Initial plan 2025-11-08 16:43:06 +00:00
Snider
832caa8166
Initial commit 2025-11-08 16:43:01 +00:00