Riyyi
0fc0684801
Improve tarball selection when installing AUR packages
1 week ago
AI Bot
bcddfd13e7
Also install repo dependencies when installing AUR packages
1 week ago
Riyyi
4472bbc2e9
Add grill-me skill
1 week ago
Riyyi
b371c74e9a
Make tool request elevated privileges on-demand
1 week ago
Riyyi
76b83437ac
Add safety check before rm -rf call
1 week ago
AI Bot
b04869f0e1
Move log to user owned directory
1 week ago
AI Bot
7c4b0eda8b
Apply coding conventions
1 week ago
AI Bot
317d5f4be9
Cache sudo user to avoid repeated env lookups
1 week ago
AI Bot
b13c9da7a1
Improve AUR with AUR dependency installations
1 week ago
AI Bot
c8cdace4bf
Update Go file structure conventions in AGENTS.md
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
d59d5c084d
Add implicit state file support
...
Read implicit package list from /home/rick/.config/declpac or ~/.config/declpac
1 week ago
AI Bot
c4746697b5
Remove merge package, move Merge to input
1 week ago
AI Bot
5ad29767c9
Add safety check for package list validation
1 week ago
AI Bot
38d26fd2d8
Add Go line length guidelines
...
Adds 120/100/80 character guidelines to AGENTS.md
1 week ago
AI Bot
399a7157e2
Add tilde path expansion for state files
1 week ago
AI Bot
578eb16ab2
Add Go file structure conventions to AGENTS.md
1 week ago
AI Bot
584f4fbdd9
Skip debug packages when finding built AUR package
...
The findPKGFile function now takes pkgName as parameter to skip
debug packages (*-debug.pkg.tar.zst) when locating built packages.
1 week ago
Riyyi
39b8d9ac4b
Add fmt command to makefile
1 week ago
AI Bot
d36bba6925
Add centralized command logging function
...
Refactors command execution to use a new log.Command helper that handles both logging and cmd creation, reducing duplication in sync.go
1 week ago
AI Bot
b1a376dbbe
Add build, install and uninstall targets to Makefile
3 weeks ago
Riyyi
8a074e02b0
Update README.md
3 weeks ago
AI Bot
fdd9ecb3a5
Handle pacman -Qdtq exit code 1 as non-error
...
pacman -Qdtq exits with code 1 when there are no orphans, which is not an error condition. Handle this gracefully by returning nil instead of an error.
3 weeks 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
Riyyi
1dffd70db2
Skip interactive prompt when removing orphans
3 weeks ago
AI Bot
5ebb958bf1
Add command logging and skip already installed AUR packages
3 weeks ago
Riyyi
c7bed95107
Skip confirmation when installing packages
3 weeks ago
AI Bot
a934dfa1f0
Update make-commit skill with message format rules
3 weeks ago
AI Bot
e64382c1bd
Fix issues with dry-run package reporting
...
- Filter orphans to only those not in requested packages
- Fix Removed count to reflect only actual removals
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
Riyyi
88ff093365
Extract PacmanState constant
3 weeks ago
Riyyi
c2a7b9ab9c
Improve make-commit skill commit message formatting
...
- Fix typo 'thed' to 'the'
- Add 72-character title convention
- Change --stat flag formatting to be more standard
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
82aeceacac
Fixup: correct log path in add-operation-logging, fix pacman -Rns flag in declpac-cli-tool, update pkg path in fix-sync-dbs-notloaded
3 weeks ago
AI Bot
86c1abaad4
Add opsx-fixup command for diverging change specs
3 weeks ago
AI Bot
2b0cb39746
Update operation logging spec to use single timestamp per tool call
3 weeks ago
Riyyi
fc18e27c25
Log timestamp once per tool invocation
3 weeks ago
AI Bot
8348cc21df
Suppress command output from stdout, only log to file
4 weeks ago
AI Bot
01338cb671
Archive experimental OpenSpec changes
4 weeks ago
AI Bot
b4b12b39b6
Openspec fixups
4 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
536a8d5ccb
Add package fetching logic fix proposal
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
Riyyi
6fd4b64d92
Reorder main calls
4 weeks ago
AI Bot
e74c38cb3f
Add input handling improvements
4 weeks ago
AI Bot
192b41e18b
Rewrite README with accurate docs
4 weeks ago