digest
Run the digest worker on a URL and organize the output.
Steps
-
Run the extraction:
cd ~/workspace/workers/digest && uv run digest url '<url>'Always single-quote the URL to prevent shell glob expansion.
-
Run organize:
cd ~/workspace/workers/digest && uv run digest organize -
Report the output file path from step 1 and confirm organize ran.
Nothing else
Do not modify files. Do not read existing digests. Do not suggest follow-up actions unless asked.