github_orchestrate_workers
Creates an immutable snapshot of GitHub starred repos to prevent data drift, extracts baseline categories, and divides work into balanced chunks for parallel workers.
Instructions
Map-Reduce Step 1: Takes an immutable frozen snapshot of all starred repos (eliminating mid-run mutation drift), extracts baseline taxonomy, and generates balanced worker chunk plans.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | Context profile recommended for the workers (default: 'compact'). | |
| session_id | No | Optional custom session identifier. Defaults to auto-generated ID. | |
| num_workers | No | Number of parallel workers to partition work across (default: 4). | |
| custom_categories | No | Optional custom category names to add to the baseline taxonomy. |