Manages ~ on macOS via chezmoi.
- Dev environment
- AI tooling
- OpenCode config
- Agent skills — knowledge base, communication, code review, and more. QA produces an AC-organized evidence report; the
qa-report-publishskill delivers it to your own PR's description. Static and blast-radius code review is not performed inline; it happens automatically on the pushed PR.
- Automation
- Calendar
- Homebridge
- LaunchAgents — scheduled macOS tasks defined declaratively in
.chezmoidata/launchd.yaml(generated to plists via yq + plutil), including a daily 7am production-error triage (fix-prod-errors) that dispatches worktree fix sessions, a weekly Sunday spec-compliance audit (audit), a weekly Sunday disk-space cleanup (cleanup), and a 15-minutekb-zoom-capturethat carves recent Zoom meeting transcripts out of the ephemeral "My Notes" cache into~/Documents/Zoomso the dailykb-enrichjob can distill them
- Packages
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply athal7You'll be prompted for required values (name, email, code directory, GitHub token). Optional integrations can be added by editing ~/.config/chezmoi/chezmoi.toml after init — see .chezmoi.toml.tmpl.
Per-machine values live in ~/.local/share/chezmoi/.chezmoidata/local.yaml. Copy local.yaml.example and fill in your values.