docs: add macOS defaults sync, --quiet flag, and verbose output docs
docs: full wiki rewrite for v3 — accurate commands, schema, and behavior
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: update wiki to reflect v3 implementation
Remove all references to the old heimdal-packages database, local cache
(~/.heimdal/cache/packages.db), cross-platform package name mapping, fuzzy
search against a local DB, and the two-repository architecture diagram.
Update to reflect v3 reality:
- Packages live only in heimdal.yaml under each profile's packages: section
- packages search shells out to the native package manager (brew search, apt-cache search, etc.)
- packages suggest scans project files (Cargo.toml, package.json, etc.)
- State file is at ~/.heimdal/state.json (decoupled from dotfiles location)
- Config schema uses profiles.<name>.packages.<manager>: [...] — no top-level sources: section
- Profile extends merges packages/dotfiles/templates/ignore; replaces hooks
- heimdal sync pulls and applies; does not auto-commit or push
Affected pages: Configuration, Profile-System, FAQ, Quick-Start,
Commands-Overview, Package-Management, Home, _Sidebar
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
docs: add Priority 1 wiki pages (Home, Installation, Quick Start, Package Management, Configuration, Sidebar)