GrepAI Watch Daemon This skill covers the command and daemon management for real-time code indexing. When to Use This Skill - Starting initial code indexing - Setting up real-time file monitoring - Running the daemon in background - Troubleshooting indexing issues What the Watch Daemon Does The watch daemon: 1. Scans all source files in your project 2. Chunks code into segments ( 512 tokens) 3. Generates embeddings via your configured provider 4. Stores vectors in your configured backend 5. Monitors for file changes in real-time 6. Updates the index when files change Basic Usage Start Watchinβ¦