*
!/.gitignore
!/.pre-commit-config.yaml
!/Cargo.toml
!/Cargo.lock
!/justfile
!/AGENTS.md
!/opencode.json
!/README.md
!/LICENSE
!/rust-toolchain.toml
!/INSTALL.sh
!/cliff.toml
!/.agents
!/.agents/prd.json
!/.agents/progress.txt
!/.agents/PROMPT.md
!/.github
!/.github/workflows
!/.github/workflows/ci.yml
!/.github/workflows/release.yml
!/src
!/src/main.rs
!/src/lib.rs
!/src/error.rs
!/src/cli
!/src/cli/mod.rs
!/src/config
!/src/config/mod.rs
!/src/db
!/src/db/mod.rs
!/src/db/schema.sql
!/src/scanner
!/src/scanner/mod.rs
!/src/daemon
!/src/daemon/mod.rs
!/src/removal
!/src/removal/mod.rs
!/src/audit
!/src/audit/mod.rs
!/src/tui
!/src/tui/mod.rs
!/src/tui/input.rs
!/src/tui/ui.rs
!/tests
!/tests/integration.rs
!/tests/cli_add.rs