Screencast Tooling
The screencast/ directory is developer-only repository tooling for producing narrated engineering screencasts. It is not part of WendyOS, the Wendy CLI, the device runtime, or publ
Screencast Tooling
The screencast/ directory is developer-only repository tooling for producing
narrated engineering screencasts. It is not part of WendyOS, the Wendy CLI, the
device runtime, or public product documentation.
See screencast/README.md for the source of truth:
authoring workflow, local commands, CI checks, voiceover setup, generated output
rules, and hook safety.
The Screencast GitHub Actions workflow (.github/workflows/screencast.yml)
runs on pull requests to main that touch screencast/**, the workflow file, or
Dependabot configuration.
Docs Site
The public WendyOS documentation site is built with Fumadocs and Next.js, then published as a static export to https://docs.wendy.dev.
Development Environment Setup
The module requires Go 1.26.4 or later. The exact version is pinned in go.mod at the repo root. The CI workflows use actions/setup-go with go-version-file: go.mod, so the version i