Git autocommit tool for working with AI
Find a file
2025-06-13 19:17:13 -05:00
node_modules initial add 2025-06-12 23:43:12 -05:00
.gitignore initial add 2025-06-12 23:43:12 -05:00
acwatcher.js initial add 2025-06-12 23:43:12 -05:00
acwatcher.js.old initial add 2025-06-12 23:43:12 -05:00
bun.lock initial add 2025-06-12 23:43:12 -05:00
LICENSE LICENSE ADDED 2025-06-13 19:17:13 -05:00
package.json initial add 2025-06-12 23:43:12 -05:00
README.md ADDED A README 2025-06-12 23:47:44 -05:00

Build command

bun build ./acwatcher.js --compile --minify --bytcode --outfile acw

Build for a Raspberry PI

bun build ./acwatcher.js --compile --smol --minify --bytcode --outfile acw

Notes

UPX bun first then compile. Standard UPX is fine. --smol should only be used in memory constrained areas.