aboutsummaryrefslogtreecommitdiff
path: root/working/ai-dotfiles-discovery
Commit message (Collapse)AuthorAgeFilesLines
* feat(ai): discover ~/.dotfiles in the launcher pickerCraig Jennings2026-06-202-48/+0
| | | | 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.
* chore: park ai-launcher dotfiles-discovery change for reviewCraig Jennings2026-06-162-0/+48
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.