File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ collect-list:
3636 uv run python collect_all.py --list
3737
3838# Cross-reference collected packages and score them
39- crossref top = " 150 ":
39+ crossref top = " 500 ":
4040 uv run python crossref_packages.py --top {{ top}}
4141
4242# Verify package availability in package managers
43- verify limit = " 100 ":
43+ verify limit = " 500 ":
4444 uv run python verify_packages.py --limit {{ limit}}
4545
4646# Generate CCL output from verified packages
@@ -50,8 +50,8 @@ generate-ccl min_sources="2":
5050# Full pipeline: collect -> crossref -> verify -> generate
5151pipeline :
5252 uv run python collect_all.py
53- uv run python crossref_packages.py --top 150
54- uv run python verify_packages.py --limit 100
53+ uv run python crossref_packages.py --top 500
54+ uv run python verify_packages.py --limit 500
5555 uv run python generate_ccl.py --min-sources 1
5656
5757# Format code with Ruff
You can’t perform that action at this time.
0 commit comments