Wednesday, Aug 5, 2026
fixedDocumentation fixes across three packages
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].
Sources
- docs: fix broken package name and node doc links in README (#1046) · codama-idl/codama
- docs: fix broken package name and node doc links in README · codama-idl/codama
- docs: correct overwrite short flag to -O in USAGE · Lymphatus/caesium-clt
- docs: correct overwrite short flag to -O in USAGE · Lymphatus/caesium-clt
- Release v1.0.48 · Skyvern-AI/skyvern
- docs: fix scheduling examples to use client.schedules API (#7924) · Skyvern-AI/skyvern
- docs: fix scheduling examples to use client.schedules API · Skyvern-AI/skyvern