Commit b379517
committed
feat(docs): generate llms-full.txt method reference from the OpenAPI spec
Per-domain method sections in docs/llms-full.txt are now generated by
scripts/sync-docs.ts (BEGIN/END:METHODS markers): every call rendered from its
operationId, with request examples built from the spec example fields. The
multi-language note is generated too (BEGIN/END:LANGS) so it no longer drifts.
The curated intro and the Error Handling, Advanced and Links tail are preserved.
Adds the previously missing Human Design and Forecast domains. Extends the
docs-drift guard in lefthook.yml and ci.yml to cover docs/llms-full.txt. The
OpenAPI spec is now the single source of truth for the SDK docs.1 parent 9689bd6 commit b379517
10 files changed
Lines changed: 10980 additions & 1143 deletions
File tree
- .github/workflows
- docs
- scripts
- specs
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| 92 | + | |
| 93 | + | |
92 | 94 | | |
93 | 95 | | |
94 | 96 | | |
| |||
0 commit comments