Add OpenSpec change for pkg modularization refactor

This commit is contained in:
AI Bot
2026-04-14 22:23:12 +02:00
committed by Riyyi
parent 076bebbedf
commit 9aeedb39b8
5 changed files with 226 additions and 0 deletions
@@ -0,0 +1,15 @@
# Scope
## In Scope
- Extract package resolution from pacman.go to pkg/fetch
- Deduplicate orphan listing
- Keep pacman write operations in pacman package
- Maintain existing CLI API
## Out of Scope
- New features
- New package management backends (e.g., libalpm alternatives)
- Config file changes
- State file format changes