AI Bot
1159be59d0
Add safety check before package pruning
...
Verifies all state packages are installed locally before running
markAllAsDeps and orphan cleanup.
1 week ago
AI Bot
b13c9da7a1
Improve AUR with AUR dependency installations
1 week ago
AI Bot
31fad42ab3
Reorder functions to follow public-first convention
1 week ago
AI Bot
db4e22a580
Add --prune flag for explicit marking and orphan cleanup
1 week ago
AI Bot
5ad29767c9
Add safety check for package list validation
1 week ago
AI Bot
c90d2e8916
Add verbose flag for debug output control
...
Introduces log.Debug() function that respects a Verbose config flag, replacing direct [debug] fmt.Fprintf calls throughout the codebase. This allows debug logging to be toggled via -v/--verbose CLI flag.
3 weeks ago
AI Bot
5ebb958bf1
Add command logging and skip already installed AUR packages
3 weeks ago
AI Bot
83de6acc74
Refactor fetch and pacman packages into subpackages
...
Split fetch into alpm and aur subpackages for better organization.
Rename state to log. Split pacman into read and sync subpackages.
Remove validation in favor of read.DBFreshness.
3 weeks ago
AI Bot
86c6d078d6
Output actual commands run instead of generic progress messages
3 weeks ago
AI Bot
bd1108a93f
Dont use CombinedOutput() to capture error separately
3 weeks ago
AI Bot
8348cc21df
Suppress command output from stdout, only log to file
3 weeks ago
AI Bot
720be92d82
Fix MarkAllAsDeps to retrieve all packages first
4 weeks ago
AI Bot
4143a23c91
Implement package resolve logic fixes
4 weeks ago
AI Bot
11a5e57516
Fix AUR package installation root privileges
4 weeks ago
AI Bot
cffccf2390
Add Makefile and fix pacman.go
4 weeks ago
AI Bot
eb6bb8fb76
Add state tracking and pacman package enhancements
4 weeks ago
AI Bot
0fa0988666
Fix AUR package detection for installed packages
4 weeks ago
AI Bot
2bead6af27
Refactor pkg into modular packages
4 weeks ago
AI Bot
076bebbedf
Register sync DBs manually to fix dyalpm returning empty list
...
The dyalpm library's SyncDBs() returns an empty slice, causing packages
from official repos (extra, core, multilib) to not be found. This fix
manually registers each repo after getting an empty result.
4 weeks ago
AI Bot
be9c9c6df1
Integrate dyalpm for local/sync package queries
4 weeks ago
AI Bot
521b862919
Add dry-run flag and implement AUR support
4 weeks ago
AI Bot
e165558262
Add initial declpac CLI tool implementation
4 weeks ago