| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…caffolding and fix the docs describing it
|
Thank you thank you! Ping me when it's out of draft and I can approve |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Summary
SDK generation has been blocked at the Speakeasy account level for months — .speakeasy/gen.lock hasn't moved since #324 (2026-01-18). Removes the generator input, output, and tooling that can no longer run.
No changes under src/ — the shipped SDK is byte-identical.
What's deleted
Plus the 7 speakeasy/jupyter Makefile targets and the 28 generator marker comments in README.md.
Docs
CONTRIBUTING.md and the README Contributions section tell contributors to install the Speakeasy CLI and run make client-generate, a target that no longer exists. Reworded to drop the generator mechanics.
Regeneration
overlay_client.yaml is left in place — it's hand-written input, not generator output, and the sole source of the split_pdf_* parameter descriptions. .genignore, gen.yaml and .speakeasy/workflow.yaml also stay.
If access is restored, regeneration is messier but not blocked: gen.lock carries the target UUID, and without the README markers a regen appends sections rather than replacing them in place.
Test plan