Skip to content

Commit 7d1f9a6

Browse files
committed
docs: update script usage paths in documentation
Update internal documentation in migration scripts to reflect new paths in scripts/ directory instead of automation/scripts/.
1 parent e4adaf6 commit 7d1f9a6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

scripts/backfill_review_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
always takes the LAST one (the one that led to merge).
1212
1313
Usage:
14-
python automation/scripts/backfill_review_metadata.py --dry-run
15-
python automation/scripts/backfill_review_metadata.py --execute
14+
python scripts/backfill_review_metadata.py --dry-run
15+
python scripts/backfill_review_metadata.py --execute
1616
1717
Requires:
1818
- gh CLI authenticated

scripts/migrate_metadata_format.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
2. metadata/{library}.yaml: Flatten current:, remove history, add created/updated/review
88
3. implementations/*.py: Update docstring header to new format
99
10-
Run: uv run python automation/scripts/migrate_metadata_format.py
10+
Run: uv run python scripts/migrate_metadata_format.py
1111
"""
1212

1313
import re

scripts/migrate_to_new_structure.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
- metadata/{library}.yaml (per-library: preview_url, current, history)
1313
1414
Usage:
15-
python automation/scripts/migrate_to_new_structure.py [--dry-run]
15+
python scripts/migrate_to_new_structure.py [--dry-run]
1616
"""
1717

1818
import argparse

0 commit comments

Comments
 (0)