Search through auto-logged agent activities and context bundle data.
# Search Context Bundle Logs Search through auto-logged agent activities and context bundle data. ## Arguments - `$ARGUMENTS` - Required search query, optional `--days N` for time window ## Instructions 1. **Parse Search Query**: Extract the search term and any time modifiers - Main search query from `$ARGUMENTS` - If `--days N` specified, search last N days (default: 7) 2. **Execute Search**: Run the log search command 3. **Present Results**: Show matching activities with: - Relevant context from when the activity occurred - File operations related...