aboutsummaryrefslogtreecommitdiff
path: root/working/ai-dotfiles-discovery/proposed.diff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-20 22:06:53 -0400
committerCraig Jennings <c@cjennings.net>2026-06-20 22:06:53 -0400
commitf5609ec3aa591e93938992e329c4732332288517 (patch)
treec7ffb7752455ec6aaacdab03c058a0dce6e8c913 /working/ai-dotfiles-discovery/proposed.diff
parent9b34c189cedce97c96399663f6b394975513bb74 (diff)
downloadrulesets-f5609ec3aa591e93938992e329c4732332288517.tar.gz
rulesets-f5609ec3aa591e93938992e329c4732332288517.zip
feat(ai): discover ~/.dotfiles in the launcher picker
build_candidates() only scanned ~/.emacs.d, ~/code/*, and ~/projects/*, so ~/.dotfiles (a bootstrapped AI project living directly in $HOME) never showed in the launcher picker. I added it as an explicit candidate next to ~/.emacs.d. The maybe_add_candidate guard keys off .ai/protocols.org, so the line stays inert where ~/.dotfiles isn't bootstrapped.
Diffstat (limited to 'working/ai-dotfiles-discovery/proposed.diff')
-rw-r--r--working/ai-dotfiles-discovery/proposed.diff7
1 files changed, 0 insertions, 7 deletions
diff --git a/working/ai-dotfiles-discovery/proposed.diff b/working/ai-dotfiles-discovery/proposed.diff
deleted file mode 100644
index f22c7a8..0000000
--- a/working/ai-dotfiles-discovery/proposed.diff
+++ /dev/null
@@ -1,7 +0,0 @@
---- 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