aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ai-term--project-color.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(ai-term): auto-set each project's session color on fresh launchCraig Jennings2 days1-0/+203
Every project now maps to a stable Claude Code session color: an override alist wins, else a character-sum hash of the project basename picks one of the eight names. When a fresh tmux session is created (never on reattach), a poller waits for the TUI to boot and types /color <name> itself, with the Enter deferred a beat so the slash-command menu can't swallow it. Two refusals keep the injection safe: the bypass banner must be on screen (a bare shell never gets typed into) and the prompt line must still be empty (typed-ahead input is never corrupted).