@tarcisiopgs/lisa 1.11.0 → 1.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -149,6 +149,7 @@ export JIRA_API_TOKEN="" # Atlassian API token
149
149
  | `lisa run` | Run the agent loop |
150
150
  | `lisa run --once` | Process a single issue |
151
151
  | `lisa run --once --dry-run` | **Recommended first step** — preview config without executing |
152
+ | `lisa run --watch` / `-w` | Keep running after queue empties — poll every 60s for new issues |
152
153
  | `lisa run --issue ID` | Process a specific issue by identifier or URL |
153
154
  | `lisa run --limit N` | Process up to N issues |
154
155
  | `lisa run --concurrency N` / `-c N` | Process up to N issues in parallel (default: 1) |