Commit dacba16
Fix stale Chat Completions API reference in skill doc
The data-transmission note in .claude/commands/ai-review-local.md said
the script POSTs to OpenAI's Chat Completions API. The script has used
the Responses API (ENDPOINT = .../v1/responses) for some time; this is
a leftover from before that migration.
Adds a TestSkillDocAPIConsistency regression test that grep-asserts the
skill doc never says "Chat Completions API" again.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 600a4ac commit dacba16
2 files changed
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
507 | 507 | | |
508 | 508 | | |
509 | 509 | | |
510 | | - | |
| 510 | + | |
511 | 511 | | |
512 | 512 | | |
513 | 513 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1663 | 1663 | | |
1664 | 1664 | | |
1665 | 1665 | | |
| 1666 | + | |
| 1667 | + | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
1666 | 1684 | | |
1667 | 1685 | | |
1668 | 1686 | | |
| |||
0 commit comments