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/com.context-engineering.loop-discover.plist
1<?xml version="1.0" encoding="UTF-8"?>2<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">3<plist version="1.0">4<dict>5<key>Label</key>6<string>com.context-engineering.loop-discover</string>7<key>ProgramArguments</key>8<array>9<string>__REPO_ROOT__/researcher/orchestration/launchd/run-loop-discover.sh</string>10</array>11<key>StartCalendarInterval</key>12<array>13<dict>14<key>Hour</key>15<integer>5</integer>16<key>Minute</key>17<integer>0</integer>18</dict>19<dict>20<key>Hour</key>21<integer>17</integer>22<key>Minute</key>23<integer>0</integer>24</dict>25</array>26<key>RunAtLoad</key>27<false/>28<key>StandardOutPath</key>29<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-discover.out</string>30<key>StandardErrorPath</key>31<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-discover.err</string>32<key>WorkingDirectory</key>33<string>__REPO_ROOT__</string>34<key>EnvironmentVariables</key>35<dict>36<key>PATH</key>37<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin</string>38</dict>39</dict>40</plist>41