Documentation fixes across three packages
By RepoJournal , from @latent-9's public GitHub activity
Recoordinate fixed broken links and incorrect command flags across codama, caesium-clt, and skyvern, correcting references that would fail when users tried to follow them.
In codama-idl/codama, Recoordinate corrected package name references in the README [1]. The library docs linked to `@codama/visitor-core`, but the actual package is `@codama/visitors-core` [2]. Additionally, three links in the nodes documentation pointed to files with typos in their names, ending in `Nodemds` instead of `Node.md`.
In Lymphatus/caesium-clt, the USAGE docs listed the overwrite option's short flag as `-o`, which conflicts with the actual `-o` flag for `--output` [3]. The code defines the correct short flag as `-O` (uppercase), and the README examples already use it correctly [4]. Users copying the documented `-o never` would fail with an invalid value error for the output option.
Skyvern-AI/skyvern shipped v1.0.48 [5]. Recoordinate also fixed scheduling examples in the skyvern docs that called methods on a non-existent `client.agent` accessor [6]. The SDK exposes `client.schedules` instead, and the examples now call the correct API [7].
One email a day. Unsubscribe in one click.
A short briefing every day latent-9 ships something — in about 3 minutes.
One email a day. Unsubscribe in one click. Read a past issue →
References
- [1] docs: fix broken package name and node doc links in README (#1046) codama-idl/codama
- [2] docs: fix broken package name and node doc links in README ↗ codama-idl/codama
- [3] docs: correct overwrite short flag to -O in USAGE Lymphatus/caesium-clt
- [4] docs: correct overwrite short flag to -O in USAGE ↗ Lymphatus/caesium-clt
- [5] Release v1.0.48 ↗ Skyvern-AI/skyvern
- [6] docs: fix scheduling examples to use client.schedules API (#7924) Skyvern-AI/skyvern
- [7] docs: fix scheduling examples to use client.schedules API ↗ Skyvern-AI/skyvern