Borg/pkg
google-labs-jules[bot] aaa8ab3966 fix: Resolve broken build and improve testing
This commit fixes a critical build issue where the application was being compiled as an archive instead of an executable. This was caused by the absence of a `main` package.

The following changes have been made to resolve this and improve the development process:

- A `main.go` file has been added to the root of the project to serve as the application's entry point.
- A `Taskfile.yml` has been introduced to standardize the build, run, and testing processes.
- The build process has been corrected to produce a runnable binary.
- An end-to-end test (`TestE2E`) has been added to the test suite. This test builds the application and runs it with the `--help` flag to ensure the binary is always executable, preventing similar build regressions in the future.
2025-11-01 23:55:14 +00:00
..
datanode feat: Implement DataNode and update PWA commands 2025-10-31 20:47:11 +00:00
github fix: Resolve broken build and improve testing 2025-11-01 23:55:14 +00:00
pwa feat: Add ability to download from GitHub releases 2025-11-01 19:03:04 +00:00
ui feat: Add recursive website downloader and progress bar 2025-10-31 21:35:53 +00:00
vcs feat: Resolve merge conflict, fix tests, and add github release command 2025-11-01 23:28:32 +00:00
website feat: Add ability to download from GitHub releases 2025-11-01 19:03:04 +00:00