asymptote watch
Watch for code changes and scan in real-time. This is useful during development to catch issues as you write code.Usage
Watch the current directory:Example output
Example output
Flags
| Flag | Type | Description |
|---|---|---|
--path <path> | string | Path to watch (default: current directory) |
--debounce <ms> | number | Debounce time in milliseconds (default: 500) |
--exclude <patterns> | string[] | Glob patterns to exclude from watching |
--severity <level> | string | Minimum severity to report |
--notify | bool | Send desktop notifications for issues |
Examples
With desktop notifications
Get notified when issues are found:Custom debounce
Increase debounce for large projects:Exclude directories
IDE Integration
Watch mode works great alongside your IDE. Run it in a separate terminal while you code to get instant feedback on security issues.Next: Monitor AI sessions
Monitor AI coding sessions for policy violations.

