feat: add recursive directory watching and shell tab completion#109
Merged
alexec merged 2 commits intokitproj:mainfrom Jan 28, 2026
Merged
feat: add recursive directory watching and shell tab completion#109alexec merged 2 commits intokitproj:mainfrom
alexec merged 2 commits intokitproj:mainfrom
Conversation
Contributor
austinrivard
commented
Jan 28, 2026
- Watch now recursively watches all subdirectories when given a directory path
- Watch properly handles individual files by watching them directly
- New directories created after startup are automatically added to the watcher
- Added --completion flag for generating bash, zsh, and fish completion scripts
- Task name parsing correctly identifies task definitions in tasks.yaml
added 2 commits
January 28, 2026 01:34
- Watch now recursively watches all subdirectories when given a directory path - Watch properly handles individual files by watching them directly - New directories created after startup are automatically added to the watcher - Added --completion flag for generating bash, zsh, and fish completion scripts - Task name parsing correctly identifies task definitions in tasks.yaml Branch-Creation-Time: 2026-01-28T01:33:20+0000
- Add test for watching files in subdirectories - Add tests for bash, zsh, and fish completion output - Add test for task name regex pattern validation - Add test for invalid shell error handling
alexec
approved these changes
Jan 28, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.