Commit graph

5 commits

Author SHA1 Message Date
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
Snider
e3c9d0fc17
Revise README content for clarity and accuracy
Updated README.md for improved clarity and corrected terminology.
2025-11-01 22:50:02 +00:00
Snider
661617f7a8
Revise README for Borg Data Collector
Updated README to clarify purpose and features of Borg Data Collector.
2025-11-01 22:47:07 +00:00
Snider
457e572615
VCS and PWA processing statuses
Added detailed VCS and PWA processing steps to README.
2025-10-31 21:21:35 +00:00
Snider
c68d13a5b7
README 2025-10-31 00:50:29 +00:00