Skip to content

fix: weekly refresh CI, merge conflicts, and full data sync#151

Merged
johnxie merged 1 commit intomainfrom
fix/weekly-refresh-and-full-sync
Mar 2, 2026
Merged

fix: weekly refresh CI, merge conflicts, and full data sync#151
johnxie merged 1 commit intomainfrom
fix/weekly-refresh-and-full-sync

Conversation

@johnxie
Copy link
Owner

@johnxie johnxie commented Mar 2, 2026

Summary

  • Fix Weekly Refresh CI: replace peter-evans/create-pull-request (which requires "Allow GitHub Actions to create PRs" repo setting) with direct commit-and-push. Eliminates the recurring Monday CI failure.
  • Fix tutorials/README.md: resolve 4-layer nested merge conflict markers (<<<<<<< HEAD / ======= / >>>>>>> origin/main) and update stale Source Verification counts from 188 to 191.
  • Re-verify all 191 tutorials: re-ran verify_tutorial_sources.py — 191/191 verified, 201 unique source repos.
  • Refresh market signals: updated all trending repo star counts and relative day labels to current (2026-03-02).

Validation (all pass locally)

  • docs_health.py: 0 broken links, 0 missing indexes, 0 placeholder summaries
  • staleness_audit.py: 0 stale markers
  • release_claims_audit.py: 0 stale release claims
  • check_index_format_v2.py: 130 compliant v2 indexes
  • All CI diff checks (manifest, snapshot, repo status, discoverability): clean

Test plan

  • CI "Docs Health" passes
  • tutorials/README.md renders without conflict markers
  • Source verification shows 191/191/201
  • Weekly Refresh workflow can be triggered via workflow_dispatch without error

🤖 Generated with Claude Code

Weekly Refresh workflow:
- replace peter-evans/create-pull-request with direct commit-and-push
  (fixes "GitHub Actions is not permitted to create pull requests" error)
- remove pull-requests:write permission (no longer needed)

tutorials/README.md:
- resolve 4-layer nested merge conflict markers (lines 17-58)
- update Source Verification counts from stale 188 to 191 (201 unique repos)

Source verification:
- re-run verify_tutorial_sources.py: 191/191 verified, 201 unique repos
- update README verification date to 2026-03-02

Market signals:
- refresh all trending repo star counts and relative day labels
- update discoverability/market-signals.json and trending-vibe-coding.md

All CI checks validated locally:
- docs_health: 0 broken links, 0 missing indexes
- staleness_audit: 0 stale markers
- release_claims_audit: 0 stale claims
- format v2 index check: 130 compliant indexes
- manifest, snapshot, repo status, discoverability diffs: all clean

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@johnxie johnxie merged commit 6e26ac2 into main Mar 2, 2026
1 check passed
@johnxie johnxie deleted the fix/weekly-refresh-and-full-sync branch March 2, 2026 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant