check_status
Verify the work coordination status in a directory by analyzing beep/boop files, identify stale items, and optionally clean them up based on age thresholds to streamline workflow.
Instructions
Checks the current work coordination status of a directory by examining beep/boop files, provides guidance on next steps, and can automatically clean up stale boop files older than a specified threshold.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
autoCleanStale | No | Whether to automatically clean up stale boop files (default: false) | |
directory | Yes | Directory path to check | |
maxAgeHours | No | Maximum age in hours for boop files before considering them stale (default: 24) | |
newAgentId | No | Agent ID to use when claiming after stale cleanup | |
newWorkDescription | No | Work description when claiming after cleanup |