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-step.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-step</string>7<key>ProgramArguments</key>8<array>9<string>__REPO_ROOT__/researcher/orchestration/launchd/run-loop-step.sh</string>10</array>11<key>StartInterval</key>12<integer>600</integer>13<key>RunAtLoad</key>14<false/>15<key>StandardOutPath</key>16<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-step.out</string>17<key>StandardErrorPath</key>18<string>__REPO_ROOT__/researcher/reports/logs/launchd-loop-step.err</string>19<key>WorkingDirectory</key>20<string>__REPO_ROOT__</string>21<key>EnvironmentVariables</key>22<dict>23<key>PATH</key>24<string>/usr/local/bin:/opt/homebrew/bin:/usr/bin:/bin</string>25</dict>26</dict>27</plist>28