diff options
| author | Craig Jennings <c@cjennings.net> | 2026-06-16 01:01:00 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-06-16 01:01:00 -0500 |
| commit | 4e2db8f20a259d43d2198b120ac32660298d0d63 (patch) | |
| tree | ced62a9ec6b381a27eb908986cbc0497877bea22 /working/ai-dotfiles-discovery/proposed.diff | |
| parent | 7467d1f0c1da0ce3ffe07337cdaf689e010890a3 (diff) | |
| download | rulesets-4e2db8f20a259d43d2198b120ac32660298d0d63.tar.gz rulesets-4e2db8f20a259d43d2198b120ac32660298d0d63.zip | |
chore: park ai-launcher dotfiles-discovery change for review
An archsetup handoff asks to add ~/.dotfiles to the ai launcher's project discovery, completing the dotfiles bootstrap from earlier. bin/ai is a synced asset and this arrived in a no-approvals loop, so it parks as a VERIFY with the prepared one-line diff rather than self-applying.
Diffstat (limited to 'working/ai-dotfiles-discovery/proposed.diff')
| -rw-r--r-- | working/ai-dotfiles-discovery/proposed.diff | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/working/ai-dotfiles-discovery/proposed.diff b/working/ai-dotfiles-discovery/proposed.diff new file mode 100644 index 0000000..f22c7a8 --- /dev/null +++ b/working/ai-dotfiles-discovery/proposed.diff @@ -0,0 +1,7 @@ +--- a/claude-templates/bin/ai ++++ b/claude-templates/bin/ai +@@ build_candidates() { + candidates=() + maybe_add_candidate "$HOME/.emacs.d" ++ maybe_add_candidate "$HOME/.dotfiles" + if [ -d "$HOME/code" ]; then |
