log streams in watched cli executions

This commit is contained in:
2026-04-07 08:55:27 -05:00
parent f93e9229d2
commit ed74dfad6c
15 changed files with 1368 additions and 153 deletions

View File

@@ -175,11 +175,11 @@ attune action execute core.echo --param message="Hello World" --param count=3
# With JSON parameters
attune action execute core.echo --params-json '{"message": "Hello", "count": 5}'
# Wait for completion
attune action execute core.long_task --wait
# Watch until completion
attune action execute core.long_task --watch
# Wait with custom timeout (default 300 seconds)
attune action execute core.long_task --wait --timeout 600
# Watch with custom timeout (default 300 seconds)
attune action execute core.long_task --watch --timeout 600
```
## Rule Management
@@ -588,4 +588,4 @@ Key dependencies:
- `colored`: Terminal colors
- `comfy-table`: Table formatting
- `dialoguer`: Interactive prompts
- `indicatif`: Progress indicators (for future use)
- `indicatif`: Progress indicators (for future use)