Loading source
Pulling the file list, source metadata, and syntax-aware rendering for this listing.
Source from repo
A comprehensive collection of Agent Skills for context engineering, multi-agent architectures, and production agent systems.
Files
Skill
Size
Entrypoint
Format
Open file
Syntax-highlighted preview of this file as included in the skill package.
researcher/orchestration/launchd/run-loop-discover.sh
1#!/usr/bin/env bash2set -euo pipefail3SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"4REPO_ROOT="$(cd "${SCRIPT_DIR}/../../.." && pwd)"5LOG_DIR="${REPO_ROOT}/researcher/reports/logs"6mkdir -p "${LOG_DIR}"7cd "${REPO_ROOT}"8python3 researcher/scripts/loop_discover.py --json >> "${LOG_DIR}/loop_discover.log" 2>&19