update
This commit is contained in:
@@ -24,14 +24,14 @@ This scrapes unchecked URLs from `scraping.md`, saves JSON to `scraped_data/`, a
|
||||
Use this prompt with Claude Code to process pending JSON files into documentation:
|
||||
|
||||
```
|
||||
Process 60 pending JSON files from processed.md into docs/.
|
||||
Process 120 pending JSON files from processed.md into docs/.
|
||||
|
||||
OUTER LOOP (repeat until X files total are done):
|
||||
1. Read processed.md, find next 5 pending files (marked `- [ ]`)
|
||||
2. Mark each in-progress: `- [ ]` to `- [~]`
|
||||
|
||||
INNER LOOP (process batch of 5 in parallel):
|
||||
3. Spawn 5 Task sub-agents in ONE message (subagent_type="general-purpose", run_in_background=true), one per file:
|
||||
INNER LOOP (process batch of 10 in parallel):
|
||||
3. Spawn 10 Task sub-agents in ONE message (subagent_type="general-purpose", run_in_background=true), one per file:
|
||||
|
||||
"Process scraped_data/{filename} into docs/:
|
||||
- Read the JSON
|
||||
|
||||
Reference in New Issue
Block a user