Commit eeeba66
committed
docs(AGENTS.md+llms-full+tag-descriptions): add roxy.languages namespace for the new GET /api/v2/languages endpoint shipped in main repo today (2026-05-05, roxyapi commit e269498). Route returns { languages: [{ code, name, nativeName }] } for the 8 supported codes (en, tr, de, es, hi, pt, fr, ru) and is tagged "Languages" in the OpenAPI spec. scripts/tag-descriptions.ts gets a Languages entry mapping to roxy.languages so sync-docs.ts does not fail with "Unknown tag(s) in spec" on next release; without this entry the release gate blocks publish. docs/llms-full.txt gets a new section "Languages, roxy.languages" placed after Usage with a short example calling roxy.languages.listLanguages() and the response shape so sync-docs.ts namespace-presence check passes. AGENTS.md prose updated in 5 spots: intro Eleven to Twelve domains (line 3 now lists ...location, usage, languages), 10-product-domains caption appends "and languages" (line 57), i18n English-only list adds languages plus a runtime hint pointing at roxy.languages.listLanguages() (line 110), priority order list appends Languages (line 141), quick reference table appends a "List supported languages" row mapped to roxy.languages.listLanguages() (line 179). The auto-regenerated BEGIN:DOMAINS table at lines 41-55 was deliberately not edited because sync-docs.ts rebuilds it from specs/openapi.json on next codegen and any manual edit there would be overwritten. specs/openapi.json, src/sdk.gen.ts, and tests/sdk.test.ts will all auto-sync on the next bun run generate + release pipeline run, at which point roxy.languages.listLanguages() becomes a real callable method on the generated Roxy class.
1 parent 09da094 commit eeeba66
3 files changed
Lines changed: 21 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
| 180 | + | |
180 | 181 | | |
181 | 182 | | |
182 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
698 | 698 | | |
699 | 699 | | |
700 | 700 | | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
701 | 712 | | |
702 | 713 | | |
703 | 714 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
0 commit comments