feat: fold in the portable Claude Code, zsh and git config; add a drift check
Added (all now linked from their live locations): - home_root/.claude/settings.json. The statusLine command now uses $HOME instead of a Linux-only absolute path. - home_root/.claude/bin/ratecheck and home_root/.claude/skills/australis-design. - home_config/zsh/claude-config-dir.zsh and home_root/.local/bin/claude-config-dir-init, the per-repo Claude Code login helper and its seeding script. - home_root/.gitconfig and home_config/git/ignore. - home_root/.zshenv, with the cargo env line guarded so boxes without rust start clean. link-dotfiles --check reports drift without changing anything: tracked files whose live copy is no longer a link (stow dry-run conflicts) and links into this repo that dangle. Exits 1 on drift. Verified against a clean baseline and two planted drifts, a detached .nanorc and a dangling link. .mailmap maps every earlier identity to Vuong Hoang: the repo-local 'Your Name' placeholder config (now removed), host-generated emails, and aider suffixes. CLAUDE.md: the symlink warning now lists every linked file and points at --check. README: documents what is and isn't tracked under .claude, the edit rule, and --check.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Canonical author for this repo. Earlier commits carry placeholder or host-generated
|
||||
# identities (a repo-local "Your Name" config, unset user.email on some hosts, aider
|
||||
# suffixes); this maps them all to the real author for git log / shortlog / blame.
|
||||
Vuong Hoang <vh@phasefinal.com> <vh@phasefinal.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <you@example.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkraven@nh3-dev.phasefinal.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkraven@nh3-ansible.phasefinal.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkraven@ana-ml1.phasefinal.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkraven@Vuongs-Mac-mini.local>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkraven@Vuongs-MacBook-Pro.local>
|
||||
Vuong Hoang <vh@phasefinal.com> <lkrav@users.noreply.github.com>
|
||||
Vuong Hoang <vh@phasefinal.com> <llmuser@ana-ml1.phasefinal.com>
|
||||
Reference in New Issue
Block a user