refactor(ci): split api-reference sync into three focused jobs (#677)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Darius Cepulis
2026-03-04 08:48:24 -06:00
committed by GitHub
co-authored by Claude Opus 4.6
parent c5cafae57f
commit 410fc01350
4 changed files with 282 additions and 63 deletions
@@ -0,0 +1,24 @@
<!-- drift-type:cross-site-refs -->
<!-- trigger-prs:{{TRIGGER_PR_NUMBERS}} -->
<!-- apis:{{CHANGED_API_NAMES}} -->
## Summary
Pages outside `/reference/` mention APIs that changed in a recent PR. These references may be stale and need human triage.
## References
- Triggering PR(s): {{SOURCE_PR_URLS}}
## Stale References Found
| File | Line(s) | Stale Reference | API Change | Confidence | Action |
|---|---|---|---|---|---|
{{STALE_REFERENCES_TABLE_ROWS}}
### Directories Checked
- `site/src/content/docs/concepts/`
- `site/src/content/docs/how-to/`
- `packages/*/README.md`
## Notes
- **Confidence levels**: `high` = definitely stale, `medium` = likely stale, `low` = needs human review.
- All items in this issue need human triage — false positives are possible.
- Related APIs are grouped into a single issue when they affect the same files.